summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added support to lists on zenity --formsArx Cruz2011-12-21
* Revert "Initial support for list/tree on --forms option Added zenity --add-li...Arx Cruz2011-10-13
* Initial support for list/tree on --forms option Added zenity --add-list and -...Arx Cruz2011-10-13
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Bug #592195. This fix made the --list mode return as soon as receive an ok or...Arx Cruz2011-07-26
* Enable html support in --text-info option. This fix bug #598655, thanks for t...Arx Cruz2011-07-19
* Fix for bug #540489 and #501001 both related to 100% use of cpu.Arx Cruz2011-07-08
* Forgot change one option in gtk_labelArx Cruz2011-07-06
* Patch for bug #621907Arx Cruz2011-07-06
* This change add a new functionality to text-info:Arx Cruz2011-06-28
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Fix the msg forms (question, warning, error) to return 5 when timeoutArx Cruz2011-06-16
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* Fix bug 651723, don't look for libnotify.h if not requestedNirbheek Chauhan2011-06-07
* Revert mistakely pushed string changeLuca Ferretti2011-03-17
* Use proper case in forms dialog option valuesLuca Ferretti2011-03-17
* text.c: Fix compilation warningJavier Jardón2011-02-15
* Do not use deprecated separator GtkDialog propertyJavier Jardón2011-02-15
* Reset errors after freeing themMatthias Clasen2011-01-25
* Adding missed files and code for --forms option.Arx Cruz2011-01-17
* Add font and no wrap mode support in text dialogmuzuiget2011-01-04
* Fix for bug 540560.Arx Cruz2011-01-02
* util: fix build with new GTK+Cosimo Cecchi2010-12-22
* Fix for bug 630885Arx Cruz2010-11-18
* Fix for bug 412493Arx Cruz2010-11-18
* Add libnotify as optional in zenity instalationArx Cruz2010-11-09
* Remove deprecated code for GTK+-3.0.Luis Medinas2010-10-21
* Require libnotify 0.6.1William Jon McCann2010-10-20
* Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas2010-10-02
* Add default activation on entry.Luis Medinas2010-09-29
* Removing X_LIBS from src/MakefileArx Cruz2010-07-22
* Change cancel button messages to be capitalizedArx Cruz2010-07-22
* Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ...Arx Cruz2010-07-12
* 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
bgstack15