summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Just changing the copyright.Arx Cruz2010-07-12
* Add new password dialogArx Cruz2010-07-12
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* Bug 615527 - zenity hangs if invalid WINDOWID is specifiedMichal Pryc2010-04-19
* Compile with -DGSEAL_ENABLED. Fixes bug 612498.Andre Klapper2010-04-08
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-23
* Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala2010-02-23
* Bug 609224 - GPL mentioning left in about dialogLucas Rocha2010-02-23
* [options] Use correct type in hide_header variableLucas Rocha2010-02-23
* Bug 603673 - Show correct license in the about dialogLucas Rocha2009-12-13
* [list] allow escaped chars as separatorLucas Rocha2009-09-16
* Bug 572835 – Zenity --question should be yes or noLucas Rocha2009-08-10
* Bug 552971 - Add a hide-header option to list dialogBryce Harrington2009-08-10
* Bug 551116 - Fix default activation in entry dialogAdrian Carpenter2009-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
* [progress] Improve code to update of percentageLucas Rocha2009-08-10
* Bug 556198 – Support toggling pulsate in progressbarLucas Rocha2009-08-10
* [progress] Factor out function to control pulsateLucas Rocha2009-08-10
* [progress] coding style fixesLucas Rocha2009-08-10
* Bug 573802 - Support notification summaryAurélio A. Heckert2009-08-10
* [progress] Remove duplicate code when returningLucas Rocha2009-08-08
* [progress] Cosmetic fix in code commentLucas Rocha2009-08-08
* Bug 579999 – zenity sets a huge but finite timeoutOlivier Blin2009-08-08
* Bug 567773 – "zenity --entry --text" doesn't interpret line breaksSiegfried-Angel Gevatter Pujals2009-08-08
* Bug 561131 – zenity windows don't appear with the focusLucas Rocha2009-08-06
* Clean some things in the GtkBuilder port (GnomeBug:578393)Javier Jardón2009-08-06
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* disable monk easter egg in order to remove gnome-canvas dependency (FixesLucas Rocha2009-03-08
* replace deprecated GTK+ calls (fixes bug #571869). Patch from FelixLucas Rocha2009-03-08
* remove deprecated/obsoleted dialog definition (fixes bug #571869). PatchLucas Rocha2009-03-08
* translator comment for file-filter option string (Fixes bug #547202).Lucas Rocha2009-01-09
* GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch fromLucas Rocha2009-01-09
* GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha2009-01-09
* correctly handle --filename option on file selection mode (Fixes bugLucas Rocha2009-01-09
* set all dialogs in glade file as resizable in order to have themLucas Rocha2008-05-31
* release 2.23.1Lucas Rocha2008-04-21
* Add support for file filter in file selection dialog through the newLucas Rocha2008-04-21
* use g_value_dup_string when applicable (Fixes bug #527258). Patch fromLucas Rocha2008-04-10
* fix memory leak on custom labels (Fixes bug #526627). Patch byLucas Rocha2008-04-07
* 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
* set value range before setting value in order to correctly set initialLucas 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
* fix critical warning when using checkbox and radiobox in list dialogLucas Rocha2007-08-13
* fix broken handling of input from pipes in list dialog (Fixes bugLucas Rocha2007-05-27
* correctly handle UTF-8 input text in the text info dialog (Fixes bugLucas Rocha2007-05-27
* initialize GTK+ before parsing command line options to better handleLucas Rocha2007-05-27
bgstack15