Fix wxComboCtrlBase::DoGetSizeFromTextSize() performance regression.
[wxWidgets.git] / src / x11 / evtloop.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2010-11-10  Vadim ZeitlinDon't crash in wxGUIEventLoop::Exit() if not running...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-09-22  Vadim ZeitlinCall wxApp::ProcessPendingEvents() from wxX11 event...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-18  Václav Slavíkuse #include <> for system headers, not #include ""
2007-12-18  Václav Slavíkfixes for the case when only epoll() based wxFDIODispat...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-19  Julian SmartRemoved some deprecated usage
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-18  Julian SmartDon't compile socket table if wxUSE_SOCKET is 0.
2002-08-17  Julian SmartFirst cut at socket support in wxX11
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-16  Julian SmartCorrected typo
2002-03-16  Julian SmartAdded timeout to Dispatch(); attempted implementation of
2002-03-14  Julian SmartAdded Layout() call to top level window Show() to preve...
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-02-10  Robert Roebling Removed menu.cpp and toolbar.cpp from X11.
2002-02-10  Julian SmartMore X11 code
2002-02-08  Julian SmartNow compiling
2002-02-08  Julian SmartAdded X11 wxEventLoop implementation; rearranged event...