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