summaryrefslogtreecommitdiff
path: root/gtk/gtktrayicon-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-4/+6
* Update GtkTrayIcon to GtkStyleContextCarlos Garnacho2011-01-041-12/+16
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-7/+7
* Don't access GdkVisual fields directlyMatthias Clasen2010-12-101-2/+9
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-2/+2
* trayicon: Use gdk_cairo_get_clip_rectangle() to simplify codeBenjamin Otte2010-09-301-17/+18
* trayicon: Use gtk_widget_set_visual()Benjamin Otte2010-09-281-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+2
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* trayicon: Port to draw vfuncBenjamin Otte2010-09-261-27/+33
* trayicon: Use XClearAreaBenjamin Otte2010-09-261-3/+8
* trayicon: Change to use gtk_window_set_visual()Benjamin Otte2010-09-261-18/+6
* trayicon: Use new gdk_window_set_background_pattern() APIBenjamin Otte2010-09-261-1/+1
* More error trap cleanupsMatthias Clasen2010-09-201-2/+0
* Use gdk_error_trap_pop_ignore() where appropriateMatthias Clasen2010-09-181-2/+2
* Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses.Tristan Van Berkom2010-08-281-2/+2
* gtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-15/+26
* API: remove gdk_screen_get_rgb_colormap/visual()Benjamin Otte2010-08-101-2/+0
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Add padding around the status iconsMatthias Clasen2010-05-101-1/+84
* Fix some compilation warningsJavier Jardón2010-05-011-1/+0
* Get symbolic colors for statusicons from systrayMatthias Clasen2010-04-291-5/+178
* Fix compilation warning: Use G_ENABLE_DEBUG to enable the varJavier Jardón2010-04-121-0/+2
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Use gdk_display_sync instead of XSyncMatthias Clasen2009-07-061-9/+7
* Fix make checkMatthias Clasen2009-01-011-1/+1
* Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and realMatthias Clasen2008-09-271-90/+257
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove executable propertyJohan Dahlin2008-06-191-0/+0
* gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"Michael Natterer2008-06-121-1/+0
* Support keynav in status icons. (#473786, Li Yuan)Matthias Clasen2008-02-121-3/+24
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-11/+11
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-2/+0
* Fix GtkStatusIcon to not take up space on the panel if it is invisible.Matthias Clasen2007-01-271-32/+68
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-041-0/+2
* Fix the ClientMessages we are sending to the notification area to be moreMatthias Clasen2006-08-171-3/+3
* Make transparent tray icons work. (#320034, based on a patch by DanMatthias Clasen2006-06-191-1/+19
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix symbol lists for make check.Matthias Clasen2006-02-271-0/+4
* Add a pointer to the spec.Matthias Clasen2005-08-291-0/+5
* Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIconMatthias Clasen2005-08-291-0/+498