STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / msw / window.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-06  Vadim Zeitlinapplied a patch to prevent another IsDialogMessage...
2003-07-06  Vadim Zeitlinuse HWND in tracing messages
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-22  Vadim Zeitlinset selection before setting focus to the control in...
2003-06-19  Vadim ZeitlinwxUniv compilation fix
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-16  Robin DunnRemove the test for parent window type when checking...
2003-06-08  Julian SmartOnly bring the window to the top in Show() if we're...
2003-06-07  Julian SmartReports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-06-01  Julian SmartApplied patch [ 719667 ] Ownerdrawn Buttons without...
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-05-30  Julian SmartWrap missing.h in #ifdef __GNUG__
2003-05-30  Vadim Zeitlincompilation fix for yet another broken version of mingw...
2003-05-26  Julian SmartFurther border style corrections.
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-22  Mattia Barbon MinGW compilation fix.
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-17  Mattia Barbon Compilation fix.
2003-05-13  Julian SmartRationalised style handling in tree control
2003-05-12  Julian SmartAuto 3D border if parent is panel or dialog
2003-05-12  Vadim Zeitlinchanged handling of range/max scrolling parameter and...
2003-05-07  Julian SmartFixed style glitches
2003-05-07  Julian SmartAdded WS_VISIBLE style
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-05-06  Julian SmartRevamped border handling.
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-19  Chris Elliottupdate to make digitalmars link - I really don't like...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-12  Václav Slavíkapplied patch to fix tooltips charset
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-27  Vadim Zeitlinadded WXK_WINDOWS_XXX key constants
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-10  Vadim Zeitlinmoved assert for parent window not being a static box...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Vadim Zeitlindon't disable top level windows recursively
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Vadim Zeitlindon't disable top level children in parents Enable()
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-16  Robin DunnDon't send EVT_KILL_FOCUS when the window is in the...
2002-08-16  Vadim ZeitlinwxCheckWindowWndProc() now checks for the original...
2002-08-14  Robin DunnFixed wxMSW's EVT_CHAR so it conforms to the docs and...
2002-07-27  Ron Leeminus one show stopper typo and a couple of warnings...
2002-07-26  Julian SmartDon't fail to register remaining window classes if
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-06-27  Vadim Zeitlinstreamlined WM_NOTIFY processing code fixing a bug...
2002-06-26  Václav Slavíkcompilation fix (wxUniv/MSW)
2002-06-26  Vadim Zeitlinpropgate WS_EX_CONTROLPARENT recursively upwards, not...
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-18  Vadim Zeitlinremoved SetFocus() call in WM_LBUTTONDOWN handler once...
2002-06-15  Vadim Zeitlinargh, another IsDialogMessage() fix: we still need...
2002-06-15  Vadim Zeitlinfix for dialog navigation in the modal dialogs: do...
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-06-14  Vadim Zeitlindon't use WS_EX_CONTOLPARENT with the top level windows...
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-08  Vadim Zeitlinreenabled WS_EX_CONTROLPARENT style together with a...
2002-06-04  Vadim Zeitlinundid WS_EX_CONTROLPARENT change -- I recall now why...
2002-06-03  Vadim Zeitlinuse WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic...
2002-05-26  Vadim Zeitlinset the id in wxMouseEvent (bug 484245)
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-23  Vadim Zeitlinpopup windows wre not using TOPMOST style under wxUniv...
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-12  Julian SmartFixed mouse handling for captured windows
2002-05-11  Vadim Zeitlindon't treat Enter always as Tab, just for the text...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-09  Vadim Zeitlindon't put the windows created with y or height of ...
2002-05-09  Vadim Zeitlingenerate the mouse click events for the static controls
2002-05-07  Vadim Zeitlinfixed Windows style of wxPopupWindow
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-12  Vadim Zeitlindon't let IsDialogMessage() have VK_ESCAPE, this fixes...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Vadim Zeitlinno changes
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-03-07  Robin DunnRemoved unneeded assert
next