Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / x11 / window.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2011-12-27  Vadim ZeitlinCompilation fix for wxUniv/X11 with wxUSE_STL==1.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03  Vadim ZeitlinDon't crash on startup of console programs in monolithi...
2011-02-14  Vadim ZeitlinRemove X11-specific wxWindowIsVisible() from common...
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-09-27  Vadim ZeitlinFix wxX11 compilation when using PCH.
2010-08-26  Jouk Jansencorrecting wxX11 for wxkeysym as was done for wxMOTIF
2010-03-20  Vadim ZeitlinRename wxWindow::GetMainWindow() to X11GetMainWindow...
2009-09-22  Vadim ZeitlinImplement wxGetActiveWindow() for wxX11.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-06-11  Vadim Zeitlinuse wxDC::SetDeviceClippingRegion() instead of deprecat...
2008-02-14  Julian SmartCut down on unnecessary update events
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartwxBORDER_THEME processing for Motif and X11
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-15  Vadim Zeitlinfix off by one (or rather "off by border width") bug...
2007-04-15  Vadim Zeitlinadjust the window coordinates for parent client area...
2007-04-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-05  Václav Slavíkcompilation fixes
2007-04-01  Vadim Zeitlincompilation fix after last change
2007-03-30  Vadim Zeitlindon't dereferencep ossibly NULL pointers in DoScreenToC...
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-15  Michael WetherellMake wxMouseState's alt and meta match those in events
2006-06-15  Michael WetherellImplement wxGetMouseState
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-07  Włodzimierz SkibaInclude wx/scrolwin.h and wx/dirdlg.h according to...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-11-10  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxX11 part...
2005-10-22  Julian SmartUse GetFont not m_font for GetCharHeight
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Julian SmartDon't assert if the window doesn't accept the focus.
2005-05-22  Julian SmartApplied patch [ 1197471 ] Scrolling of Widgets within...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-07-25  Vadim Zeitlinreplace wxHashTable with a type safe hash map of Window...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
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 SmartAdded cast to wxWindow*
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-13  Julian SmartApplied patch [ 608850 ] wxX11 menu accelerators need...
2002-08-30  Julian SmartAdded another log.h; removed redundant trace args
2002-08-26  Robert Roebling Applied zero-size patch.
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-03-30  Robert Roebling Added code for erasing the small square between scrol...
2002-03-28  Julian SmartIn bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-25  Robert Roebling Some more fiddling with two-window approach and
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-24  Julian SmartAdded SetActive to wxEventLoop
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-20  Robert Roebling No more pixel junk when resizing windows that
2002-03-17  Robert Roebling New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
2002-03-12  Julian SmartTrivially implemented DoDrawIcon
2002-03-12  Julian SmartReplaced Blit with DrawBitmap in wxPoem to make it...
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-02-26  Julian SmartFixed XGetWindowAttributes so 'mapped' is reported
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
next