removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / msw / window.cpp
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-21  Julian SmartApplied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
2007-02-06  Robin DunnAllow wxWANTS_CHARS to be effective on native controls too
2007-01-12  Vadim Zeitlinonly set cursor immediately in SetCursor() if the mouse...
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
2006-10-21  Vadim Zeitlinload _TrackMouseEvent dynamically to make it possible...
2006-10-20  Vadim Zeitlinput #if wxUSE_STATBOX around wxStaticBox usage (bug...
2006-10-10  Włodzimierz SkibawxUnivMSW build fix.
2006-10-09  Vadim Zeitlinreturn false from IsDoubleBuffered() if the first top...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-29  Jamie GaddRe-enable WM_PRINTCLIENT handling code as it is needed...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-10  Vadim Zeitlinreturn correct coordinates for child windows from DoGet...
2006-09-10  Vadim Zeitlinensure that IsDialogMessage() is not called in the...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-05  Włodzimierz SkibaWinCE build fixes.
2006-09-04  Michael WetherellA better compile fix for Wine (which lacks pbt.h).
2006-09-04  Michael WetherellHacks for wine.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-17  Paul Cornettbuild fixes
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-22  Jamie GaddDon't handle WM_PRINTCLIENT anymore, manually draw...
2006-07-01  Vadim Zeitlinuse WM_NCCALCSIZE in DoGetClientSize() if the window...
2006-06-30  Vadim Zeitlindon't ignore dialog code when processing Ctrl-keys...
2006-06-30  Vadim Zeitlinsupport Ctrl-PageUp/Dn for changing the notebook pages...
2006-06-22  Vadim Zeitlinadded VK_SNAPSHOT <-> WXK_SNAPSHOT mapping
2006-06-22  Vadim Zeitlinrecognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW...
2006-06-22  Vadim Zeitlinreorganized VK to WXK translation code to use a table...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-13  Włodzimierz SkibawxWinCE build fix.
2006-06-12  Vadim Zeitlinfix wxFindWindowAtPoint for radiobox buttons, it didn...
2006-06-11  Vadim Zeitlinupdate the real window flags when extended flags change...
2006-06-11  Vadim Zeitlindon't send wxHelpEvent generated for WM_HELP to all...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-04  Vadim Zeitlinon some systems PBT_APMRESUMESUSPEND is not sent on...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-29  Włodzimierz SkibawxWinCE power build fixes.
2006-05-28  Michael WetherellCompile fixes: gcc seems to need pbt.h including, and...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-07  Paul Cornettcall static functions directly
2006-05-07  Vadim Zeitlinuse non numpad equivalents for the numpad keys in CHAR...
2006-05-07  Vadim Zeitlinremoved more unneeded code in kbd handling logic
2006-05-07  Vadim Zeitlinremoved code which had no effect in HandleChar()
2006-05-06  Vadim Zeitlinsend wxWindowCreateEvent from SubclassWin(), not WM_CRE...
2006-05-06  Vadim Zeitlindon't generate duplicate event for numpad keys with...
2006-04-27  Vadim Zeitlinundid last commit, it was accidental and the commit...
2006-04-26  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-09  Vadim Zeitlincall SetWindowPos(SWP_FRAMECHANGED) after changing...
2006-03-09  Vadim Zeitlindon't check that the cursor is over the window calling...
2006-03-04  Julian SmartIf context menu not handled, treat as left click instead.
2006-02-28  Julian SmartAdded context menu support under PocketPC
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-15  Vadim Zeitlinreturn non-numpad key codes from wxCharCodeMSWToWX...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-10  Jamie GaddToplevel windows don't have sibling static boxes. Fixes...
2006-02-09  Jamie GaddFix drag and drop inside static boxes.
2006-02-06  Jamie GaddAdd check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-03  Julian SmartFix for WinCE - no delayed sizing for now
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaWarning fixes after recent commits.
2006-01-25  Jamie GaddCalculate correct client size for windows that are...
2006-01-25  Robin DunnSwitched wxCheckWindowWndProc to always use the window...
2006-01-24  Vadim Zeitlinno changes but more comments in DoSetClientSize() ...
2006-01-23  Jamie GaddImprove extended key handling code readability.
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-18  Julian SmartApplied patch [ 1382329 ] [msw] SetScrollbar: Set thumb...
2006-01-13  Vadim Zeitlinreturn correct client size for child window which are...
2006-01-13  Vadim Zeitlinfixed crash with ownerdrawn menu items accelerators...
2006-01-10  Jamie GaddRepainting fixes/improvements. Use SWP_NOCOPYBITS for...
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-15  Chris Elliottfix Borland bug news.gmane.org/find-root.php?message_id...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-08  Kevin HockRemove always moving window to the top of the Z-order...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-23  Julian SmartApplied patch [ 1307056 ] [wxMSW] Focus showing fix...
2005-10-11  Dimitri Schoolwerthfixed MSVC6 compilation error ("C2639: compiler generat...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
next