| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 1 | -1/+2 |
| | | |||||
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵ | Tavmjong Bah | 2017-12-19 | 1 | -6/+2 |
| | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs. | ||||
| * | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -1/+0 |
| | | |||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -8/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -0/+1 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 1 | -3/+3 |
| | | | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -3/+2 |
| |/ | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | 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) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -0/+2 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | Fix for 1014988 : Converts slide widgets to new spin-scale widget | John Smith | 2012-09-22 | 1 | -11/+1 |
| | | | | (bzr r11691) | ||||
| * | Fix for 1000023 : Fill & Stroke dialog redesign | John Smith | 2012-05-21 | 1 | -0/+1 |
| | | | | (bzr r11389) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 1 | -0/+4 |
| | | | | (bzr r11308) | ||||
| * | Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity ↵ | John Smith | 2012-03-16 | 1 | -1/+0 |
| | | | | | | label size (bzr r11093) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+4 |
| | | | | (bzr r11018) | ||||
| * | minor documentation and header stuff | Kris De Gussem | 2012-01-07 | 1 | -9/+8 |
| | | | | (bzr r10856) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -2/+2 |
| | | | | (bzr r10176) | ||||
| * | 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) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -1/+2 |
| | | | | (bzr r6887) | ||||
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 1 | -1/+1 |
| | | | | (bzr r4357) | ||||
| * | fix update on layer switch and work around some blur-related glitches | MenTaLguY | 2008-01-01 | 1 | -1/+1 |
| | | | | (bzr r4356) | ||||
| * | separate blend history for objects versus layers | MenTaLguY | 2008-01-01 | 1 | -1/+7 |
| | | | | (bzr r4355) | ||||
| * | first crack at enabling blend for layers dialog | MenTaLguY | 2008-01-01 | 1 | -1/+4 |
| | | | | (bzr r4354) | ||||
| * | abstraction for style widget subjects | MenTaLguY | 2008-01-01 | 1 | -14/+5 |
| | | | | (bzr r4353) | ||||
| * | factor filter and opacity controls into separate metawidget | MenTaLguY | 2008-01-01 | 1 | -0/+85 |
| (bzr r4352) | |||||
