summaryrefslogtreecommitdiffstats
path: root/src/extension/paramenum.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-7/+15
| | | | | | ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
* r15702@tres: ted | 2007-07-02 15:17:48 -0700Ted Gould2007-07-031-4/+0
| | | | | | Quotes were added to block shell variables, but now that we're using the GTK+ call we can assume that shells don't really get involved. (bzr r3161)
* r15506@tres: ted | 2007-05-24 22:30:55 -0700Ted Gould2007-06-271-1/+1
| | | | | | | Wow, the basics are kinda working. Only for ints and floats, and it seems to not like repeadative entry. But, it really is seeming very feasible. (bzr r3128)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-244/+244
| | | (bzr r2399)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-1/+1
| | | (bzr r2398)
* Fixed: Non-translatable strings in "enum" type extensionsJohan B. C. Engelen2007-01-271-24/+60
| | | (bzr r2297)
* NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen2006-11-241-12/+2
| | | | | them (they are very similar to enums) (bzr r2031)
* Added support for enumerated types in the UI of Extensions! (all eyes on ↵Johan B. C. Engelen2006-09-181-0/+218
requester Spike to submit an example extension ! :P) (bzr r1713)