summaryrefslogtreecommitdiff
path: root/src/forms.c
AgeCommit message (Collapse)Author
2013-09-25Added combobox support on forms dialogArx Cruz
2013-03-05But #674881 - Timeout option overriding normal exit codeArx Cruz
2012-08-12Fix various compiler warnings (two serious)Colin Walters
Missing sentinels can cause crashes. The others are just style.
2011-12-21Added support to lists on zenity --formsArx Cruz
2011-10-13Revert "Initial support for list/tree on --forms option Added zenity ↵Arx Cruz
--add-list and --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns" This reverts commit ed825cf92b9d786b9b13361db4a0e696af347a59.
2011-10-13Initial support for list/tree on --forms option Added zenity --add-list and ↵Arx Cruz
--list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns
2011-07-26Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵Arx Cruz
dialogs. This patch doesn't break old zenity scripts.
2011-06-17Now if you use --timeout option, the return code will be properly handledArx Cruz
The default behavior will be done (ie. user click on ok button) The return code will be 5
2011-06-16Bug 651948 - zenity list does not return default value when timeout is overArx Cruz
2010-11-18Fix for bug 412493Arx Cruz