]> git.saurik.com Git - wxWidgets.git/history - src/msw
Globally replace _T() with wxT().
[wxWidgets.git] / src / msw /
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):
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-01  Vadim Zeitlincheck for m_parentMenu being NULL in IsChecked/Checked...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for menu items with NULL...
2009-01-31  Vadim Zeitlinallow calling SetItemLabel() for items not attached...
2009-01-31  Vadim Zeitlinload ImageList_Copy() dynamically to allow wx apps...
2009-01-31  Vadim Zeitlincorrections after last commit, (see #10452 comment:6)
2009-01-31  Vadim Zeitlinfix warnings about conversion between DWORD and pointer...
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Vadim Zeitlinuse margin width after updating it in OnMeasureItem...
2009-01-31  Vadim Zeitlindon't use built-in support for menu bitmaps if they...
2009-01-31  Vadim Zeitlinuse SetMenuItemInfo() to update the item label to avoid...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-29  Vadim Zeitlindon't crash if we have no accelerators for the "Window...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Vadim Zeitlinno real changes, just small cleanup, in particular...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-26  Vadim Zeitlindisable the "Next" and "Previous" commands in the windo...
2009-01-26  Vadim Zeitlindon't show the currently hidden frame if Iconize()...
2009-01-26  Vadim Zeitlininclude missing header (wx/msw/wrapcctl.h) for PCH...
2009-01-25  Vadim Zeitlindon't change the combobox text when it's being resized...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlincompilation fix for VC6 after last change; use wx namin...
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinuse correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-21  Vadim Zeitlintweak GetAppDir() to recognize more debug build directo...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
next