]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
no real changes, just minor refactoring and cleanup
[wxWidgets.git] / include / wx / msw /
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
2008-12-14  Vadim Zeitlinfix several bugs in index/position translation code...
2008-12-14  Vadim Zeitlindon't use the hack with adding hidden columns to the...
2008-12-11  Vadim Zeitlindon't lose the scroll offset when the window is reposit...
2008-12-10  Vadim Zeitlinimplement column reordering support in wxMSW wxHeaderCt...
2008-12-09  Vadim Zeitlindefine I_IMAGENONE now that we use it, at least VC6...
2008-12-09  Vadim Zeitlinrecreate the column instead of trying to update it...
2008-12-08  Vadim Zeitlinimplement column resizing events in wxHeaderCtrl
2008-12-08  Vadim Zeitlinadd wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
2008-12-08  Vadim Zeitlinimplement click events in wxHeaderCtrl
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinmove ScrollWindow() implementation to the base class...
2008-12-05  Vadim Zeitlinemulate scrolling in wxMSW header control; document...
2008-12-05  Vadim Zeitlinadd Show/HideColumn() methods
2008-12-04  Vadim Zeitlindefine HDS_FLAT outside of __DMC__ section so that...
2008-12-03  Vadim Zeitlindefine HDS_FLAT not defined in VC6 headers
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Francesco Montorsiadd GetSize also to wxGDIImage since wxBitmap under...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-24  Vadim Zeitlinremove extraneous class scope qualifier
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlindon't duplicate SetInitialSocketBuffers()
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-20  Vadim Zeitlindefine wxUSE_REGKEY for WinCE too (closes #10211)
2008-11-20  Vadim Zeitlinfix WinCE compilation after tbar95.h ->t oolbar.h renam...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-10-16  Václav Slavíkforgot to commit toplevel.h as part of r56374
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-09-28  Vadim Zeitlinextact common GAddress declarations to the common heade...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-09-16  Vadim Zeitlindisable AUI (and also MDI in 2.8) under CE, it doesn...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Vadim Zeitlinextract button size calculation from button label size...
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
next