summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2212-26/+36
* Code cleanup and adding comments.Tavmjong Bah2018-10-172-64/+93
* Move some files to 'io' directory.Tavmjong Bah2018-10-132-2/+2
* Hopefully last fix for e4c44f8b4674b88c0174270f27d61db808f66bc6Eduard Braun2018-10-111-1/+1
* Misc. typosluz.paz2018-10-068-11/+11
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-022-7/+7
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-4/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0158-166/+46
* Use _WIN32 instead of WIN32Eduard Braun2018-10-017-12/+12
* 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
* SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder2018-09-271-2/+0
* Fix PDF bitmap export (inverted y-axis)Thomas Holder2018-09-261-6/+5
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-2411-38/+1
* fix .odg and .fx export with inverted y-axisThomas Holder2018-09-232-19/+11
* Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza2018-09-222-6/+7
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-223-21/+18
* Fix a bug opening SVG from comand lines related to the DPI changes done. Than...Jabiertxof2018-09-141-2/+2
* Fix DPI wrong code pointed by McJabiertxof2018-09-131-3/+3
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-132-6/+12
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-15/+0
* New option to invert y-axisThomas Holder2018-09-123-14/+11
* Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-044-8/+27
* Fix opacity of bitmap images in PDF exportEduard Braun2018-08-282-4/+2
* Fix opacity of rasterized filters in PDF exportEduard Braun2018-08-281-0/+2
* Fixing coding styleJabier Arraiza2018-08-052-12/+12
* Fixes pointed by TavJabier Arraiza2018-08-053-22/+19
* Update to trunk and styling fixesJabier Arraiza2018-08-051-10/+10
* coding style fixesJabier Arraiza2018-08-054-39/+52
* Fixes compiling bugsJabier Arraiza2018-08-052-6/+6
* Refactor with Tav helpJabier Arraiza2018-08-057-32/+52
* Revert changesJabier Arraiza2018-08-057-222/+40
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-057-40/+222
* Fix codding styleJabier Arraiza2018-06-251-2/+2
* Fix for bug 1777530 on masterJabier Arraiza2018-06-253-12/+4
* Merge branch 'select-page' of gitlab.com:bobqwatson/inkscapeMarc Jeanmougin2018-06-201-0/+2
|\
| * Add command-line option to select PDF pageJoe Rabinoff2018-06-191-0/+2
* | Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-202-4/+4
* | Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-203-60/+49
* | Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-198-32/+32
* | Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-19106-349/+349
* | Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* | Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-6/+6
* | Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-188-16/+16
|/