summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 535303 – add _get_implementation to GtkStatusIconColin Walters2008-06-031-0/+34
* Remove one extraneous space.Tor Lillqvist2008-03-121-1/+1
* Bug 510000 - GtkStatusIcon doesn't reshow after explorer.exe crashTor Lillqvist2008-03-121-6/+44
* #include "gtkmain.h" for gtk_get_current_event_time().Michael Natterer2008-02-121-0/+1
* Fix the buildMatthias Clasen2008-02-121-0/+2
* Support keynav in status icons. (#473786, Li Yuan)Matthias Clasen2008-02-121-0/+36
* Stylistic fixesMatthias Clasen2007-11-091-4/+5
* Remove usage of deprecated GtkTooltips API. UseJaap Haitsma2007-07-091-10/+3
* On Win32 call gtk_status_icon_button_press() in an idle callback and notTor Lillqvist2007-07-041-8/+26
* fixed push_in description.Tim Janik2007-06-271-3/+2
* More doc fixesMatthias Clasen2007-05-261-1/+1
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-1/+1
* Add a note about being embedded. (#340107, Christian Persch)Matthias Clasen2007-04-281-0/+3
* Fix GtkStatusIcon to not take up space on the panel if it is invisible.Matthias Clasen2007-01-271-4/+32
* Don't leak HICONs on Win32. (#364868, Hiroyuki Yamamoto)Tor Lillqvist2006-12-281-0/+18
* Add gtk_status_icon_get_screen and gtk_status_icon_set_screen.Tor Lillqvist2006-12-271-13/+38
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Make it possible to track the embeddedness of statusicon (#387215, MartynMatthias Clasen2006-12-221-0/+60
* Fixed a last minute change in the quartz backend.Mikael Hallendal2006-12-201-2/+2
* Added gtkstatusicon-quartz.c Implements the quartz backend for the statusMikael Hallendal2006-12-201-2/+102
* Notify when the screen changes. Bug #379793.Christian Persch2006-11-271-0/+16
* Fixes bug #376502 - multi-screen support for GtkStatusIconMark McLoughlin2006-11-191-0/+59
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-2/+2
* Don't leak pixbufs. (#352264, Ross Burton)Matthias Clasen2006-08-261-3/+3
* Add some caveats to the documentation. (#348971)Matthias Clasen2006-08-171-1/+5
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* allow returning partial informationMatthias Clasen2006-06-021-13/+22
* allow positioning bubblesMatthias Clasen2006-05-251-0/+55
* More of the sameMatthias Clasen2006-05-141-1/+1
* Some cleanups.Matthias Clasen2006-05-081-167/+218
* fix the buildMatthias Clasen2006-04-301-1/+1
* Fix the definition of the ::size-changed signal, and improve itsMatthias Clasen2006-04-301-4/+7
* Add a menu position function for use with popups on status icons.Matthias Clasen2006-04-291-0/+108
* Add docs.Matthias Clasen2006-04-241-1/+1
* Match parameter names with the headers.Matthias Clasen2006-04-241-1/+1
* Make it compileMatthias Clasen2005-12-121-1/+1
* Register the size-changed signal correctly. (#323848, Murray Cumming)Matthias Clasen2005-12-121-1/+1
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Plug memory leak on Win32.Tor Lillqvist2005-11-041-0/+2
* Include gtkstatusicon.c on all platforms.Tor Lillqvist2005-11-031-11/+287
* Activate status icons on single clickMatthias Clasen2005-10-261-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Fix typosMatthias Clasen2005-08-291-1/+1
* Don't refer to nonexisting stock ids.Matthias Clasen2005-08-291-1/+1
* Add docs.Matthias Clasen2005-08-291-3/+274
* Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIconMatthias Clasen2005-08-291-0/+925