Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / os2 / window.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
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...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-05-17  Stefan NeisFixed wxWindowOS2::Reparent.
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-11  Stefan NeisAvoid passing wxChar* to API functions (patch #1830017).
2007-04-07  Stefan NeisReplaced incorrect or inefficient usage of char_str...
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-08-06  Stefan NeisFixed (?) problem in region handling which caused major...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-09  Stefan NeisAdded implementation for wxGetKeyState and wxGetMouseState.
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaAUI under wxOS2 build fixes.
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-05  Stefan NeisRemoved some focus handling that was to general and...
2006-06-05  Stefan NeisImproved error handling.
2006-05-14  Włodzimierz SkibaFix for linking error after combo changes: dummy gettin...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-04  Stefan NeisFixed sizing and positioning, simplifying code (too...
2006-01-03  Stefan NeisFixed bug introduced by previous change (patch #1395852)
2006-01-02  Stefan NeisUse system colours
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxOS2 part).
2005-10-27  Włodzimierz SkibaSupport for automatic setup.h in OS/2 with OW builds...
2005-10-17  Włodzimierz SkibaFollow changes in common code.
2005-08-16  Włodzimierz SkibaBuild fix.
2005-08-06  Vadim Zeitlinfix wxGetMessageName() in Unicode build (patch 1250662)
2005-07-22  Włodzimierz SkibaUpdated info about missing parts in OW headers (now...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-18  Włodzimierz SkibaComment correction.
2005-06-12  Stefan NeisUnicode compilation fixes.
2005-05-14  Stefan NeisApplied patch #1197608 (Correction to key up handler).
2005-05-14  Stefan NeisApplied patch #1198401(GroupBox background painting...
2005-04-27  David WebsterUnicode fixes for OS/2
2005-04-16  Stefan NeisFixed child positioning on window resizing.
2005-03-30  Stefan NeisBacked out a fix which seems to cause more trouble...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-11-28  Stefan NeisAdded support for compiling with wxUSE_STL set to 1.
2004-10-10  Stefan NeisMove children if parent gets resized.
2004-10-07  Julian SmartApplied patch [ 1039456 ] [wxOS2]Popup menu problems
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-27  Stefan NeisRe-simplified ScrollWindow routine.
2004-09-26  Stefan NeisMake scrolling work better (without constantly refreshi...
2004-09-19  Stefan NeisApplied patch #1023777 (Notebook initialisation).
2004-07-29  David ElliottRemoved unused event table entries
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-01  David WebsterWarning suppressions
2003-12-14  Stefan NeisFixed mouse event generation.
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-26  Stefan NeisFixed update rectangle passed to WinInvalidateRect...
2003-10-03  Stefan NeisFixed usage of uninitialized variable.
2003-09-30  Vadim Zeitlincompilation fix after last commit
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-21  Stefan NeisSwitched over to using wxEventLoop.
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-08-31  Stefan NeisCleaned up remains of outdated 3D effect handling.
2003-08-20  Stefan NeisCompilation fixes for gcc-3.2.
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-04-17  David WebsterMore OS/2 updates reflecting changes in 24 Branch
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-01-24  David WebsterSupport for new native OS/2 tree control with drag...
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-06  David Websterno message
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-10-11  David WebsterWeekly OS/2 updtaes
2002-09-13  David WebsterWeekly catch-up
2002-09-10  David WebsterBmpbuttons
2002-09-08  Stefan NeisAdded missing includes for non-precompiled headers.
2002-09-05  David WebsterFix for child window positioning
2002-09-03  David WebsterMore OS/2 update to fix some owner drawn things
2002-09-03  David WebsterNotebook, Listbox, and Checklst updates
2002-08-30  David WebsterWeekly updates
2002-08-30  David WebsterLots of updates fixing radiobox processing, checkboxes...
2002-08-25  Stefan NeisCompilation fixes for EMX. Mostly adding includes and...
next