]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
make XTI compile with VC6 (patch 896614)
[wxWidgets.git] / src / msw / window.cpp
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Robert Roebling Added SW_SCROLLCHILDREN to make scrolling work
2004-04-04  Vadim Zeitlindon't define functions unused under CE when compiling...
2004-04-01  Vadim Zeitlinuse the window default colours, not hardcoded ones...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Vadim Zeitlinexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
2004-03-05  Robin DunnChange wxMSW to use WidthDefault and HeightDefault...
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-27  Vadim Zeitlinfix showing toolbar tooltips (we were using a pointer...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-15  Dimitri SchoolwerthCosmetic cleanup (TRUE/FALSE, tabs, ...).
2004-02-15  Dimitri SchoolwerthExtended maximum tooltip length (in non-Unicode comctl3...
2004-02-12  Julian SmartInfinite recursion fix
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-08  Vadim Zeitlinfixed wxEVT_CONTEXT_MENU generation (it works different...
2004-02-08  Vadim Zeitlinrenamed wxEventFixModule to wxWakeUpIdleModule; added...
2004-02-08  Vadim Zeitlinuse hard coded default size for top level windows inste...
2004-02-04  Robin DunnAlso allow key events for Shift-Tab when wxWANTS_CHARS...
2004-01-31  Václav Slavíkcleanup: all definitions missing from std headers shoul...
2004-01-20  Chris Elliottfix for DMC missing mouse defines - linking of minimal...
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-11  Julian SmartCommented out WM_MOUSELEAVE until it can be fixed
2003-12-11  Julian SmartApplied some of [ 810965 ] Implement wxEVT_LEAVE_WINDOW...
2003-12-11  Julian SmartApplied patch [ 824244 ] wxMSW event loop fix
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-22  Vadim Zeitlinaccount for parent area origin when creating controls...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-21  Vadim Zeitlinset event object for wxContextMenuEvent (patch 797697)
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-18  Julian SmartWinCE doesn't have GetMessageTime
2003-09-16  Vadim Zeitlinfixed fatal typo in wxYieldForCommandsOnly
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Vadim Zeitlinattempt to fix another occurence of WS_EX_CONTROLPARENT...
2003-09-11  Julian SmartApplied patch [ 771772 ] Crashes when setting icon...
2003-09-04  Stefan Csomormacro naming changes
2003-09-01  Robin DunnAdded handler for WM_PRINT to assist with offscreen...
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Stefan Csomoradding style to constructors
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorwindow flags extensions, streaming callback
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  Stefan Csomorrtti informations
2003-08-14  Julian SmartMisc warning fixes by ABX
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-08-02  Václav Slavíkcompilation fix for bcc
2003-08-02  Vadim ZeitlinwxUniv compilation fixes
2003-07-30  Stefan Csomorxti fixes
2003-07-29  Robin DunnDon't log errors from GetScrollInfo since it is possibl...
2003-07-29  Julian SmartAdded wxPaintDCEx class, to handle the case where an HDC
2003-07-28  Stefan Csomorpreliminary EXTENDED_RTTI
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-20  Vadim Zeitlinprevent IsDialogMessage() from hanging in yet another...
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-16  Julian SmartDifferent test for previously subclassed, for WinCE
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartSome WinCE fixes
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.
next