summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-118/+118
* Merge branch 'master' of gitlab.com:jespersh/inkscapeMarc Jeanmougin2018-05-091-0/+30
|\
| * Add --export-xaml as optionJesper Staun Hansen2018-04-301-0/+30
* | Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-15/+15
|/
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-15/+15
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-1/+1
* Remove legacy code for setting PYTHONPATH on WindowsEduard Braun2018-02-211-55/+5
* Add Inkscape root dir to DLL search pathEduard Braun2018-02-211-0/+5
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+7
* Misc. typosluz.paz2018-01-081-1/+1
* Do not use GUI for --export-inkscape-svgEduard Braun2017-10-141-0/+1
* Cleanup: rename sp_do_export_png for consistencyEduard Braun2017-10-141-7/+12
* Some basic error handling for SVG exportEduard Braun2017-10-141-5/+16
* Refactoring: put SVG export into separate functionEduard Braun2017-10-141-59/+73
* Support --export-area-page when using --export-id to export to SVGEduard Braun2017-10-141-1/+3
* Support --export-margin when exporting to SVGEduard Braun2017-10-141-3/+15
* make --export-area-drawing work when exporting SVGEduard Braun2017-10-141-0/+4
* Do not force-disable CSD on WindowsEduard Braun2017-10-121-4/+0
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-3/+3
* Second batchMarc Jeanmougin2017-10-021-56/+24
* Fix inkscape --help appearance due to a too long lineMarc Jeanmougin2017-08-041-2/+2
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-3/+0
|\
| * Remove old icon handling codeAlexander Valavanis2017-06-291-3/+0
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-1/+1
|/
* Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-041-0/+23
* Properly handle ENABLE_NLS defineEduard Braun2017-05-071-11/+8
* Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-071-5/+2
* Move gettext initialization into separate function so it can be re-used (will...Eduard Braun2017-05-071-33/+5
* Use glib to get the installation prefix on WindowsEduard Braun2017-05-071-6/+6
* Minor refactor: check setlocale() occurences and make sure we do not setlocal...Eduard Braun2017-05-071-1/+0
* [Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to expo...shlomif-gmail2017-04-211-6/+25
* Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0"Eduard Braun2017-02-181-7/+11
* forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin2017-02-051-2/+7
* Fix usage information for "--export-pdf-version"Eduard Braun2017-01-181-1/+1
* Remove embedded build date, to allow reproducible building.Mattia Rizzolo2016-11-071-1/+1
* further cppificationMarc Jeanmougin2016-11-061-6/+4
* beautify identsDmitry Zhulanov2016-10-031-1/+1
* disable xverb feature if WITH_YAML definedDmitry Zhulanov2016-10-011-4/+11
* add x-verbs supportDmitry Zhulanov2016-09-261-0/+22
* Fix compilation errorEduard Braun2016-08-181-1/+1
* Move some main functions to Application classAlex Valavanis2016-08-091-96/+8
* Merged trunkAdrian Boguszewski2016-08-091-5/+0
|\
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-5/+0
| |\
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-5/+0
* | | Merged trunkAdrian Boguszewski2016-08-031-15/+1
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+15
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+0
| |/
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2