| Commit message (Expand) | Author | Age | Files | Lines |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -5/+6 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -2/+5 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -5/+5 |
* | Remove blinking from status icons | Matthias Clasen | 2010-09-02 | 1 | -180/+0 |
* | Use accessor functions to access GtkPlug | Javier Jardón | 2010-08-27 | 1 | -1/+1 |
* | gtk/gtkstatusicon.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -11/+19 |
* | Bug 596125 — Property string fixes | Philip Withnall | 2010-08-10 | 1 | -3/+3 |
* | Re-add a lost Since: line | Matthias Clasen | 2010-08-04 | 1 | -2/+4 |
* | Use accessor functions to access GtkMisc | Javier Jardón | 2010-07-13 | 1 | -2/+5 |
* | 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 | -0/+23 |
* | Remove deprecated GtkStatusIcon functions | Christian Dywan | 2010-05-03 | 1 | -18/+0 |
* | Get symbolic colors for statusicons from systray | Matthias Clasen | 2010-04-29 | 1 | -1/+59 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | Add a way to set wm_class on statusicons | Matthias Clasen | 2010-01-20 | 1 | -0/+30 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -10/+10 |
* | Use G_STRLOC instead __FILE__ and __LINE__ | Javier Jardón | 2009-10-27 | 1 | -10/+10 |
* | Don't omit GTK_ICON_SIZE_DIALOG | Matthias Clasen | 2009-10-18 | 1 | -1/+1 |
* | Add a note about tooltip limitations | Matthias Clasen | 2009-09-11 | 1 | -0/+4 |
* | gtk_status_icon_get_title() must return a value | Hans Breuer | 2009-07-04 | 1 | -1/+1 |
* | Add a title property to GtkStatusIcon | Matthias Clasen | 2009-06-20 | 1 | -1/+95 |
* | Terminate case with break in switch statement | Daniel Elstner | 2009-06-15 | 1 | -0/+3 |
* | Bug 577224 – crash when setting new icon after setting icon in | Christian Persch | 2009-03-29 | 1 | -1/+5 |
* | Avoid warnings | Matthias Clasen | 2009-02-28 | 1 | -0/+18 |
* | Fix the build on OS X | Matthias Clasen | 2009-01-02 | 1 | -1/+1 |
* | Documentation fixes | Matthias Clasen | 2008-12-28 | 1 | -8/+8 |
* | Fix the build | Matthias Clasen | 2008-12-19 | 1 | -1/+1 |
* | Destroy the image too. Patch by Carlos Garcia Campos | Matthias Clasen | 2008-12-13 | 1 | -0/+1 |
* | Add missing space in gtk-doc deprecated syntax | Johan Dahlin | 2008-12-04 | 1 | -1/+1 |
* | Fix build for win32 and quartz. | Richard Hult | 2008-11-05 | 1 | -4/+4 |
* | Add new statusicon tooltip api | Matthias Clasen | 2008-11-03 | 1 | -49/+423 |
* | Fix the build | Matthias Clasen | 2008-11-03 | 1 | -1/+1 |
* | Add support for button press/release and scroll events. Patch by Ed Catmur | Matthias Clasen | 2008-11-01 | 1 | -4/+180 |
* | use g_return_val_if_fail() now that the function has a return value. | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | Fix some new api | Matthias Clasen | 2008-08-12 | 1 | -11/+6 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | Fix typo in Win32 and Quartz code: | Tor Lillqvist | 2008-08-03 | 1 | -2/+2 |
* | Add GIcon support to GtkStatusIcon | Matthias Clasen | 2008-08-02 | 1 | -3/+167 |
* | Documented the activate and popup-menu signals as being for use by | Murray Cumming | 2008-07-25 | 1 | -0/+6 |
* | Tiny doc fix | Matthias Clasen | 2008-07-07 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Remove svn:executable property | Johan Dahlin | 2008-06-19 | 1 | -0/+0 |
* | Bug 535303 – add _get_implementation to GtkStatusIcon | Colin Walters | 2008-06-03 | 1 | -0/+34 |
* | Remove one extraneous space. | Tor Lillqvist | 2008-03-12 | 1 | -1/+1 |
* | Bug 510000 - GtkStatusIcon doesn't reshow after explorer.exe crash | Tor Lillqvist | 2008-03-12 | 1 | -6/+44 |
* | #include "gtkmain.h" for gtk_get_current_event_time(). | Michael Natterer | 2008-02-12 | 1 | -0/+1 |
* | Fix the build | Matthias Clasen | 2008-02-12 | 1 | -0/+2 |
* | Support keynav in status icons. (#473786, Li Yuan) | Matthias Clasen | 2008-02-12 | 1 | -0/+36 |