summaryrefslogtreecommitdiff
path: root/src/notification.c
Commit message (Expand)AuthorAge
* Fix styleArx Cruz2017-04-07
* Bug #638582 - zenity --notification --listen can't show multi line tooltipArx Cruz2015-06-03
* Add the possibility to pass title and the summary to zenity notificationArx Cruz2015-06-03
* Bug #742963 - Basic notifications do not returnArx Cruz2015-05-29
* Fix GLib critical messagesArx Cruz2015-05-29
* src/notification.c: Remove non-used variableJavier Jardón2015-03-22
* Don't quit zenity when the input stream is closedEmilio Pozuelo Monfort2014-10-21
* Bug 733870 - Segmentation fault on zenity --notificationArx Cruz2014-08-29
* Allow to specify notification's hintsNuno Araujo2013-02-25
* Replaced string 'could' to start with an Uppercase.Marc Ruiz - radykal -2012-11-22
* Fix bug 651723, don't look for libnotify.h if not requestedNirbheek Chauhan2011-06-07
* Reset errors after freeing themMatthias Clasen2011-01-25
* Add libnotify as optional in zenity instalationArx Cruz2010-11-09
* Require libnotify 0.6.1William Jon McCann2010-10-20
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* Bug 573802 - Support notification summaryAurélio A. Heckert2009-08-10
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* replace deprecated GTK+ calls (fixes bug #571869). Patch from FelixLucas Rocha2009-03-08
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* initialize GTK+ before parsing command line options to better handleLucas Rocha2007-05-27
* general cleanups for build warnings (Fixes bug #416196). Patch fromLucas Rocha2007-05-14
* Release 2.15.91 Update.Lucas Rocha2006-08-09
* src/notification.c (-set_scaled_pixbuf, +zenity_notification_icon_update,Lucas Rocha2006-07-28
* Implement the "message" command on notification icon with libnotifyLucas Rocha2006-03-23
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* Don't use the parent widget for hiding tray iconLucas Almeida Rocha2005-06-17
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-31
* Correct error message for notification icon. Fixes #163462.Glynn Foster2005-01-09
* Fix #161539, and try and hide the parent widget, rather than the trayGlynn Foster2004-12-19
* function to set a GtkImage to a scaled pixbuf.James Henstridge2004-09-30
* add code to listen for commands on stdin when in listen mode.James Henstridge2004-09-16
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
bgstack15