summaryrefslogtreecommitdiff
path: root/src/zenity.h
Commit message (Expand)AuthorAge
* add "auto-kill" option to progress dialog. Now the user can choose whetherLucas Rocha2006-12-02
* fix small build warnings on 64-bit architectures (Fixes bug #344125). fixLucas Rocha2006-07-26
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-11
* add --confirm-overwrite to file selection dialog to pop a confirmationLucas Rocha2006-03-23
* add --hide-value to scale dialog.Lucas Rocha2005-12-15
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-13
* New --hide-column option.Lucas Almeida Rocha2005-07-01
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-27
* Clean up the code a little bit.Glynn Foster2005-04-20
* Bug fix for #149290, based on contributions from Timo Aaltonen, LucasGlynn Foster2005-04-20
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
* add code to listen for commands on stdin when in listen mode.James Henstridge2004-09-16
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster2004-09-13
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-19
* Allow multiple file selections.Mike Newman2003-06-09
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ...Mike Newman2003-06-03
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-13
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-28
* Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster2003-01-19
* Add --editable option to --text-info, and return edited textbuffer contents o...Mike Newman2003-01-19
* Update to add new gconf requirement.Glynn Foster2003-01-14
* Add support to separate the selected rows output with a character with '/'Glynn Foster2003-01-14
* Whitespace hacking.Glynn Foster2003-01-13
* Localise output of --calendar dialog by default (using nl_langinfo),Mike Newman2003-01-13
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* Improve error handling... a lot.Glynn Foster2003-01-07
* Finish off commandline parsing for the list dialog. Wow, this is almostGlynn Foster2003-01-06
* I love featuritis. Instead of fixing stuff so it actually works, I addGlynn Foster2003-01-06
* Add functions to init and free the parsing options. Still not terriblyGlynn Foster2003-01-06
* Initial revisionGlynn Foster2003-01-03
bgstack15