Don't recurse into top level children in wxWindow::FindWindow().
[wxWidgets.git] / src / x11 / utils.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Vadim ZeitlinAdd wxX11EventLoopSourcesManager stub implementation...
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-14  Vadim ZeitlinRemove X11-specific wxWindowIsVisible() from common...
2009-08-20  Vadim ZeitlinFix warning about converting literal strings to non...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2006-11-22  Julian SmartCrash bug fix (don't access NULL pointer)
2006-10-30  Vadim ZeitlinUnicode compilation fix
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/cursor.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-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Robin DunnImplemented wxGetKeyState for wxGTK (and wxX11 too...
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-07-01  Vadim ZeitlinGetOsVersion() is now wxGUIAppTraits method instead...
2003-04-06  Mattia Barbon Remove (now) pointless checks for __WXX11__/__WXMOTIF...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-15  Julian SmartStarted some NanoX work (blind to begin with)
2002-02-14  Julian SmartAdded some XSyncs to help size calculations, but positi...
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-13  Julian SmartAllowed for wxHAVE_LIB_XPM or using wxXPMDecoder
2002-02-13  Julian SmartFixed typos
2002-02-13  Julian SmartAdded shared private declarations header privx.h, utils...
2002-02-13  Robert Roebling wxX11:
2002-02-11  Julian SmartSmall changes to wxX11
2002-02-10  Robert Roebling wxX11: link errors down to 1.
2002-02-08  Julian SmartNow compiling
2002-02-07  Julian SmartStripped out miscellaneous Motif/Xt-specific code
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...