Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / src / msw / window.cpp
2004-12-22  Vadim Zeitlinlast fix resulted in wrongly inheriting bg colour from...
2004-12-22  Vadim Zeitlinfixes fo inheriting colours set with SetOwnBackround()
2004-12-22  Vadim Zeitlinreverted use of DeferWindowPos() instead of MoveWindow()
2004-12-19  Vadim Zeitlinuse DeferWindowPos() instead of MoveWindow() if possibl...
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlinonly use our background for children if it's inheritable
2004-12-17  Robin DunnOnly test the high order bit from GetKeyState, otherwis...
2004-12-16  Włodzimierz SkibawxUniversal fix.
2004-12-14  Vadim Zeitlinmore wxUniv compilation fixes (bug 1085003)
2004-12-13  Vadim Zeitlinreverted recent VK_OEM_PLUS change, do map it to '...
2004-12-13  Vadim Zeitlin(blind) wxUniv compilation fix: define the method using...
2004-12-13  Vadim Zeitlinrewrote and virtualized the background erasing logic...
2004-12-12  Vadim Zeitlinonly handle WM_NULL in wxIdleWakeUpModule if it is...
2004-12-11  Vadim Zeitlintranslate VK_OEM_PLUS to '=', not '+', because this...
2004-11-22  Vadim Zeitlindon't apply tab control background when using wxUniv...
2004-11-19  Vadim Zeitlindon't draw themed background for standard controls...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-15  Vadim Zeitlindon't draw background at all if bg style is custom
2004-11-15  Vadim Zeitlinrestored OnEraseBackground(), we do need it but only...
2004-11-15  Vadim Zeitlindon't always erase the background ourselves as this...
2004-11-14  Ryan Nortonspelling/grammer (lol) :)
2004-11-06  Ryan Nortonrewrite wxGetKeyState a bit, spun from [ 1058347 ]...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-19  Vadim Zeitlindon't set focus to the window when it is clicked if...
2004-10-12  Vadim Zeitlincheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Vadim Zeitlinset click coordinates to (-1, -1) if right mouse button...
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-22  Włodzimierz SkibaWXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-16  Włodzimierz SkibaWarning fix (unused value assignment).
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-08-23  Włodzimierz SkibaWinCE warning fixes.
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-15  Włodzimierz SkibaLimited setup.h warning fix.
2004-07-12  Włodzimierz SkibaWarning fix for assignment of unused value.
2004-07-02  Václav SlavíkBCC compilation fix
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-23  Václav Slavíkdefault colours are not stored in m_fore/backgroundColo...
2004-06-22  Włodzimierz SkibaConditional compilation fix.
2004-06-18  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-17  Robin Dunnoops, forgot to remove a bit of test code
2004-06-17  Robin DunnUse GetBackgroundColour in the default OnEraseBackgroun...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-21  Robin Dunnfixed wxGetKeyState to get current status of non-togle...
2004-05-19  Włodzimierz SkibaExtended patch #942204, centralized wxDefaultSize,...
2004-05-08  Mattia Barbon wxUniversal compilation fix. The fix is ok because...
2004-05-08  Vadim Zeitlinremoved HandleSysCommand() and don't generate duplicate...
2004-05-08  Dimitri Schoolwerthremoved tab characters; minor code cleanup
2004-05-08  Dimitri Schoolwerthdon't repaint window if hidden: reduces flickering...
2004-05-07  Vadim Zeitlindon't add WS_VISIBLE to all windows style (replaces...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Robert Roebling Added SW_SCROLLCHILDREN to make scrolling work
2004-04-04  Vadim Zeitlindon't define functions unused under CE when compiling...
2004-04-01  Vadim Zeitlinuse the window default colours, not hardcoded ones...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Vadim Zeitlinexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
2004-03-05  Robin DunnChange wxMSW to use WidthDefault and HeightDefault...
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-27  Vadim Zeitlinfix showing toolbar tooltips (we were using a pointer...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-15  Dimitri SchoolwerthCosmetic cleanup (TRUE/FALSE, tabs, ...).
2004-02-15  Dimitri SchoolwerthExtended maximum tooltip length (in non-Unicode comctl3...
2004-02-12  Julian SmartInfinite recursion fix
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-08  Vadim Zeitlinfixed wxEVT_CONTEXT_MENU generation (it works different...
2004-02-08  Vadim Zeitlinrenamed wxEventFixModule to wxWakeUpIdleModule; added...
2004-02-08  Vadim Zeitlinuse hard coded default size for top level windows inste...
2004-02-04  Robin DunnAlso allow key events for Shift-Tab when wxWANTS_CHARS...
2004-01-31  Václav Slavíkcleanup: all definitions missing from std headers shoul...
2004-01-20  Chris Elliottfix for DMC missing mouse defines - linking of minimal...
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-11  Julian SmartCommented out WM_MOUSELEAVE until it can be fixed
next