Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / dfb / toplevel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2006-12-13  Václav Slavíkmake sure the window is fully painted before DirectFB...
2006-12-10  Václav Slavík1. removed code that already exist in ~wxTLWBase from...
2006-11-26  Václav Slavíkdestroy IDirectFBWindow in wxTLW dtor
2006-09-28  Vadim Zeitlinsuppress gcc warning about DWET_XXX enumeration values...
2006-09-25  Václav Slavíkreduce the number of repaintings by repaiting (rect...
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-19  Václav Slavíkfixed TLWs resizing to invalidate the DFB surface used...
2006-09-13  Václav SlavíkwxTLW::DoRefreshRect must check the rect, too
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port