Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / dfb / app.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2009-05-05  Václav Slavíkfixed deadlock when posting events from another thread...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2007-12-14  Vadim Zeitlincompilation fix: need to include wx/thread.h now
2007-07-16  Vadim Zeitlincompilation fix for wxUSE_LOG==0
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-09  Václav Slavíktemporary fix for wxDFB compilation in Unicode mode
2007-05-09  Václav Slavíktake into account DirectFB's removal of some command...
2007-01-25  Václav Slavíkdon't assume there's always an active wxEventLoop instance
2006-12-18  Václav SlavíkwxDFB: fix events processing to support sockets events
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-30  Václav Slavíkclean DFB event buffer on shutdown
2006-09-28  Václav Slavíkdon't hardcode the theme, it prevents WXTHEME env.var...
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
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