Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / dfb / window.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-05-22  Vadim Zeitlinimplement wxGetActiveWindow() which is now used by...
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-07-22  Vadim Zeitlinremove the workaround for STL build bug in wxArrays...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-07-16  Václav Slavíksupport real transparency for controls that return...
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-09-28  Vadim ZeitlinDIKI_ALTGR was removed in DFB 0.9.25
2006-09-28  Vadim Zeitlinhandle DIKI_ALT_GR in the switch even if we don't have...
2006-09-23  Václav Slavíkfixed client<->window coords translations in DoMoveWind...
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-21  Václav Slavíkhide the caret before setting m_updateRegion: produces...
2006-09-19  Václav Slavíkfixed TLWs resizing to invalidate the DFB surface used...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
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-07  Václav Slavíkmake sure wxWindow has valid (albeit bogus) size from...
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