summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAge
* Revert mistakely pushed string changeLuca Ferretti2011-03-17
* Use proper case in forms dialog option valuesLuca Ferretti2011-03-17
* 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
* Change cancel button messages to be capitalizedArx Cruz2010-07-22
* 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
* [options] Use correct type in hide_header variableLucas Rocha2010-02-23
* Bug 552971 - Add a hide-header option to list dialogBryce Harrington2009-08-10
* [option] Free file filter list on exitLucas Rocha2009-08-10
* [option] Fix type of filters variableLucas Rocha2009-08-10
* Bug 549404 - --help-entry for hide-text incorrectMatt Keenan2009-08-10
* Bug 579999 – zenity sets a huge but finite timeoutOlivier Blin2009-08-08
* translator comment for file-filter option string (Fixes bug #547202).Lucas Rocha2009-01-09
* 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 arg_description for --timeout option (Fixes bug #516876). Patch fromLucas Rocha2008-03-17
* added comment on a string in order clarify its meaning for translatorsLucas Rocha2008-03-17
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* general cleanups for build warnings (Fixes bug #416196). Patch fromLucas Rocha2007-05-14
* complete list dialog options with respective arguments (Fixes bugLucas Rocha2006-12-04
* add "auto-kill" option to progress dialog. Now the user can choose whetherLucas Rocha2006-12-02
* 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 G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch fromLucas Rocha2006-03-07
* 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
* fixed bug #317033.Lucas Rocha2005-09-24
* dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options thatLucas Rocha2005-07-13
* activate option help translations in GOption.Lucas Rocha2005-07-12
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-08
* marks static many functions and global variables. Contribution fromLucas Rocha2005-07-08
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* New --hide-column option.Lucas Almeida Rocha2005-07-01
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-27
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* 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
* Update docs to add the new goption help stuff. Update to be in line withGlynn Foster2005-02-06
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-31
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-09
* Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster2005-01-07
* Fix tyop for #161774, as reported by Christian.Glynn Foster2004-12-20
* Fix spacing issue.Glynn Foster2004-12-07
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
bgstack15