summaryrefslogtreecommitdiffstats
path: root/src/util/enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-161-17/+34
| | | | | from 0..10) (bzr r6333)
* add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen2008-02-061-1/+8
| | | (bzr r4671)
* Add commentary to warn about how to initialize translatable enumsJohan B. C. Engelen2007-08-301-0/+6
| | | (bzr r3625)
* Filter effects dialog:Nicholas Bishop2007-07-161-0/+10
| | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253)
* Filter effects:Nicholas Bishop2007-07-141-0/+93
* 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)