]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
respect minimal wxTLW size in wxUniv
[wxWidgets.git] / src / msw / window.cpp
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-04  Vadim ZeitlinScrollWindow() should use the rect it scrolls as the...
2002-02-01  Julian SmartAdded missing '!' to HasCapture() in window.cpp
2002-01-31  Julian SmartApplied wxPoem, wxSystemSettings, sizing, install doc...
2002-01-27  Julian SmartApplied patch to implement wxChoice::SetString and...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-17  Václav Slavíkcompilation fix
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Vadim Zeitlinremoved MSWDetachWindowMenu() (part of the MDI change...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-03  Vadim Zeitlinsuppressed wrong debug error messages from SetFocus
2001-12-24  Vadim ZeitlinDoSetClientSize() may take 4 iterations to set the...
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-21  Julian SmartMicroWindows tweaks
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinalways use HWND first in WM_COMMAND handler to avoid...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim ZeitlinwxUniv compilation fixes
2001-11-21  Vadim Zeitlinfixed wxDropFilesEvent dtor, added copy ctor and implem...
2001-11-03  Vadim Zeitlindon't send fictious menu events when another WM_COMMAND...
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-12  Vadim Zeitlindo *NOT* make the window of the size of its parent...
2001-10-08  Vadim Zeitlinfix for wxFrame parent which somehow wasn't committed...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-30  Vadim Zeitlingive (hopefully) more clear error message
2001-09-26  Vadim Zeitlincompilation fix
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-09  Vadim ZeitlinwxUniv compilation fix
2001-09-02  Vadim Zeitlinadded support for column images under MSW
2001-08-27  Vadim Zeitlinfixed y position of the drop point in HandleDropFiles...
2001-08-25  Vadim Zeitlinwarning fixes
2001-08-25  Vadim Zeitlinfixed return value of HandleEndSession to return true...
2001-08-23  Vadim Zeitlinalways pass WM_DESTROY to DefWindowProc() - this fixes...
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-08-07  Vadim Zeitlindon't process enter as tab, there are many controls...
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinimplemented ScrollLines/Pages; fixed bug in Thaw()
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-29  Vadim Zeitlincompilation fix for recent commit
2001-07-29  Vadim Zeitlinadded Freeze/Thaw implementation for Windows
2001-07-23  Vadim Zeitlindon't process VK_OEM_XXX key presses
2001-07-20  Vadim Zeitlinapplied numpad keys patch
2001-07-17  Vadim Zeitlindon't use static box as a parent
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-09  Vadim Zeitlindetabified some more
2001-07-09  Vadim Zeitlindetabified
2001-07-06  Julian SmartImplemented input disabling for disabled windows since...
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-04  Julian SmartGetting wxMicroWindows compiled again
2001-07-02  Vadim Zeitlinprocess WM_ACTIVATEAPP in wxMSW too, not only wxUniv
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
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...
next