summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* fix seg fault when outputing files with special printf format stringsLucas Rocha2007-05-14
* fix index handling for --print-column (Fixes bug #420396).Lucas Rocha2007-05-14
* double-click on day results in dialog response (Fixes bug #395152). PatchLucas Rocha2007-05-14
* 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
* make dialog text selectable on message dialogs (error, warning, info, andLucas Rocha2006-12-04
* merged identic i18n strings (Fixes bug #334361).Lucas Rocha2006-12-03
* add "auto-kill" option to progress dialog. Now the user can choose whetherLucas Rocha2006-12-02
* don't show cancel button on warning dialog (Fixes bug #324100). Patch fromLucas Rocha2006-12-02
* Release 2.15.91 Update.Lucas Rocha2006-08-09
* src/notification.c (-set_scaled_pixbuf, +zenity_notification_icon_update,Lucas Rocha2006-07-28
* correctly stdin input for text info dialog (Fixes bug #336736).Lucas Rocha2006-07-28
* entry activation makes dialog return OK (Fixes bug #347340).Lucas Rocha2006-07-27
* fix small build warnings on 64-bit architectures (Fixes bug #344125). fixLucas Rocha2006-07-26
* Replaced old FSF postal address with current one.Francisco Javier F. Serrador2006-06-10
* about dialog update.Lucas Rocha2006-05-19
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-11
* move to automake 1.9 and several cleanups (Fixes bug #341056). Patch fromLucas Rocha2006-05-10
* don't ignore return value from g_renew() (Fixes bug #338038). Patch fromLucas Rocha2006-04-17
* quit zenity on dialog response (Fixes bug #336505).Lucas Rocha2006-03-31
* add --confirm-overwrite to file selection dialog to pop a confirmationLucas Rocha2006-03-23
* Implement the "message" command on notification icon with libnotifyLucas Rocha2006-03-23
* add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch fromLucas Rocha2006-03-07
* use GtkAboutDialog instead of custom dialog (Fixes bug #309405). removeLucas Rocha2005-12-18
* make all dialogs HIG compliant by fixing spaces and removing separatorLucas Rocha2005-12-17
* add --hide-value to scale dialog.Lucas Rocha2005-12-15
* make the hscale discontinuous.Lucas Rocha2005-12-13
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-13
* make it possible to add new lines and markup in the dialog text.Lucas Rocha2005-11-15
* Release 2.13.2 Update.Lucas Rocha2005-11-14
* make it possible to add new lines in the in the msg dialog (Fixes bugLucas Rocha2005-11-14
* Release 2.13.1 Update.Lucas Rocha2005-10-24
* by default, focus is on tree view in list dialogs. Fixes #317263. PatchLucas Rocha2005-10-18
* fixed bug #317033.Lucas Rocha2005-09-24
* Release 2.12.0 Update.Lucas Rocha2005-09-06
* Release 2.11.92 Update.Lucas Rocha2005-08-23
* Release 2.11.91 Update.Lucas Rocha2005-08-07
* Release 2.11.90 Update.Lucas Rocha2005-07-26
* Release 2.11.1 Add note about feature frozen-ness. Update.Lucas Rocha2005-07-13
* 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
* Changelog fixes, THANKS update.Lucas Almeida Rocha2005-07-06
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
bgstack15