summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename to avoid name clashes.Shlomi Fish2019-05-121-2/+2
* Extract the TagEmitter.append method.Shlomi Fish2019-05-121-41/+39
* Extract a common expression into a variable/const.Shlomi Fish2019-05-121-63/+64
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-102-1139/+0
* Fix opening of files on Windows (and possibly elsewhere)Patrick Storz2019-05-031-1/+1
* Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin2019-04-241-0/+3
* Tentative fix for poppler 0.76Marc Jeanmougin2019-04-242-1/+8
* Style fixMarc Jeanmougin2019-04-093-5/+5
* More document.h cleanup.Tavmjong Bah2019-04-065-6/+6
* Fix indentating.Tavmjong Bah2019-04-051-100/+110
* Tidy various dialog UIsNathan Lee2019-04-021-0/+3
* An a few more config.h fixesPatrick Storz2019-03-284-16/+0
* Fix wmf/emf file opening and embed missing font config data.Martin Owens2019-03-064-65/+25
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-202-2/+2
* Fix incorrect string literal comparisonsKarl Cheng2019-02-191-2/+2
* fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-184-10/+4
* Remove confusing and broken save as PNG optionMarc Jeanmougin2019-01-172-181/+0
* run clang tidy modernize passMarc Jeanmougin2019-01-0271-71/+71
* protect includes in c fileMarc Jeanmougin2019-01-021-5/+5
* modernize: add overridesMarc Jeanmougin2019-01-0237-76/+76
* modernize loopsMarc Jeanmougin2019-01-0212-62/+51
* Round-trip SVG 2 flowed text with SVG 1.1 backup.Tavmjong Bah2018-12-141-44/+62
* Fix license in new filesMarc Jeanmougin2018-12-092-1/+2
* fix poppler 0.72.0 buildThomas Holder2018-12-092-1/+4
* Add some SVG 2 fallbacks:Tavmjong Bah2018-12-074-5/+1385
* Fix stream class locationsAlexander Valavanis2018-11-183-4/+3
* Fix format stringAlexander Valavanis2018-11-161-1/+1
* Clarify licensesMax Gaukler2018-11-08153-257/+434
* fix bug 1793940 ODG image exportThomas Holder2018-11-072-57/+30
* fix clipboard URL rebasingThomas Holder2018-11-072-1/+5
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-062-56/+78
* fix poppler 0.71.0 build.Bartłomiej Szczepaniak2018-11-061-0/+6
* remove Inkscape::URI::toStringThomas Holder2018-11-051-3/+1
* cleanup: remove Base64OutputStreamThomas Holder2018-10-291-20/+8
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-2/+1
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-225-13/+16
* Code cleanup and adding comments.Tavmjong Bah2018-10-172-64/+93
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
* Misc. typosluz.paz2018-10-065-6/+6
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-021-3/+3
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-4/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0138-90/+45
* Use _WIN32 instead of WIN32Eduard Braun2018-10-015-9/+9
* Improve calls to document_unitsJabier Arraiza2018-09-301-6/+1
* use poppler-transition-api instead of ifdefsThomas Holder2018-09-302-702/+208
* Purge gunichar from InkscapestreamEduard Braun2018-09-291-2/+2
* fix 1789208 poppler 0.69Thomas Holder2018-09-287-45/+80
* Fix PDF bitmap export (inverted y-axis)Thomas Holder2018-09-261-6/+5
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-249-35/+1
* fix .odg and .fx export with inverted y-axisThomas Holder2018-09-232-19/+11