summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-0/+2
| | | (bzr r11389)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+17
| | | (bzr r11308)
* Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizesJohn Smith2012-03-211-3/+5
| | | (bzr r11104)
* Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity ↵John Smith2012-03-161-4/+11
| | | | | label size (bzr r11093)
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-151-4/+6
| | | (bzr r11090)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+3
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-1/+0
| | | (bzr r10957)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10066)
* Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-171-1/+2
| | | (bzr r9964)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-251-1/+1
|/ | | (bzr r9851)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* switch opacity and blur sliders to delayed update, which makes them much ↵bulia byak2009-03-091-4/+5
| | | | | more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness (bzr r7446)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-1/+1
| | | (bzr r7332)
* Warning cleanupJon A. Cruz2009-02-111-1/+1
| | | (bzr r7274)
* fix setting blend mode to Normalbulia byak2008-11-291-0/+2
| | | (bzr r6918)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-2/+13
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-4/+4
| | | (bzr r6884)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-2/+2
| | | (bzr r6561)
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-3/+9
| | | (bzr r6409)
* Made possible to use blur on object that has a complex filter appliedNiko Kiirala2008-06-021-28/+23
| | | (bzr r5785)
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
| | | (bzr r5173)
* Warning cleanupJon A. Cruz2008-02-221-3/+3
| | | (bzr r4818)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-011-2/+2
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-011-7/+9
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-011-4/+7
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-13/+35
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-011-57/+41
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-011-0/+281
(bzr r4352)