summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b2007-09-201-477/+0
| | | (bzr r3782)
* Filter effects:Nicholas Bishop2007-08-081-3/+1
| | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419)
* 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-65/+78
| | | (bzr r3095)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-2/+2
| | | (bzr r3086)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-9/+15
| | | | | recent bbox regressions. (bzr r2604)
* comment for the futurebulia byak2007-01-251-0/+2
| | | (bzr r2288)
* listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak2007-01-251-0/+1
| | | (bzr r2280)
* patch 1632843bulia byak2007-01-111-1/+1
| | | (bzr r2178)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-7/+10
| | | (bzr r2045)
* add % to the blur/opacity labelsbulia byak2006-11-191-2/+2
| | | (bzr r1989)
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-261-1/+15
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* fix crash: when closing a document, the selection we're passed as argument ↵bulia byak2006-10-241-1/+1
| | | | | may be not the one of the active desktop, so use SP_ACTIVE_DESKTOP instead (bzr r1851)
* simplify by using the new APIbulia byak2006-10-231-4/+1
| | | (bzr r1840)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-201-15/+22
| | | | | filter margins are at least twice the blur radius (bzr r1817)
* undo annotationsbulia byak2006-10-101-3/+3
| | | (bzr r1793)
* cleanup, use the new APIsbulia byak2006-10-071-72/+8
| | | (bzr r1776)
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-041-44/+38
| | | (bzr r1766)
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-3/+1
| | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-22/+51
| | | | | Comments added/fixed. (bzr r1622)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-41/+51
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-0/+143
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Shrunk a few icon sizes.Jon A. Cruz2006-04-081-1/+1
| | | (bzr r457)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-1/+1
| | | (bzr r439)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+318
(bzr r1)