| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 1 | -2/+2 |
| | | |||||
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 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 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+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 | -1/+1 |
| | | | | | | 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 |
| | | |||||
| * | panel: Cleanup code | Stefano Facchini | 2018-01-17 | 1 | -21/+6 |
| | | | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup | ||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 1 | -449/+5 |
| | | | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -30/+1 |
| | | |||||
| * | panel: remove the "apply_label" API | Stefano Facchini | 2018-01-16 | 1 | -7/+1 |
| | | | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | ||||
| * | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 1 | -0/+4 |
| | | |||||
| * | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 1 | -1/+0 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -2/+2 |
| | | |||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -9/+1 |
| | | | | (bzr r15366) | ||||
| * | Fix a few Gtkmm deprecations | Alex Valavanis | 2016-12-26 | 1 | -6/+4 |
| | | | | (bzr r15357) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -6/+0 |
| |\ | | | | | (bzr r15038) | ||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -6/+0 |
| | | | | | | | (bzr r15023.2.6) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+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) | ||||
| * | GTK3: Give even more widgets names. | Tavmjong Bah | 2016-05-18 | 1 | -1/+5 |
| | | | | (bzr r14901) | ||||
| * | Prevent scrollbar overlay from covering swatches in GTK3 build. | Tavmjong Bah | 2016-05-06 | 1 | -1/+3 |
| | | | | | | And some minor cleanup. (bzr r14871) | ||||
| * | 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) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+2 |
| | | | | (bzr r13809) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -3/+3 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 1 | -15/+15 |
| | | | | (bzr r13236) | ||||
| * | 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/+2 |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | GTK+ 3: Use orientable widgets | Alex Valavanis | 2012-12-16 | 1 | -0/+6 |
| | | | | (bzr r11959) | ||||
| * | Fix for 1060563 : Swatches : Sort the list of swatch names | John Smith | 2012-10-08 | 1 | -0/+1 |
| | | | | (bzr r11757) | ||||
| * | Fix for 1058470 : Trace Bitmap Live Preview | John Smith | 2012-09-30 | 1 | -5/+9 |
| | | | | (bzr r11716) | ||||
| * | Fix for 171177 : Border in palette swatches | John Smith | 2012-09-27 | 1 | -11/+88 |
| | | | | (bzr r11706) | ||||
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 1 | -0/+1 |
| | | | | (bzr r11309) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 1 | -0/+2 |
| | | | | (bzr r11304) | ||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -4/+4 |
| | | | | (bzr r11207) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+1 |
| | | | | (bzr r11015) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+1 |
| | | | | (bzr r10940) | ||||
| * | documentation | Kris De Gussem | 2012-01-17 | 1 | -18/+9 |
| | | | | (bzr r10899) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -7/+1 |
| | | | | (bzr r10697) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| | | | | (bzr r10660) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵ | Nicolas Dufour | 2010-09-24 | 1 | -10/+10 |
| | | | | | | applied properly). (bzr r9781) | ||||
| * | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -26/+14 |
| | | | | (bzr r9722) | ||||
| * | Initial cut of glyph selector dialog is in. Fixes bug #343186. | Jon A. Cruz | 2010-04-01 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
