]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all paren...
[wxWidgets.git] / src / msw / window.cpp
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
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
next