summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-7/+5
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-4/+4
| | | (bzr r7332)
* From trunkTed Gould2008-10-271-9/+6
| | | (bzr r6885)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-1/+3
| | | (bzr r6602)
* disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY2008-01-011-1/+1
| | | (bzr r4358)
* 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/+2
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-0/+3
| | | (bzr r4354)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-011-224/+2
| | | (bzr r4352)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-12/+16
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* The dialog to panel refactoring:gustav_b2007-11-221-7/+7
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* warning cleanupJon A. Cruz2007-11-081-18/+18
| | | (bzr r4043)
* rename master opacity to opacitybulia byak2007-10-241-1/+1
| | | (bzr r3948)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-0/+22
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Dockable dialogs patch applied gustav_b2007-08-291-2/+2
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Filter effects:Nicholas Bishop2007-08-081-2/+1
| | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419)
* Updated the gtkmmified fill and stroke dialog with the filter effectsgustav_b2007-07-201-48/+71
| | | | | | changes done in the current f&s dialog. I'll probably make the gtkmmified one default pretty soon to avoid double work... (bzr r3268)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-1/+1
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-241-2/+2
| | | (bzr r3095)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-021-12/+262
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+62
(bzr r1)