]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/window.h
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
[wxWidgets.git] / include / wx / msw / window.h
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinwarnings fixes
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
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-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2001-11-03  Vadim Zeitlinremoved OnSetFocus() which doesn't exist any more
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-08-12  George TaskerRemoved semi-colons off the end of two macro statement...
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-29  Vadim Zeitlinadded Freeze/Thaw implementation for Windows
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2000-08-08  Julian SmartChanged default value for eliminateBorders (MakeExtende...
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-10  Vadim ZeitlinwxSpinCtrl
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenCouple more Unicode fixes.
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-17  Robin DunnAdded
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-19  Ove KaavenSome Unicode changes.
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-24  Vadim Zeitlinchar handling fixed again
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-06  Julian SmartFreeBSD patch to sckaddr.cpp; include more files in...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff, minor stubs correction
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-12  Vadim ZeitlinwxWindow::OnSize() removed
next