summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-properties.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-20Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b1-477/+0
2007-08-08Filter effects:Nicholas Bishop1-3/+1
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-1/+1
2007-06-27more unreffing temporary styles properlybulia byak1-1/+1
2007-06-24initial filter UI code drop from NickMenTaLguY1-65/+78
2007-06-23Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala1-2/+2
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-9/+15
2007-01-25comment for the futurebulia byak1-0/+2
2007-01-25listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak1-0/+1
2007-01-11patch 1632843bulia byak1-1/+1
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-7/+10
2006-11-19add % to the blur/opacity labelsbulia byak1-2/+2
2006-10-26workaround for crash 1580903 and several other issues caused by GTK's brainde...bulia byak1-1/+15
2006-10-24fix crash: when closing a document, the selection we're passed as argument ma...bulia byak1-1/+1
2006-10-23simplify by using the new APIbulia byak1-4/+1
2006-10-20make blur slider a percentage; change opacity to 1..100 as well; ensure the f...bulia byak1-15/+22
2006-10-10undo annotationsbulia byak1-3/+3
2006-10-07cleanup, use the new APIsbulia byak1-72/+8
2006-10-04simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak1-44/+38
2006-08-25Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala1-3/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-08-20Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues1-22/+51
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues1-41/+51
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur slid...Hugo Rodrigues1-0/+143
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-1/+1
2006-04-08Shrunk a few icon sizes.Jon A. Cruz1-1/+1
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-1/+1
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+4
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3