summaryrefslogtreecommitdiff
path: root/src/zenity.h
Commit message (Expand)AuthorAge
* Port build system from autotools to meson.Logan Rathbone2021-06-08
* Fix styleArx Cruz2017-04-07
* Do not make zenity_util_show_dialog() X11 specificJavier Jardón2015-04-23
* ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
* Allow user to interact with --text-info --html WebViewKernc2014-10-22
* Bug #685051 Adding --mid-search option to --listArx Cruz2014-10-21
* Added time-remaining support to progress barsScott Pakin2014-10-21
* Add the --ellipsize option to info, error, warning and question dialogsArx Cruz2014-05-20
* Bug #600533 zenity --text-info should have an auto scroll optionArx Cruz2013-11-23
* Bug #534935 Need hability to specify default answer in --question dialogBerislav Kovacki2013-11-23
* Added combobox support on forms dialogArx Cruz2013-09-25
* added attach option for transient windowWeitian Leung2013-08-31
* Allow to specify notification's hintsNuno Araujo2013-02-25
* msg: Add an option to set a custom dialog iconFlorian Müllner2012-09-25
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-25
* Added support to --imagelist on tree. Thanks to Joshua Nathaniel Pritikin <jp...Arx Cruz2012-07-19
* Added support to lists on zenity --formsArx Cruz2011-12-21
* Revert "Initial support for list/tree on --forms option Added zenity --add-li...Arx Cruz2011-10-13
* Initial support for list/tree on --forms option Added zenity --add-list and -...Arx Cruz2011-10-13
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Enable html support in --text-info option. This fix bug #598655, thanks for t...Arx Cruz2011-07-19
* Patch for bug #621907Arx Cruz2011-07-06
* This change add a new functionality to text-info:Arx Cruz2011-06-28
* Adding missed files and code for --forms option.Arx Cruz2011-01-17
* Add font and no wrap mode support in text dialogmuzuiget2011-01-04
* Add libnotify as optional in zenity instalationArx Cruz2010-11-09
* Add new password dialogArx Cruz2010-07-12
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-23
* Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala2010-02-23
* Bug 552971 - Add a hide-header option to list dialogBryce Harrington2009-08-10
* Bug 579999 – zenity sets a huge but finite timeoutOlivier Blin2009-08-08
* Add support for file filter in file selection dialog through the newLucas Rocha2008-04-21
* Allow question dialogs to use custom button label text (Fixes bugLucas Rocha2008-03-29
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* 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
bgstack15