]> git.saurik.com Git - wxWidgets.git/history - include/wx/dfb/wrapdfb.h
Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / dfb / wrapdfb.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-05-21  Václav Slavíkfixed compilation with DirectFB 0.9
2008-04-10  Václav Slavíkcompilation fix for newest DirectFB versions (patch...
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2006-12-01  Václav Slavíkdestroy IDirectFBWindow in wxTLW dtor
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-11-18  Václav Slavíkdon't use priviledged calls in wxDFB to allow concurren...
2006-09-25  Václav Slavíkdon't allocate backbuffer for dummy surfaces
2006-09-18  Václav Slavíkbasic blitting implementation
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-07  Václav Slavíkdon't treat DFB_TIMEOUT as error in WaitForEventWithTimeout
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use