aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/eggtrayicon.c
Commit message (Collapse)AuthorAgeFilesLines
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+1
| | | | svn path=/trunk/; revision=33432
* For building on Win32 against GTK+ 2.8, include a copy of theTor Lillqvist2005-12-181-0/+1841
| | | | | | | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * eggtrayicon.c: For building on Win32 against GTK+ 2.8, include a copy of the GtkStatusIcon code from GTK+ HEAD (i.e., what will be GTK+ 2.10) and some helper functions from gdk/win32. Eventually when GTK+ 2.10 is released and Evo no longer needs to support older GTK+ versions, eggtrayicon.[ch] can be removed completely from here, as the use of eggtrayicon in ../calendar/gui/ alarm-notify/alarm-queue.c will automatically switch to using GtkStatusIcon instead. * eggtrayicon.h: Ditto, for building on Win32 against GTK+ 2.8, include a copy of gtkstatusicon.h from GTK+ HEAD. svn path=/trunk/; revision=30827
* updated from libegg.Rodrigo Moya2004-08-271-59/+198
| | | | | | | | 2004-08-26 Rodrigo Moya <rodrigo@novell.com> * eggtrayicon.[ch]: updated from libegg. svn path=/trunk/; revision=27040
* Added for tray icon support. To be removed when libgnomeui sports thisHans Petter Jansson2003-08-291-0/+341
2003-08-28 Hans Petter Jansson <hpj@ximian.com> * eggtrayicon.[ch]: Added for tray icon support. To be removed when libgnomeui sports this functionality. * Makefile.am: Include eggtrayicon. svn path=/trunk/; revision=22404