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