]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)
[wxWidgets.git] / include / wx / msw /
2009-05-03  Vadim Zeitlintest whether wxHAS_EVENT_BIND is supported in wx/featur...
2009-05-03  Vadim Zeitlinremove mentions of wxEVENTS_COMPATIBILITY_2_8
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-04-28  Robert RoeblingCompilo
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-25  Vadim Zeitlindisable wxGC for Borland as it can't compiler the macro...
2009-04-25  Vadim Zeitlindefine __EVC4__ for eVC 4 compiler to make testing...
2009-04-25  Vadim Zeitlinset wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provi...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-18  Vadim Zeitlinblind fix for eVC compilation with wxEVENTS_COMPATIBILI...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
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-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-15  Francesco MontorsiwxMSW and wxPalmOS already had the wxFont(const wxSize...
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-07  Vadim Zeitlinadd wxUSE_CONFIG checks (see #10560)
2009-03-07  Vadim Zeitlinno changes, just remove an extra space (see #10560)
2009-03-06  Vadim Zeitlinfix duplicate events for selection keys after the last...
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-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinset correct properties
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-26  Vadim Zeitlinanother missing WXDLLIMPEXP to fix DLL build
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Francesco Montorsibuild fix
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-13  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE...
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  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-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
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-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
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 Zeitlinadd IsOk() (closes #9872)
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  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlincompilation fix after NULL cast removal; also used...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlincorrect Id tags
2009-01-18  Vadim Zeitlinadded forward declaration of FrameSite apparently neede...
2009-01-16  Vadim Zeitlinexport wxActiveX stuff from core (not media) DLL (close...
2009-01-14  Francesco Montorsidon't use hardcoded constant 200; use wxSTACKWALKER_MAX...
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-12  Vadim Zeitlindisable new events for VC9 too, it fails when linking...
2009-01-12  Vadim Zeitlinfix the MSVC check in the last comment and accompanying...
2009-01-12  Vadim Zeitlindisable new events for MSVC 7, it fails to compile...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Francesco Montorsiremove old (and unused) MSW-only wxFontEnumerator header
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim Zeitlinremove the now unused Connect_Timeout()
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
2008-12-25  Vadim Zeitlinuse void pointers, not char ones, in socket IO functions
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-21  Vadim Zeitlinfix for compilation with newer DMC headers (see #10112)
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
next