summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/combo-enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* initialize default value to zero when it is not provided as parameter to the ↵Felipe Corr??a da Silva Sanches2008-02-191-1/+1
| | | | | combobox constructor (bzr r4782)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-191-2/+21
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* Hide the Image filter effect primitive from the filter effects dialog. Files ↵Nicholas Bishop2008-01-171-0/+14
| | | | | containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape. (bzr r4537)
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-271-1/+6
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-301-1/+1
| | | (bzr r3623)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+36
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* Filter effects dialog:Nicholas Bishop2007-07-291-0/+2
| | | | | | * feMergeNodes can be deleted by clicking the input without dragging. * feMergeNodes can be added using a special empty input at the bottom of primitive. (bzr r3335)
* Filter effects dialog:Nicholas Bishop2007-07-261-4/+19
| | | | | | | | | This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog. * Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute. * Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow. * Removed lots of specific filter settings code in favor of the more generic system. (bzr r3304)
* Filter effects:Nicholas Bishop2007-07-141-0/+94
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)