remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / msw /
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-08  Vadim Zeitlincorrections to setting the height of the visible part...
2009-05-06  Paul Cornettdraw focus rect for wxCheckListBox item
2009-05-06  Paul Cornettfix off-by-one size of wxCheckListBox item draw rect
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-05-02  Francesco Montorsion wxWinCE don't use some message constants since they...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-05-01  Vadim Zeitlinno changes, just remove #if'd out code
2009-04-26  Vadim Zeitlinadd missing wx/module.h header to fix PCH-less build...
2009-04-26  Vadim Zeitlinfix a problem with loading inked.dll (see #10633)
2009-04-26  Francesco Montorsifix yet another typo
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-04-26  Vadim ZeitlinWinCE compilation fix: ifdef out HandlePaint() (see...
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-04-25  Vadim Zeitlinremove HasNativeFontInfo() which always returns true...
2009-04-25  Vadim Zeitlinbuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-24  Robin DunnUse a hidden window to catch the timer messages instead...
2009-04-21  Vadim Zeitlincorrect the assert added by r60056 to not trigger in...
2009-04-18  Vadim Zeitlininitialize m_hFont in the beginning of wxFontRefData...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlincorrect test for wxDEBUG_LEVEL in last commit
2009-04-15  Vadim Zeitlinavoid a warning about unused function in release build
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Francesco Montorsiremove unneeded font members from wxFontRefData (all...
2009-04-07  Vadim Zeitlinadded names of WM_XXXUISTATE messages to wxGetMessageNa...
2009-04-07  Vadim Zeitlinadded assert checking the column index validity (see...
2009-04-07  Vadim Zeitlinremove "item.cchTextMax=0" line from SetItem() as it...
2009-04-07  Vadim Zeitlinno real changes, just remove unnecessary semicolons...
2009-04-06  Vadim Zeitlinno changes, just got rid of many __WXWINCE__ ifdefs
2009-04-05  Vadim Zeitlinuse COLORONCOLOR stretching mode in DrawBitmap() too...
2009-03-29  Vadim Zeitlinpass size in bytes, not wchars, to SetData() in wxURLDa...
2009-03-28  Václav Slavíkfixed logical error in SetIcons(): only assert if no...
2009-03-27  Vadim Zeitlindon't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Vadim Zeitlindon't make the items owner drawn unnecessarily under...
2009-03-22  Vadim Zeitlinfix compilation breaking typo in recent commit
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Vadim Zeitlindon't use HBMMENU_CALLBACK under Windows Vista as this...
2009-03-21  Vadim Zeitlinfix generation of wxEVT_CHAR_HOOK events which, incredi...
2009-03-20  Francesco Montorsiin case the user mask doesn't contain wxEVT_CATEGORY_UI...
2009-03-20  Francesco Montorsiremove unneeded wxCHECK_MSG: GetNextMessage() can get...
2009-03-18  Francesco Montorsisimplify a bit the convoluted implementation of wxFontR...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-11  Vadim Zeitlinremove MSVC warnings about DLL-exported class inheritin...
2009-03-09  Vadim Zeitlinno real changes, just correct a comment (closes #10563)
2009-03-09  Vadim Zeitlinrestore passing WM_COMMAND messages for SC_XXX commands...
2009-03-07  Vadim Zeitlincorrect size of extra controls in pixels to dialogs...
2009-03-07  Vadim Zeitlinfix generation of key events with Alt pressed broken...
2009-03-06  Vadim Zeitlinfix duplicate events for selection keys after the last...
2009-03-06  Vadim Zeitlinno changes, just some minor cleanup
2009-03-06  Vadim Zeitlinonly set maximal tooltip width if it's greater than...
2009-03-05  Francesco Montorsido not use HDS_FLAT by default
2009-03-05  Vadim Zeitlindon't use WPARAM in the header (build fix after r59336)
2009-03-05  Vadim Zeitlinfix multiple problems with selection in controls with...
2009-03-05  Francesco Montorsiimprove look of wxDataViewCtrl and of its renderer...
2009-03-02  Francesco MontorsiProcessPendingEvents() is now in wxApp
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Vadim Zeitlinadded const_cast<> to silence gcc warnings (see #10520)
2009-02-28  Vadim Zeitlinreset the tooltip text before changing it, this apparen...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-22  Vadim Zeitlincorrect the coordinates used for DIBs in StretchBlt...
2009-02-22  Vadim Zeitlinavoid integer overflow when computing the radius in...
2009-02-18  Robert RoeblingDon't use default size of control has a sizer (as per...
2009-02-17  Vadim Zeitlinsuppress unused parameter warning
2009-02-17  Vadim Zeitlinadd missing stdcall to fix crash when using state image...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-15  Vadim Zeitlinfix (harmless)m ingw32 warning; use anonymous namespace...
2009-02-09  Vadim Zeitlindon't use invalid item indices in wxLC_HRULES-drawing...
2009-02-09  Robert RoeblingCompile fix
2009-02-09  Francesco Montorsifix memory leak; allocate the DC before SetFont() is...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Vadim Zeitlinanother compilation fix to switch in DoYield()
2009-02-04  Vadim Zeitlincompilation fixes to DoYield() after latest changes
2009-02-04  Francesco Montorsiupdate to the latest version of the patch at #10320...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
next