summaryrefslogtreecommitdiff
path: root/src/option.c
Commit message (Expand)AuthorAge
...
* 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