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