]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
Changed some version numbers to 2.5.2
[wxWidgets.git] / include / wx / msw /
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-03-02  Chris Elliottpart of SF patch #904166 (DMC fix)
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlindefine DWORD_PTR &c for Win32 compilation whatever...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Vadim Zeitlinanother part of adding error checking to event table...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim Zeitlinadded wxGet/SetWindowProc/UserData()
2004-02-09  Vadim Zeitlinno changes, simply added a comment
2004-02-09  Robin DunnwxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T...
2004-02-09  Julian SmartFix needed for free MS SDK
2004-02-08  Vadim Zeitlinadded WC_NO_BEST_FIT_CHARS
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian SmartAdded missing MSWGetStyle prototype
2004-02-08  Vadim Zeitlinadded GetHbrush() and GetHbrushOf()
2004-02-08  Vadim Zeitlinfixed operator=(), ==() and !=() for wxPen
2004-02-08  Vadim Zeitlinadded GetHpen() and GetHpenOf()
2004-02-08  Vadim Zeitlinbackground colour of a combobox may now be set (bug...
2004-02-07  Vadim Zeitlinadded WM_UPDATEUISTATE and related stuff
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim Zeitlinbetter leak error reporting using VC CRT (patch 828250)
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-05  Vadim Zeitlindon't call Init() twice when dialog is created in 2...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-04  Julian SmartReverted last change (use of regex) that broke eVC4...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Václav Slavíkcleanup: all definitions missing from std headers shoul...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-19  Chris Elliottfix for DMC missing TVS_INFOTIP
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2004-01-11  Julian SmartApplied patch [ 858324 ] Calling EndModal inside an...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Julian SmartSome further missing symbols for WinCE 4
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-17  Ryan Norton1.
2003-12-16  Julian SmartOpen Watcom correction
2003-12-15  Václav Slavíkcompilation fix for tooltip patch code applied by Julia...
2003-12-15  Václav Slavíkcompilation fix for tooltip patch code applied by Julia...
2003-12-11  Dimitri SchoolwerthFixed notebook redraw problems when using XP theme...
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartApplied patch [ 819044 ] Adds MSW wxPen::GetDashCount
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-14  Dimitri SchoolwerthFixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup.
2003-10-18  Vadim Zeitlinuse wxColourDatabase::Find() instead of deprecated...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-10-12  Vadim Zeitlinadded LVSICF_NOINVALIDATEALL
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlincleanup: derive wxGauge from wxGaugeBase; removed redun...
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-18  Julian SmartAdded wxUSE_EXCEPTIONS
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-11  Julian SmartApplied patch [ 794760 ] Majority of "... hides virtual...
2003-09-10  Vadim Zeitlinadded LVM_SETUNICODEFORMAT
2003-09-10  Václav Slavíkcompilation fix
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-08-26  Julian SmartCompile extended RTTI in BC++
2003-08-25  Stefan CsomorRTTI accessors for menus
2003-08-25  Julian SmartMade CCS_VERT definition more general
2003-08-25  Julian SmartWinCE fixes
2003-08-25  Julian SmartAdded some missing settings
2003-08-24  Stefan Csomorlinkage corrections
2003-08-22  Julian SmartAdded wxUSE_EXTENDED_RTTI
2003-08-21  Vadim Zeitlinadded wxListbook
2003-08-21  Vadim Zeitlincompilation fix
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-19  Stefan Csomorremoving rtti special functions
next