| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -8/+0 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -3/+3 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Several more typos | luz.paz | 2018-09-11 | 1 | -2/+2 |
| | | |||||
| * | fix for bug 1786605 | Jabier Arraiza | 2018-08-12 | 1 | -4/+4 |
| | | |||||
| * | Add a label to apply theme sugested by Christoffer Holmstedt on mailing list | Jabier Arraiza | 2018-08-10 | 1 | -2/+4 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+0 |
| | | |||||
| * | Add allow to use system icon sets | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+6 |
| | | |||||
| * | fix coding style | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -1/+1 |
| | | |||||
| * | Open folders in inkscape preferences with XGD. Also added a tentative for Mac | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -5/+4 |
| | | |||||
| * | Fixing a win bug open folders | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -0/+4 |
| | | |||||
| * | Fixing coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+2 |
| | | |||||
| * | Fixing a win compiling bug and fix a string pointed by vlada | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixing a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -9/+2 |
| | | |||||
| * | Fix a win compiling bug and coding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -11/+10 |
| | | |||||
| * | Working on open folders on WIN | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+7 |
| | | |||||
| * | Improve string for open button in preferences II | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Improve string for open button in preferences | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Improve the look of prefs buttons | Jabier Arraiza | 2018-07-24 | 1 | -4/+12 |
| | | |||||
| * | Add buttons to open folders as sugestion of Maren | Jabier Arraiza | 2018-07-24 | 1 | -0/+22 |
| | | |||||
| * | Fix a wrongy commit | Jabier Arraiza | 2018-07-24 | 1 | -5/+0 |
| | | |||||
| * | Remove pointer | Jabiertxo Arraiza Cenoz | 2018-07-24 | 1 | -0/+5 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -12/+11 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -3/+54 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | 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 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -10/+12 |
| | | | | | A lot of header clean-up. | ||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Preferences: fix inputs not properly expanding horizontally | Eduard Braun | 2017-10-22 | 1 | -1/+1 |
| | | | | | (gtk3 issue) | ||||
| * | Add preferences widget 'PrefMultiEntry' | Eduard Braun | 2017-10-21 | 1 | -0/+31 |
| | | | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time. | ||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -39/+33 |
| | | |||||
| * | Rm more deprecated Gtk::Stock | Alex Valavanis | 2016-12-27 | 1 | -3/+3 |
| | | | | (bzr r15367) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -78/+2 |
| |\ | | | | | (bzr r15038) | ||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -78/+2 |
| | | | | | | | (bzr r15023.2.6) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+2 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+6 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+1 |
| |/ | | | (bzr r15025) | ||||
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 1 | -4/+0 |
| | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3) | ||||
| * | Make persistence of snap indicator configurable, and clean up the snapping ↵ | Diederik van Lierop | 2015-07-24 | 1 | -0/+1 |
| | | | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253) | ||||
| * | 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 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | fix windows build (gtk3) partly. broken because of windows.h poluting ↵ | Johan B. C. Engelen | 2014-06-25 | 1 | -4/+4 |
| | | | | | | namespace with "interface" struct name. (bzr r13341.1.68) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -1/+1 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | 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) | ||||
