]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)
[wxWidgets.git] / src / msw / window.cpp
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Vadim Zeitlindon't disable top level windows recursively
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Vadim Zeitlindon't disable top level children in parents Enable()
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-16  Robin DunnDon't send EVT_KILL_FOCUS when the window is in the...
2002-08-16  Vadim ZeitlinwxCheckWindowWndProc() now checks for the original...
2002-08-14  Robin DunnFixed wxMSW's EVT_CHAR so it conforms to the docs and...
2002-07-27  Ron Leeminus one show stopper typo and a couple of warnings...
2002-07-26  Julian SmartDon't fail to register remaining window classes if
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-06-27  Vadim Zeitlinstreamlined WM_NOTIFY processing code fixing a bug...
2002-06-26  Václav Slavíkcompilation fix (wxUniv/MSW)
2002-06-26  Vadim Zeitlinpropgate WS_EX_CONTROLPARENT recursively upwards, not...
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-18  Vadim Zeitlinremoved SetFocus() call in WM_LBUTTONDOWN handler once...
2002-06-15  Vadim Zeitlinargh, another IsDialogMessage() fix: we still need...
2002-06-15  Vadim Zeitlinfix for dialog navigation in the modal dialogs: do...
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-06-14  Vadim Zeitlindon't use WS_EX_CONTOLPARENT with the top level windows...
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-08  Vadim Zeitlinreenabled WS_EX_CONTROLPARENT style together with a...
2002-06-04  Vadim Zeitlinundid WS_EX_CONTROLPARENT change -- I recall now why...
2002-06-03  Vadim Zeitlinuse WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic...
2002-05-26  Vadim Zeitlinset the id in wxMouseEvent (bug 484245)
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-23  Vadim Zeitlinpopup windows wre not using TOPMOST style under wxUniv...
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-12  Julian SmartFixed mouse handling for captured windows
2002-05-11  Vadim Zeitlindon't treat Enter always as Tab, just for the text...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-09  Vadim Zeitlindon't put the windows created with y or height of ...
2002-05-09  Vadim Zeitlingenerate the mouse click events for the static controls
2002-05-07  Vadim Zeitlinfixed Windows style of wxPopupWindow
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-12  Vadim Zeitlindon't let IsDialogMessage() have VK_ESCAPE, this fixes...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Vadim Zeitlinno changes
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
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-03-07  Robin DunnRemoved unneeded assert
2002-02-22  Vadim Zeitlinmisc fixes for (absense of) the borders
2002-02-21  Julian SmartRemoved bizarre test code of which I have no recollecti...
2002-02-20  Julian SmartNanoX modificati
2002-02-20  Vadim Zeitlin*do* generate the LEAVE events even when the mouse...
2002-02-20  Vadim Zeitlinfixed mouse input handling in wxUniv: the static boxes...
2002-02-20  Vadim Zeitlindon't use border styles for windows in wxUniversal
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
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
next