]> Pileus Git - ~andy/gtk/history - gtk/gtkstatusicon.c
Fix includes
[~andy/gtk] / gtk / gtkstatusicon.c
2008-03-12 Tor LillqvistBug 510000 - GtkStatusIcon doesn't reshow after explore...
2008-02-12 Michael Natterer#include "gtkmain.h" for gtk_get_current_event_time().
2008-02-12 Matthias ClasenFix the build
2008-02-12 Matthias ClasenSupport keynav in status icons. (#473786, Li Yuan)
2007-11-09 Matthias ClasenStylistic fixes
2007-07-09 Jaap HaitsmaRemove usage of deprecated GtkTooltips API. Use
2007-07-04 Tor LillqvistOn Win32 call gtk_status_icon_button_press() in an...
2007-06-27 Tim Janikfixed push_in description.
2007-05-26 Matthias ClasenMore doc fixes
2007-04-30 Matthias ClasenFix some compiler warnings. (#433642, Kjartan Maraas)
2007-04-28 Matthias ClasenAdd a note about being embedded. (#340107, Christian...
2007-01-27 Matthias ClasenFix GtkStatusIcon to not take up space on the panel...
2006-12-28 Tor LillqvistDon't leak HICONs on Win32. (#364868, Hiroyuki Yamamoto)
2006-12-27 Tor LillqvistAdd gtk_status_icon_get_screen and gtk_status_icon_set_...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-22 Matthias ClasenMake it possible to track the embeddedness of statusico...
2006-12-20 Mikael HallendalFixed a last minute change in the quartz backend.
2006-12-20 Mikael HallendalAdded gtkstatusicon-quartz.c Implements the quartz...
2006-11-27 Christian PerschNotify when the screen changes. Bug #379793.
2006-11-19 Mark McLoughlinFixes bug #376502 - multi-screen support for GtkStatusIcon
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-08-26 Matthias ClasenDon't leak pixbufs. (#352264, Ross Burton)
2006-08-17 Matthias ClasenAdd some caveats to the documentation. (#348971)
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-02 Matthias Clasenallow returning partial information
2006-05-25 Matthias Clasenallow positioning bubbles
2006-05-14 Matthias ClasenMore of the same
2006-05-08 Matthias ClasenSome cleanups.
2006-04-30 Matthias Clasenfix the build
2006-04-30 Matthias ClasenFix the definition of the ::size-changed signal, and...
2006-04-29 Matthias ClasenAdd a menu position function for use with popups on...
2006-04-24 Matthias ClasenAdd docs.
2006-04-24 Matthias ClasenMatch parameter names with the headers.
2005-12-12 Matthias ClasenMake it compile
2005-12-12 Matthias ClasenRegister the size-changed signal correctly. (#323848...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-04 Tor LillqvistPlug memory leak on Win32.
2005-11-03 Tor LillqvistInclude gtkstatusicon.c on all platforms.
2005-10-26 Matthias ClasenActivate status icons on single click
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-29 Matthias ClasenFix typos
2005-08-29 Matthias ClasenDon't refer to nonexisting stock ids.
2005-08-29 Matthias ClasenAdd docs.
2005-08-29 Matthias ClasenAdd a cross-platform "tray icon" API, by porting EggSta...