| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-18 | 1 | -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 Jeanmougin | 2018-05-04 | 1 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -2/+0 |
| | | |||||
| * | Parsing errors in application CSS should not be fatal | Eduard Braun | 2018-01-04 | 1 | -1/+1 |
| | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1740850 | ||||
| * | Unset the current tool early on shutdown. | Stefano Facchini | 2017-11-13 | 1 | -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 directories | Eduard Braun | 2017-10-21 | 1 | -0/+6 |
| | | | | | 'custom_fontdirs' is a list of paths to search for fonts | ||||
| * | Add preference to load additional fonts from 'fonts' directories | Eduard Braun | 2017-10-20 | 1 | -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 some | Andrey Mozzhuhin | 2017-10-05 | 1 | -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 batch | Marc Jeanmougin | 2017-10-01 | 1 | -24/+22 |
| | | |||||
| * | Use menus.xml for menus, load a basic File>Quit menu as backup. | Martin Owens | 2017-07-21 | 1 | -12/+3 |
| | | |||||
| * | Hackfest Regression: Fix profile_path() not returning the correct directory | Eduard Braun | 2017-07-08 | 1 | -14/+0 |
| | | | | | Also drop some unnecessary defines from the pre-XP era | ||||
| * | Remove duplicate error message | Martin Owens | 2017-07-02 | 1 | -8/+1 |
| | | |||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -192/+17 |
| | | | | | get_filename methods | ||||
| * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | ||||
| * | Remove a superflous == TRUE. | Shlomi Fish | 2016-09-02 | 1 | -1/+1 |
| | | | | (bzr r15100.1.4) | ||||
| * | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | | | | (bzr r15059) | ||||
| * | Move some main functions to Application class | Alex Valavanis | 2016-08-09 | 1 | -0/+105 |
| | | | | (bzr r15048) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -10/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+12 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -12/+1 |
| | | | | (bzr r15025) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -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.h | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -8/+8 |
| | | | | (bzr r13809) | ||||
| * | Fix crash bug when exporting PNG from CLI | Liam P. White | 2014-07-24 | 1 | -4/+6 |
| | | | | (bzr r13341.5.12) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -25/+51 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | Move constructor/destructor into private section, remove protected section. ↵ | Liam P. White | 2014-06-27 | 1 | -2/+15 |
| | | | | | | Rename init(). Add to-do list. (bzr r13341.5.8) | ||||
| * | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -132/+123 |
| | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | Fix filters/extensions menus not populating | Liam P. White | 2014-06-26 | 1 | -1/+10 |
| | | | | (bzr r13341.5.4) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -419/+185 |
| | | | | (bzr r13341.5.3) | ||||
| * | 2. connect signals | Liam P. White | 2014-06-25 | 1 | -2/+8 |
| | | | | (bzr r13341.5.2) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -283/+267 |
| | | | | (bzr r13341.5.1) | ||||
| * | Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, ↵ | Nicolas Dufour | 2014-05-10 | 1 | -0/+5 |
| | | | | | | | | | environment variable INKSCAPE_PORTABLE_PROFILE_DIR should be documented in man page). Fixed bugs: - https://launchpad.net/bugs/1247448 (bzr r13346) | ||||
| * | fix Windows build for newer gcc/libs | Johan B. C. Engelen | 2014-03-23 | 1 | -1/+4 |
| | | | | (bzr r13190) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -3/+3 |
| | | | | (bzr r12782) | ||||
| * | effects don't need to merge into menus if we're running without gui; with ↵ | buliabyak | 2013-09-28 | 1 | -1/+1 |
| | | | | | | this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616) | ||||
| * | return value of g_utf16_to_utf8 was leaking here | buliabyak | 2013-09-28 | 1 | -1/+3 |
| | | | | (bzr r12609) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -4/+4 |
| | | | | (bzr r11608.1.109) | ||||
| * | Further renaming of DBus variables (object -> app_interface/doc_interface | Eric Greveson | 2013-07-04 | 1 | -1/+16 |
| | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8) | ||||
| * | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 1 | -0/+54 |
| | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+3 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵ | Kris De Gussem | 2013-04-03 | 1 | -7/+9 |
| | | | | | | freezes at opening) (bzr r12263) | ||||
