summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAgeFilesLines
...
* Adding missed files and code for --forms option.Arx Cruz2011-01-171-1/+151
* Add font and no wrap mode support in text dialogmuzuiget2011-01-041-2/+22
* Add libnotify as optional in zenity instalationArx Cruz2010-11-091-1/+14
* Change cancel button messages to be capitalizedArx Cruz2010-07-221-2/+2
* Add new password dialogArx Cruz2010-07-121-1/+71
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-231-0/+90
* Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala2010-02-231-1/+16
* [options] Use correct type in hide_header variableLucas Rocha2010-02-231-1/+1
* Bug 552971 - Add a hide-header option to list dialogBryce Harrington2009-08-101-0/+16
* [option] Free file filter list on exitLucas Rocha2009-08-101-0/+3
* [option] Fix type of filters variableLucas Rocha2009-08-101-1/+1
* Bug 549404 - --help-entry for hide-text incorrectMatt Keenan2009-08-101-1/+1
* Bug 579999 – zenity sets a huge but finite timeoutOlivier Blin2009-08-081-1/+1
* translator comment for file-filter option string (Fixes bug #547202).Lucas Rocha2009-01-091-0/+1
* Add support for file filter in file selection dialog through the newLucas Rocha2008-04-211-4/+20
* Allow question dialogs to use custom button label text (Fixes bugLucas Rocha2008-03-291-1/+28
* added arg_description for --timeout option (Fixes bug #516876). Patch fromLucas Rocha2008-03-171-1/+2
* added comment on a string in order clarify its meaning for translatorsLucas Rocha2008-03-171-0/+1
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-131-1/+12
* general cleanups for build warnings (Fixes bug #416196). Patch fromLucas Rocha2007-05-141-15/+15
* complete list dialog options with respective arguments (Fixes bugLucas Rocha2006-12-041-24/+24
* add "auto-kill" option to progress dialog. Now the user can choose whetherLucas Rocha2006-12-021-0/+17
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-111-1/+1
* add --confirm-overwrite to file selection dialog to pop a confirmationLucas Rocha2006-03-231-0/+12
* add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch fromLucas Rocha2006-03-071-1/+1
* add --hide-value to scale dialog.Lucas Rocha2005-12-151-0/+12
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-131-0/+125
* fixed bug #317033.Lucas Rocha2005-09-241-2/+2
* dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options thatLucas Rocha2005-07-131-21/+21
* activate option help translations in GOption.Lucas Rocha2005-07-121-0/+14
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-081-2/+0
* marks static many functions and global variables. Contribution fromLucas Rocha2005-07-081-89/+90
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-061-0/+4
* New --hide-column option.Lucas Almeida Rocha2005-07-011-0/+18
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-271-8/+18
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-251-2/+2
* Clean up the code a little bit.Glynn Foster2005-04-201-7/+7
* Bug fix for #149290, based on contributions from Timo Aaltonen, LucasGlynn Foster2005-04-201-0/+46
* Update docs to add the new goption help stuff. Update to be in line withGlynn Foster2005-02-061-5/+5
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-311-1/+2
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-091-12/+20
* Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster2005-01-071-1/+8
* Fix tyop for #161774, as reported by Christian.Glynn Foster2004-12-201-1/+1
* Fix spacing issue.Glynn Foster2004-12-071-1/+2
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-071-0/+1364