summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)