summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
| | | | | This was causing segfaults: https://bugzilla.redhat.com/show_bug.cgi?id=670895
* 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
| | | | Patch by Victor Ananjevsky <ananasik at gmail dot com>
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631737
* Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas2010-10-02
| | | | Replaced by GDK_DISPLAY_XDISPLAY.
* Add default activation on entry.Luis Medinas2010-09-29
| | | | | Fixes bgo#630884 - Zenity --password dialog doesn't have a default action
* 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
| | | | compile with GTK 3.0
* 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
| | | | | | 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
* 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
| | | | when using the dialog with drop down menu.
* [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
| | | | | | 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.
* [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
| | | | | | 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)
* 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
| | | | | | | | * Makefile.am * README * configure.in * po/POTFILES.skip * src/zenity.ui
* 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
| | | | | | | | | 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
* replace deprecated GTK+ calls (fixes bug #571869). Patch from FelixLucas Rocha2009-03-08
| | | | | | | | | | 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
* remove deprecated/obsoleted dialog definition (fixes bug #571869). PatchLucas Rocha2009-03-08
| | | | | | | | | | 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
* translator comment for file-filter option string (Fixes bug #547202).Lucas Rocha2009-01-09
| | | | | | | | | 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
bgstack15