summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-1/+2
|
* Clarify licensesMax Gaukler2018-11-081-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 Peyrot2018-06-181-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 Bah2017-12-191-6/+2
| | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-1/+1
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-1/+0
|
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-8/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Update to experimental r13598Liam P. White2014-10-081-0/+1
|\ | | | | (bzr r13341.5.17)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-3/+3
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-3/+2
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-0/+2
| | | | | forward declarations (bzr r12203)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-221-11/+1
| | | (bzr r11691)
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-0/+1
| | | (bzr r11389)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
| | | (bzr r11308)
* Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity ↵John Smith2012-03-161-1/+0
| | | | | label size (bzr r11093)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+4
| | | (bzr r11018)
* minor documentation and header stuffKris De Gussem2012-01-071-9/+8
| | | (bzr r10856)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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 trunkTed Gould2008-10-311-1/+2
| | | (bzr r6887)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-011-1/+1
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-011-1/+1
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-011-1/+7
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-1/+4
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-011-14/+5
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-011-0/+85
(bzr r4352)