]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
Some wxUniv compile fixes
[wxWidgets.git] / src / msw / window.cpp
2001-06-29  Julian SmartSome wxUniv compile fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-09  Vadim Zeitlinuse SetForegroundWindow instead of BringWindowToTop
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-08  Vadim Zeitlinreplaced wxYield() call in PopupMenu() by a much safer...
2001-06-03  Václav Slavíkfix for wxFrame's last focus bug (finally?)
2001-05-31  Václav Slavíkyet another attempt to wxFrame's last focus bug
2001-05-31  Vadim Zeitlinfixed right click handling
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-21  Vadim Zeitlinfix for releasing the HDC in WM_DRAWITEM handler
2001-05-21  Vadim Zeitlinfixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM
2001-05-18  Vadim Zeitlincompilation fix for mouse hack
2001-05-16  Vadim ZeitlinFindFocus() and wxSpinCtrl fix
2001-05-16  Julian SmartApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-08  Robin Dunntest for mousewheel constants separatly
2001-05-06  Robin DunnFixed HandleMouseWheel to be __WIN32__ sensitive
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-04-22  Vadim Zeitlinfixing mngw32 (cross)compilation
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-19  Vadim Zeitlinfix to allow negative coords for wxFrame creation
2001-04-06  Julian SmartChanged wxYield to wxYieldIfNeeded in PopupMenu, to...
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2001-03-19  Julian SmartSmall doc mod; made wxRAISED_BORDER work
2001-03-09  Vadim Zeitlinmerged in the fix for WM_MOVE
2001-01-27  George TaskerAdded a check to make sure 'parent' is valid, otherwise...
2000-12-21  Vadim ZeitlinwxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
2000-12-14  Vadim Zeitlin*really* fixed problem with window menu translation
2000-12-13  Vadim Zeitlinfix for MSWDetachWindowMenu when "&Window" string is...
2000-12-01  Vadim Zeitlinfix for enter processing of owner-drawn buttons
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
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:
next