]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
Fixed some broken things related to context help, fixed memory leak
[wxWidgets.git] / src / msw / window.cpp
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartUsed GetCursorPos for new wxGetMousePosition implementation
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-06  Julian SmartDialogs can now show a question mark for context-sensit...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-01  Julian SmartSmall mods
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-07-25  Guillermo Rodrigue... Modified mouse ENTER/LEAVE events so that they also
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-18  Julian SmartRemoved the wonderfully malicious WS_CLIPSIBLINGS style.
2000-03-17  Unknown (MT)added WS_CLIPSIBLINGS
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Julian SmartVarious compiler changes
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Bart A.M. Jourquinremove 'extern' from IsKeyDown,... for bcc
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
2000-02-26  Vadim Zeitlinremoving the IsWindow() test in ~wxWindow
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  Julian SmartFixed wxWindow::HandleCommand so multiple toolbars...
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-02-15  Robin DunnFixed precedence order problem for IsShiftDown and...
2000-02-15  Vadim Zeitlintypo fixed
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-14  Vadim Zeitlinfix for id of CHAR_HOOK events
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-03  Vadim Zeitlinadded WM_SYSCHAR processing
2000-02-02  Vadim Zeitlin1. wxStaticBitmap now uses mask even for bitmaps (and...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-30  Julian SmartCured memory leak report in wxDateTime; wxGLCanvas...
2000-01-26  Vadim Zeitlincompilation fix for Win16
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
2000-01-18  Guillermo Rodrigue... Added IsScrollng() support for scroll and scrollwin...
2000-01-18  Julian SmartChange to wxWindow::HandleCommand to allow accelerators...
2000-01-15  Vadim Zeitlinuse HWND in HandleCommand() to let buggy programs using...
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-04  Vadim ZeitlinwxSIZE_ALLOW_MINUS_ONE handling corrected
2000-01-03  Ove KaavenUnicode compilation fixes
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-16  Vadim Zeitlinsome more consts here and there
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-23  Julian SmartWM_MOUSEMOVE correction
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-29  Robin DunnAdded WXDLLEXPORT to wxWndProc definition so wxGLCanvas...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-10  Vadim ZeitlinwxSpinCtrl
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-06  Vadim Zeitlinadded wxDialUpManager::IsAlwaysConnected() and GetISPNa...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-12  Julian SmartwxBook additions; added a couple of pixels in menu...
1999-08-09  Julian SmartA fix for wxTaskBarIcon (temporary wxFrame interfering...
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
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-18  Vadim ZeitlinEnter won't close dialog if [Ok] button is disabled
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-20  Vadim Zeitlinbuttons now become default when they have focus
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-05  Vadim Zeitlin1. added missing wxUSE_TEXTDLG to setup0.h
1999-06-03  Vadim Zeitlin1. more (minor) wxCaret bug fixes
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-20  Robin DunnwxScrolledWindow for wxMSW is now getting wxScrollWinEv...
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-02  Vadim Zeitlina simpler fix of textctrl key doubling bug
1999-04-02  Julian SmartFixed doubled-up key effects in wxTextCtrl by resetting...
next