| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Better fix to previous commit | Jabiertxof | 2019-10-01 | 1 | -2/+9 |
| | | |||||
| * | Fix a crash bug on new documents | Jabiertxof | 2019-10-01 | 1 | -13/+15 |
| | | |||||
| * | Make funtion that add classes to top level windows in diallogs callable from ↵ | Jabier Arraiza | 2019-10-01 | 1 | -12/+16 |
| | | | | | non dialogs windows | ||||
| * | fix issue on theme change | Jabier Arraiza | 2019-07-08 | 1 | -8/+9 |
| | | |||||
| * | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 1 | -0/+27 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+4 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+5 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Use convenience functions to obtain monitor geometry | Eduard Braun | 2018-01-07 | 1 | -24/+4 |
| | | |||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Name a few more widgets. Minor cleanup. | Tavmjong Bah | 2017-12-24 | 1 | -3/+8 |
| | | |||||
| * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -1/+22 |
| |\ | |||||
| | * | Prevent crash when get_primary_monitor() returns nullptr. | Tavmjong Bah | 2017-07-04 | 1 | -1/+4 |
| | | | |||||
| | * | GdkScreen deprecation fixes | Alexander Valavanis | 2017-06-27 | 1 | -1/+19 |
| | | | |||||
| * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -7/+1 |
| |/ | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+4 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+1 |
| | | | | (bzr r15025) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.247) | ||||
| | * | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| * | | Update to experimental r13527 | Liam P. White | 2014-08-30 | 1 | -14/+2 |
| |\| | | | | | (bzr r13341.5.15) | ||||
| | * | Fix accidental regression in previous commit | Liam P. White | 2014-08-17 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.144) | ||||
| | * | Fix gtk3 crash when using "close" button | Liam P. White | 2014-08-17 | 1 | -14/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1090936 (bzr r13341.1.143) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -4/+4 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -4/+4 |
| | | | | | | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -35/+0 |
| | | | | | | | (bzr r13341.5.3) | ||||
| * | | 2. connect signals | Liam P. White | 2014-06-25 | 1 | -13/+18 |
| |/ | | | (bzr r13341.5.2) | ||||
| * | Removed obsolete header file. | Markus Engel | 2014-03-29 | 1 | -2/+2 |
| | | | | (bzr r13229) | ||||
| * | 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 | -2/+2 |
| | | | | (bzr r12782) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| | | | | (bzr r11737) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Fix more deprecated GDK key symbols | Alex Valavanis | 2012-05-07 | 1 | -4/+8 |
| | | | | (bzr r11344) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 1 | -1/+1 |
| | | | | (bzr r11304) | ||||
| * | Drop GtkObject use in dialog | Alex Valavanis | 2012-04-28 | 1 | -3/+3 |
| | | | | (bzr r11303) | ||||
| * | gseal fix | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11026) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -2/+4 |
| | | | | (bzr r11018) | ||||
| * | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 1 | -3/+23 |
| | | | | (bzr r10992) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-06 | 1 | -5/+5 |
| | | | | (bzr r10946) | ||||
| * | Some documentation | Kris De Gussem | 2012-01-06 | 1 | -49/+16 |
| | | | | (bzr r10851) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -1/+0 |
| | | | | (bzr r10826) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
