summaryrefslogtreecommitdiffstats
path: root/src/extension/paramradiobutton.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for ↵Johan B. C. Engelen2007-03-131-4/+10
| | | | | different INX definitions. (bzr r2637)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-263/+263
| | | (bzr r2399)
* Fixed untranslatable radiobuttons in extensionsJohan B. C. Engelen2007-01-271-29/+61
| | | (bzr r2298)
* rename INX name for radiobuttons: <item> => <option>Johan B. C. Engelen2006-11-251-2/+1
| | | | | removed debug message (bzr r2038)
* NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen2006-11-241-0/+232
them (they are very similar to enums) (bzr r2031)