summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Tavmjong Bah2018-11-252-4/+1
* Fix compile warning of conversion of string constant to char*.Tavmjong Bah2018-11-252-2/+2
* EgeOutputAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-19/+29
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-255-41/+66
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2018-11-252-3/+3
|\
| * Switch DATADIR to DATA_DIR to not conflict with #defineTed Gould2018-11-252-3/+3
* | EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere t...Alexander Valavanis2018-11-252-145/+157
* | EgeColorProfTracker: Replace deprecated g_type_class_add_private and adhere t...Alexander Valavanis2018-11-252-46/+26
* | InkRadioAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
* | InkAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
|/
* EekPreview: rm unused function headerAlexander Valavanis2018-11-251-1/+0
* EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...Alexander Valavanis2018-11-253-25/+13
* InkToggleAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-25/+26
* widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-14/+17
* Fix type in CLI descriptionAlexander Valavanis2018-11-241-1/+1
* Untangle do_export_png().Tavmjong Bah2018-11-221-113/+118
* Rearrange some code, don't quit if one object doesn't export.Tavmjong Bah2018-11-221-34/+34
* Fix command-line export logic.Tavmjong Bah2018-11-222-69/+71
* Add a few more command line options which should suppress GUI.Tavmjong Bah2018-11-221-9/+12
* Restore "--version" option short name to "-V" (from "-v").Tavmjong Bah2018-11-221-1/+1
* Add --version option to Inkview.Tavmjong Bah2018-11-211-0/+7
* -Werror=format-security: g_warning(_("..."))Thomas Holder2018-11-211-1/+1
* fix fprintf size_t format errorThomas Holder2018-11-211-1/+1
* -Werror=format -Werror=format-securityThomas Holder2018-11-212-5/+2
* Small update to src/io/README.Tavmjong Bah2018-11-201-0/+3
* Add a shell mode.Tavmjong Bah2018-11-202-54/+158
* Possible fix to build breakage on Macs.Tavmjong Bah2018-11-191-1/+1
* Send background color/dpi info to std::cerr to allow piping PNG export to file.Tavmjong Bah2018-11-191-3/+3
* Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-1910-45/+416
* Fix --help descriptions of "--actions", "--query-id", " and "--export-id".Tavmjong Bah2018-11-191-3/+3
* Possible fix to MAC build failure.Tavmjong Bah2018-11-191-1/+1
* Merge branch 'main'Tavmjong Bah2018-11-1916-2257/+1936
|\
| * Allow multiple semi-colon separated entries in --export-id; each entry will b...Tavmjong Bah2018-11-193-285/+349
| * Fix resource file locationAlexander Valavanis2018-11-181-2/+7
| * Fix FTBFS with dbusAlexander Valavanis2018-11-183-2/+6
| * Imlplement '--action-list' command line option.Tavmjong Bah2018-11-181-2/+4
| * Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-1814-2255/+1859
* | Add src/io/READMETavmjong Bah2018-11-191-0/+32
|/
* Fix stream class locationsAlexander Valavanis2018-11-186-9/+7
* Fix CMakeLists for stream classesAlexander Valavanis2018-11-181-12/+12
* Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-1815-0/+13
* Fix area on filtered elements, also force cache it for fast viewJabiertxof2018-11-161-3/+5
* Fix format stringAlexander Valavanis2018-11-161-1/+1
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-168-1634/+786
* Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-153-18/+8
* Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-142-3/+15
* Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens2018-11-141-4/+8
* Move getStyles to styles and clean up on destruction.Martin Owens2018-11-142-19/+20
* Change preference to allow backward compatibilityJabier Arraiza2018-11-131-1/+1
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-134-6/+37