Use old licence name
[wxWidgets.git] / include / wx / msw /
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Mattia Barbon wxUniversal compilation fix.
2004-05-14  Robin DunnPatch #952053, wxToggleButton gains WS_VISIBLE flag
2004-05-08  Mattia Barbon wxUniversal compilation fix. The fix is ok because...
2004-05-08  Vadim Zeitlinremoved HandleSysCommand() and don't generate duplicate...
2004-05-08  Mattia Barbon Remove duplicate definition.
2004-05-08  Mattia Barbon CHM help is not compiled for wxUniversal.
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-05-07  Dimitri Schoolwerthapplied patch #931719: "ESC closes dialog instead of...
2004-05-05  Vadim Zeitlinmade GetClippingBox() work even for clipping region...
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-05-02  Mattia Barbon Added missing NO_GCC_PRAGMA check.
2004-05-01  Mattia Barbon MSVC 5 fix.
2004-04-29  Dimitri Schoolwerthchanged hand cursor to look like Windows' hand cursor
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-20  Chris ElliottSF patch #938489
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-15  Vadim Zeitlindefine _puttchar for mingw32 as it doesn't have it...
2004-04-15  Václav Slavíkcommdlg.lib is not in evc3
2004-04-13  Vadim Zeitlindefine WS_XXX constants missing in (some) CE SDKs
2004-04-12  Václav Slavíkaygshell is available on PocketPC and sometimes needed
2004-04-11  Václav Slavíkadded wx/msw/wince/libraries.h to workaround SDK differ...
2004-04-09  Dimitri Schoolwerthimplemented a simple DoGetBestSize() for MSW's wxScrollBar
2004-04-08  Vadim Zeitlinwe can now use png/jpeg/gif
2004-04-07  Robin DunnPut back wxMSW's wxStaticBitmap::DoGetBestSize because...
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-05  Vadim Zeitlinuse wxUnusedVar() to suppress warnings about unused...
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-04-04  Vadim ZeitlinGlobalLock/Unlock() are available under CE, no need...
2004-04-04  Vadim Zeitlininclude headers normally included from windows.h and...
2004-04-04  Vadim Zeitlinsuppressed unused param warning under CE
2004-04-04  Vadim Zeitlindo #undef CreateDialog() under CE, what was the reason...
2004-04-04  Vadim Zeitlininclude wince/missing.h under CE
2004-04-04  Vadim Zeitlinremoved tons of unused stuff apparently copied verbatim...
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-04-03  Václav SlavíkWinCE compilation fix
2004-04-01  Václav SlavíkWinCE SDK doesn't have crtdbg.h
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinadded wxGetCCDefaultFont() returning the default icon...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-29  Julian SmartWince fix
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-22  Vadim Zeitlinmoved wxWinHandleHash below wxWindow declaration as...
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-03-09  Václav Slavíkdocs correction
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-03-03  Vadim Zeitlinuse global file/regkey by default
2004-03-03  Vadim Zeitlinadded AccessMode parameter to wxRegKey
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
next