summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+3
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-10/+2
2011-10-18cppcheckKris De Gussem1-2/+2
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-0/+90
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-12/+12
2009-08-05SPDocument->Documentjohnce1-12/+12
2008-10-27From trunkTed Gould1-0/+8
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert1-0/+2
2008-07-29New registered widget (text entry box).Maximilian Albert1-0/+44
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen1-2/+2
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen1-2/+21
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen1-0/+47
2008-02-27Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen1-121/+37
2008-01-26gray out widgets when grid is disabled.Johan B. C. Engelen1-2/+2
2008-01-17RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b1-19/+18
2008-01-16remove unnecessary cast + cosmetic changes.Johan B. C. Engelen1-7/+28
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen1-36/+0
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen1-32/+18
2008-01-16r17673@shi: ted | 2008-01-15 23:01:59 -0800Ted Gould1-1/+0
2008-01-16r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould1-0/+2
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-49/+21
2008-01-15RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...Johan B. C. Engelen1-35/+43
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-4/+4
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-2/+2
2007-12-30Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington1-2/+2
2007-11-28Remove debug messagesJohan B. C. Engelen1-2/+0
2007-11-23Fix [ 1835591 ] Reproducible crash on opening the attached fileJohan B. C. Engelen1-5/+19
2007-11-18Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen1-0/+1
2007-10-19Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ...Johan B. C. Engelen1-24/+0
2007-10-16runaway random number widget workaroundJohan B. C. Engelen1-9/+4
2007-10-16Fix checkbuttons of LPEs. Should no longer crash, should no longer need click...Johan B. C. Engelen1-2/+25
2007-09-27fixing undo problems with LPE widgets. Not completely fixed yet. CheckButtons...Johan B. C. Engelen1-11/+50
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-1/+1
2007-09-05LPE: fix undo bug for applying/removing effectJohan B. C. Engelen1-2/+2
2007-09-05workaround for runaway spinbuttonbulia byak1-9/+4
2007-09-02LPE: add RandomParam type.Johan B. C. Engelen1-0/+72
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-142/+181
2007-08-061) Make snapping of object's center optional 2) Optimize snapping preferences...Diederik van Lierop1-0/+9
2007-07-06Fix #1740146.Johan B. C. Engelen1-74/+140
2007-07-06Fix for bug #1740146: always get current namedview, because it might have cha...Diederik van Lierop1-2/+4
2007-03-20Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen1-35/+54
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-8/+8
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-4/+4
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-4/+4
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-5/+11
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-11/+11