summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/vsd-input.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-09Style fixMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-28/+39
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+4
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+1
2018-01-08Misc. typosluz.paz1-1/+1
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-1/+0
2017-04-30CDR/VSD input: Avoid crash when preview image can not be rendered and show a ...Eduard Braun1-1/+14
2017-03-11Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis1-14/+18
2017-02-11Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun1-3/+5
2017-01-17Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on Wind...Eduard Braun1-0/+7
2016-12-26Fix typoAlex Valavanis1-1/+1
2016-12-26vsd-input: Gtk3 fixesAlex Valavanis1-2/+2
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-11/+1
2016-03-30Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug #144...Eduard Braun1-94/+89
2014-11-26Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...Tavmjong Bah1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-08-26librevenge: update to latest patch from bug #1323592 (support old and new ver...su_v1-8/+27
2014-08-24Fix Gtk+ 2 buildAlex Valavanis1-0/+6
2014-08-23Fix deprecated VBox useAlex Valavanis1-3/+3
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-05-27Port inkscape to librevenge framework for WPG, CDR and VSD importsFridrich Strba1-9/+11
2013-10-24fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen1-1/+1
2013-09-22Fixed bug in last commit.Matthew Petroff1-1/+2
2013-09-22Fix adding viewBox to new documents.Matthew Petroff1-0/+6
2013-02-01libcdr, libvisio: fix compiler warnings (comparison between signed and unsign...su_v1-2/+2
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-1/+1
2012-12-16libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)su_v1-0/+43
2012-07-09Added Visio FilesFridrich Strba1-0/+289