Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-17 | Revert mistakely pushed string change | Luca Ferretti | |
2011-03-17 | Use proper case in forms dialog option values | Luca Ferretti | |
2011-02-15 | text.c: Fix compilation warning | Javier Jardón | |
2011-02-15 | Do not use deprecated separator GtkDialog property | Javier Jardón | |
2011-01-25 | Reset errors after freeing them | Matthias Clasen | |
This was causing segfaults: https://bugzilla.redhat.com/show_bug.cgi?id=670895 | |||
2011-01-17 | Adding missed files and code for --forms option. | Arx Cruz | |
2011-01-04 | Add font and no wrap mode support in text dialog | muzuiget | |
2011-01-02 | Fix for bug 540560. | Arx Cruz | |
Patch by Victor Ananjevsky <ananasik at gmail dot com> | |||
2010-12-22 | util: fix build with new GTK+ | Cosimo Cecchi | |
2010-11-18 | Fix for bug 630885 | Arx Cruz | |
2010-11-18 | Fix for bug 412493 | Arx Cruz | |
2010-11-09 | Add libnotify as optional in zenity instalation | Arx Cruz | |
2010-10-21 | Remove deprecated code for GTK+-3.0. | Luis Medinas | |
2010-10-20 | Require libnotify 0.6.1 | William Jon McCann | |
https://bugzilla.gnome.org/show_bug.cgi?id=631737 | |||
2010-10-02 | Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0 | Luis Medinas | |
Replaced by GDK_DISPLAY_XDISPLAY. | |||
2010-09-29 | Add default activation on entry. | Luis Medinas | |
Fixes bgo#630884 - Zenity --password dialog doesn't have a default action | |||
2010-07-22 | Removing X_LIBS from src/Makefile | Arx Cruz | |
2010-07-22 | Change cancel button messages to be capitalized | Arx Cruz | |
2010-07-12 | Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ↵ | Arx Cruz | |
compile with GTK 3.0 | |||
2010-07-12 | Just changing the copyright. | Arx Cruz | |
2010-07-12 | Add new password dialog | Arx Cruz | |
2010-05-27 | Use g_timeout_add_seconds instead g_timeout_add | Philippe Gauthier | |
The calls to g_timeout_add are replaced with g_timeout_add_seconds to reduce the number or program wake ups. See the GNOME Goal description: http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds | |||
2010-04-19 | Bug 615527 - zenity hangs if invalid WINDOWID is specified | Michal Pryc | |
2010-04-08 | Compile with -DGSEAL_ENABLED. Fixes bug 612498. | Andre Klapper | |
2010-02-23 | Bug 540169 - Zenity should offer color selection dialog | Berislav Kovacki | |
2010-02-23 | Bug 593926 - --progress needs a --nocancel option | Huzaifa Sidhpurwala | |
2010-02-23 | Bug 609224 - GPL mentioning left in about dialog | Lucas Rocha | |
2010-02-23 | [options] Use correct type in hide_header variable | Lucas Rocha | |
2009-12-13 | Bug 603673 - Show correct license in the about dialog | Lucas Rocha | |
2009-09-16 | [list] allow escaped chars as separator | Lucas Rocha | |
2009-08-10 | Bug 572835 – Zenity --question should be yes or no | Lucas Rocha | |
2009-08-10 | Bug 552971 - Add a hide-header option to list dialog | Bryce Harrington | |
2009-08-10 | Bug 551116 - Fix default activation in entry dialog | Adrian Carpenter | |
when using the dialog with drop down menu. | |||
2009-08-10 | [option] Free file filter list on exit | Lucas Rocha | |
2009-08-10 | [option] Fix type of filters variable | Lucas Rocha | |
2009-08-10 | Bug 549404 - --help-entry for hide-text incorrect | Matt Keenan | |
2009-08-10 | [progress] Improve code to update of percentage | Lucas Rocha | |
2009-08-10 | Bug 556198 – Support toggling pulsate in progressbar | Lucas Rocha | |
2009-08-10 | [progress] Factor out function to control pulsate | Lucas Rocha | |
2009-08-10 | [progress] coding style fixes | Lucas Rocha | |
2009-08-10 | Bug 573802 - Support notification summary | Aurélio A. Heckert | |
You can now define title and summary on notifications. The first line of the provided text will be considered the title and the following lines are the summary. | |||
2009-08-08 | [progress] Remove duplicate code when returning | Lucas Rocha | |
2009-08-08 | [progress] Cosmetic fix in code comment | Lucas Rocha | |
2009-08-08 | Bug 579999 – zenity sets a huge but finite timeout | Olivier Blin | |
Declare timeout delay as signed, so that assigning -1 does not act as setting a huge (but finite) timeout (this has been noticed by resetting the clock) | |||
2009-08-08 | Bug 567773 – "zenity --entry --text" doesn't interpret line breaks | Siegfried-Angel Gevatter Pujals | |
2009-08-06 | Bug 561131 – zenity windows don't appear with the focus | Lucas Rocha | |
2009-08-06 | Clean some things in the GtkBuilder port (GnomeBug:578393) | Javier Jardón | |
* Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui | |||
2009-07-20 | Bug 578393 – convert from libglade to GtkBuilder | Felix Riemann | |
2009-03-08 | disable monk easter egg in order to remove gnome-canvas dependency (Fixes | Lucas Rocha | |
2009-03-08 Lucas Rocha <lucasr@gnome.org> * configure.in, src/about.c: disable monk easter egg in order to remove gnome-canvas dependency (Fixes #571741). svn path=/trunk/; revision=1489 | |||
2009-03-08 | replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix | Lucas Rocha | |
2009-03-08 Lucas Rocha <lucasr@gnome.org> * configure.in, src/notification.c: replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix Riemann <friemann@svn.gnome.org>. svn path=/trunk/; revision=1488 |