support for GTK3
[wxWidgets.git] / src / gtk / taskbar.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-05-19  Vadim ZeitlinFix compilation in wxUSE_STL=1 build after r71467.
2012-05-17  Paul Cornettremove some unnecessary c_str() calls
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Vadim Zeitlincompilation fix for wxUSE_STL build after latest changes
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2008-09-30  Václav Slavíkdon't cache tray protocol availability result in wxTask...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-03  Paul Cornettfix IsProtocolSupported in unicode build
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-01-26  Kevin HockAdded wxUSE_MENUS_NATIVE wrapper around DoPopupMenu...
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-06-02  Robin DunnFix compile errors when using gtk 1.2
2004-06-02  Julian SmartGTK+ 2.0 can't compile egg tray code
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...