summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAge
* Do not make zenity_util_show_dialog() X11 specificJavier Jardón2015-04-23
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * Rework zenity_util_set_window_icon* to not use stock imagesJavier Jardón2015-03-22
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
|/
* added attach option for transient windowWeitian Leung2013-08-31
* Add a runtime check for X11 (bug #705335)Benjamin Berg2013-08-05
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-05
* Port to new documentation infrastructureJavier Jardón2012-08-21
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* util: fix build with new GTK+Cosimo Cecchi2010-12-22
* Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas2010-10-02
* Bug 615527 - zenity hangs if invalid WINDOWID is specifiedMichal Pryc2010-04-19
* Compile with -DGSEAL_ENABLED. Fixes bug 612498.Andre Klapper2010-04-08
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* release 2.23.1Lucas Rocha2008-04-21
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* src/notification.c (-set_scaled_pixbuf, +zenity_notification_icon_update,Lucas Rocha2006-07-28
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-08
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Check the xterm window ID is valid before using itRoss Burton2004-11-23
* g_strdown() modifies the filename, so use strcasecmp() for the comparisonJames Henstridge2004-10-05
* Add missing header. Same ANSIfication. Closes bug #152851.Kjartan Maraas2004-09-17
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-26
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
* Remove some unused code.Glynn Foster2004-03-06
* Remove all the stupid duplicated code to do the help stuff, and instead doGlynn Foster2004-02-29
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-04
* Make the list dialog handle stdin - a little bit buggy still. UpdateGlynn Foster2003-05-05
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
* Provide correct help URL.Glynn Foster2003-01-24
* Update to add new gconf requirement.Glynn Foster2003-01-14
* Initial revisionGlynn Foster2003-01-03
bgstack15