summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-161-42/+16
| | | | | RegisteredWdg (bzr r4523)
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵Johan B. C. Engelen2008-01-151-1/+1
| | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496)
* Fix [ 1835591 ] Reproducible crash on opening the attached fileJohan B. C. Engelen2007-11-231-3/+11
| | | (bzr r4129)
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-115/+115
| | | (bzr r3883)
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-271-0/+5
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+110
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)