summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add inkscape app icon to themesJabier Arraiza2018-08-031-30/+30
|
* Fix test compiling bugJabier Arraiza2018-08-021-24/+26
|
* Fix test compiling bugJabier Arraiza2018-08-021-2/+2
|
* Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza2018-07-311-0/+1
|
* Fixing coding styleJabier Arraiza2018-07-311-10/+12
|
* Fixing tests brokenJabier Arraiza2018-07-311-1/+1
|
* First try co fix icons bugsJabier Arraiza2018-07-311-4/+25
|
* Refactor fo theme switcherJabier Arraiza2018-07-271-16/+1
|
* Fixing paths to allow themes and icons inside main inkscape instalation not ↵Jabier Arraiza2018-07-261-4/+0
| | | | only at home
* Fixing coding styleJabier Arraiza2018-07-211-6/+6
|
* Fixing some icons dont redrawJabier Arraiza2018-07-211-3/+1
|
* Working on themesJabier Arraiza2018-07-211-1/+1
|
* adding gtk-themeJabier Arraiza2018-07-211-4/+35
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-44/+44
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-271-2/+0
|
* Parsing errors in application CSS should not be fatalEduard Braun2018-01-041-1/+1
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1740850
* Unset the current tool early on shutdown.Stefano Facchini2017-11-131-0/+2
| | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method.
* Add preference to load additional fonts from custom directoriesEduard Braun2017-10-211-0/+6
| | | | 'custom_fontdirs' is a list of paths to search for fonts
* Add preference to load additional fonts from 'fonts' directoriesEduard Braun2017-10-201-0/+13
| | | | | | - 'use_fontsdir_system' for /share/inkscape/fonts - 'use_fontsdir_user' for /inkscape/fonts in user config (both activated by default)
* Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin2017-10-051-1/+2
| | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval.
* First batchMarc Jeanmougin2017-10-011-24/+22
|
* Use menus.xml for menus, load a basic File>Quit menu as backup.Martin Owens2017-07-211-12/+3
|
* Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun2017-07-081-14/+0
| | | | Also drop some unnecessary defines from the pre-XP era
* Remove duplicate error messageMartin Owens2017-07-021-8/+1
|
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-192/+17
| | | | get_filename methods
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
* Remove a superflous == TRUE.Shlomi Fish2016-09-021-1/+1
| | | (bzr r15100.1.4)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* Move some main functions to Application classAlex Valavanis2016-08-091-0/+105
| | | (bzr r15048)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
| | | (bzr r15025)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-8/+8
| | | (bzr r13809)
* Fix crash bug when exporting PNG from CLILiam P. White2014-07-241-4/+6
| | | (bzr r13341.5.12)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-25/+51
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Move constructor/destructor into private section, remove protected section. ↵Liam P. White2014-06-271-2/+15
| | | | | Rename init(). Add to-do list. (bzr r13341.5.8)
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-132/+123
| | | | | members, simplify signals (bzr r13341.5.6)
* Fix filters/extensions menus not populatingLiam P. White2014-06-261-1/+10
| | | (bzr r13341.5.4)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-419/+185
| | | (bzr r13341.5.3)
* 2. connect signalsLiam P. White2014-06-251-2/+8
| | | (bzr r13341.5.2)
* 1. make it compileLiam P. White2014-06-251-283/+267
| | | (bzr r13341.5.1)