summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-11-18Fix for bug 630885Arx Cruz
2010-11-18Fix for bug 412493Arx Cruz
2010-11-09Add libnotify as optional in zenity instalationArx Cruz
2010-10-21Remove deprecated code for GTK+-3.0.Luis Medinas
2010-10-20Require libnotify 0.6.1William Jon McCann
https://bugzilla.gnome.org/show_bug.cgi?id=631737
2010-10-02Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas
Replaced by GDK_DISPLAY_XDISPLAY.
2010-09-29Add default activation on entry.Luis Medinas
Fixes bgo#630884 - Zenity --password dialog doesn't have a default action
2010-07-22Removing X_LIBS from src/MakefileArx Cruz
2010-07-22Change cancel button messages to be capitalizedArx Cruz
2010-07-12Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ↵Arx Cruz
compile with GTK 3.0
2010-07-12Just changing the copyright.Arx Cruz
2010-07-12Add new password dialogArx Cruz
2010-05-27Use g_timeout_add_seconds instead g_timeout_addPhilippe 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-19Bug 615527 - zenity hangs if invalid WINDOWID is specifiedMichal Pryc
2010-04-08Compile with -DGSEAL_ENABLED. Fixes bug 612498.Andre Klapper
2010-02-23Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki
2010-02-23Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala
2010-02-23Bug 609224 - GPL mentioning left in about dialogLucas Rocha
2010-02-23[options] Use correct type in hide_header variableLucas Rocha
2009-12-13Bug 603673 - Show correct license in the about dialogLucas Rocha
2009-09-16[list] allow escaped chars as separatorLucas Rocha
2009-08-10Bug 572835 – Zenity --question should be yes or noLucas Rocha
2009-08-10Bug 552971 - Add a hide-header option to list dialogBryce Harrington
2009-08-10Bug 551116 - Fix default activation in entry dialogAdrian Carpenter
when using the dialog with drop down menu.
2009-08-10[option] Free file filter list on exitLucas Rocha
2009-08-10[option] Fix type of filters variableLucas Rocha
2009-08-10Bug 549404 - --help-entry for hide-text incorrectMatt Keenan
2009-08-10[progress] Improve code to update of percentageLucas Rocha
2009-08-10Bug 556198 – Support toggling pulsate in progressbarLucas Rocha
2009-08-10[progress] Factor out function to control pulsateLucas Rocha
2009-08-10[progress] coding style fixesLucas Rocha
2009-08-10Bug 573802 - Support notification summaryAuré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 returningLucas Rocha
2009-08-08[progress] Cosmetic fix in code commentLucas Rocha
2009-08-08Bug 579999 – zenity sets a huge but finite timeoutOlivier 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-08Bug 567773 – "zenity --entry --text" doesn't interpret line breaksSiegfried-Angel Gevatter Pujals
2009-08-06Bug 561131 – zenity windows don't appear with the focusLucas Rocha
2009-08-06Clean some things in the GtkBuilder port (GnomeBug:578393)Javier Jardón
* Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui
2009-07-20Bug 578393 – convert from libglade to GtkBuilderFelix Riemann
2009-03-08disable monk easter egg in order to remove gnome-canvas dependency (FixesLucas 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-08replace deprecated GTK+ calls (fixes bug #571869). Patch from FelixLucas 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
2009-03-08remove deprecated/obsoleted dialog definition (fixes bug #571869). PatchLucas Rocha
2009-03-08 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch from Felix Riemann <friemann@svn.gnome.org>. svn path=/trunk/; revision=1487
2009-01-09translator comment for file-filter option string (Fixes bug #547202).Lucas Rocha
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/option.c: translator comment for file-filter option string (Fixes bug #547202). Patch from Frederic Peters <fpeters@0d.be>. svn path=/trunk/; revision=1464
2009-01-09GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch fromLucas Rocha
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/tree.c: GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch from Frederic Peters <fpeters@0d.be>. svn path=/trunk/; revision=1463
2009-01-09GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/main.c: * src/option.h: GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). Patch from Pedro Fragoso <ember@ubuntu.com>. svn path=/trunk/; revision=1462
2009-01-09correctly handle --filename option on file selection mode (Fixes bugLucas Rocha
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/fileselection.c (zenity_fileselection): correctly handle --filename option on file selection mode (Fixes bug #564552). Patch from Gilles Detillieux. svn path=/trunk/; revision=1461
2008-05-31set all dialogs in glade file as resizable in order to have themLucas Rocha
2008-05-31 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: set all dialogs in glade file as resizable in order to have them respecting the --width and --height command-line options (Fixes bug #529452). svn path=/trunk/; revision=1380
2008-04-21release 2.23.1Lucas Rocha
2008-04-21 Lucas Rocha <lucasr@gnome.org> * NEWS: release 2.23.1 svn path=/trunk/; revision=1364
2008-04-21Add support for file filter in file selection dialog through the newLucas Rocha
2008-04-21 Lucas Rocha <lucasr@gnome.org> Add support for file filter in file selection dialog through the new --file-filter command line option (Fixes bug #409843). * src/option.c, src/zenity.h: added supporting variable and new GOptionEntry entry for the new command line option. * src/fileselection.c (zenity_fileselection): add file filters based on command line input. svn path=/trunk/; revision=1362
2008-04-10use g_value_dup_string when applicable (Fixes bug #527258). Patch fromLucas Rocha
2008-04-10 Lucas Rocha <lucasr@gnome.org> * src/tree.c (zenity_tree_dialog_get_selected, zenity_tree_dialog_toggle_get_selected): use g_value_dup_string when applicable (Fixes bug #527258). Patch from kraai@ftbfs.org. svn path=/trunk/; revision=1352