| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -6/+2 |
* | tray: Add suggested braces around empty body in 'if' statements | Benjamin Otte | 2012-04-07 | 1 | -4/+8 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | trayicon-x11: Stop setting state flags on the style context for drawing | Rui Matos | 2012-01-09 | 1 | -7/+0 |
* | gtk/gtktrayicon-x11.c: Use new GdkRGBA api instead GDKColor one | Javier Jardón | 2011-12-20 | 1 | -2/+2 |
* | GtkTrayIconX11: Some more refactoring | Matthias Clasen | 2011-08-28 | 1 | -14/+12 |
* | trayicon-x11: Refactor code a bit | Benjamin Otte | 2011-08-28 | 1 | -5/+6 |
* | trayicon-x11: Fix warnings when visual is not available. | Vincent Bernat | 2011-08-28 | 1 | -3/+6 |
* | Make focus rectangles optional | Matthias Clasen | 2011-08-10 | 1 | -1/+1 |
* | gtk/gtktrayicon-x11.c: Use GdkRGBA instead GdkColor | Javier Jardón | 2011-05-05 | 1 | -37/+41 |
* | GtkStatusIcon: support fixed-sized icons | Ryan Lortie | 2011-03-30 | 1 | -1/+85 |
* | GtkTrayIcon: chain up in dispose | Matthias Clasen | 2011-02-25 | 1 | -0/+2 |
* | Fix several bugs handling GtkTrayIcon symbolic colors | Dan Winship | 2011-01-31 | 1 | -4/+0 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -4/+6 |
* | Update GtkTrayIcon to GtkStyleContext | Carlos Garnacho | 2011-01-04 | 1 | -12/+16 |
* | Make gdk_window_{lookup,foreign_new}_for_display backend specific | Matthias Clasen | 2010-12-21 | 1 | -7/+7 |
* | Don't access GdkVisual fields directly | Matthias Clasen | 2010-12-10 | 1 | -2/+9 |
* | API: Remove GDK_WINDOW_XWINDOW() macro | Benjamin Otte | 2010-12-02 | 1 | -2/+2 |
* | trayicon: Use gdk_cairo_get_clip_rectangle() to simplify code | Benjamin Otte | 2010-09-30 | 1 | -17/+18 |
* | trayicon: Use gtk_widget_set_visual() | Benjamin Otte | 2010-09-28 | 1 | -1/+1 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+2 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | trayicon: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -27/+33 |
* | trayicon: Use XClearArea | Benjamin Otte | 2010-09-26 | 1 | -3/+8 |
* | trayicon: Change to use gtk_window_set_visual() | Benjamin Otte | 2010-09-26 | 1 | -18/+6 |
* | trayicon: Use new gdk_window_set_background_pattern() API | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | More error trap cleanups | Matthias Clasen | 2010-09-20 | 1 | -2/+0 |
* | Use gdk_error_trap_pop_ignore() where appropriate | Matthias Clasen | 2010-09-18 | 1 | -2/+2 |
* | Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses. | Tristan Van Berkom | 2010-08-28 | 1 | -2/+2 |
* | gtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -15/+26 |
* | API: remove gdk_screen_get_rgb_colormap/visual() | Benjamin Otte | 2010-08-10 | 1 | -2/+0 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -2/+2 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -6/+0 |
* | Add padding around the status icons | Matthias Clasen | 2010-05-10 | 1 | -1/+84 |
* | Fix some compilation warnings | Javier Jardón | 2010-05-01 | 1 | -1/+0 |
* | Get symbolic colors for statusicons from systray | Matthias Clasen | 2010-04-29 | 1 | -5/+178 |
* | Fix compilation warning: Use G_ENABLE_DEBUG to enable the var | Javier Jardón | 2010-04-12 | 1 | -0/+2 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Use gdk_display_sync instead of XSync | Matthias Clasen | 2009-07-06 | 1 | -9/+7 |
* | Fix make check | Matthias Clasen | 2009-01-01 | 1 | -1/+1 |
* | Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real | Matthias Clasen | 2008-09-27 | 1 | -90/+257 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Remove executable property | Johan Dahlin | 2008-06-19 | 1 | -0/+0 |
* | gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h" | Michael Natterer | 2008-06-12 | 1 | -1/+0 |
* | Support keynav in status icons. (#473786, Li Yuan) | Matthias Clasen | 2008-02-12 | 1 | -3/+24 |
* | missing #include <ctype.h>. | Yevgen Muntyan | 2007-05-23 | 1 | -11/+11 |
* | Fix some compiler warnings. (#433642, Kjartan Maraas) | Matthias Clasen | 2007-04-30 | 1 | -2/+0 |