]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
define _puttchar for mingw32 as it doesn't have it (patch 875611)
[wxWidgets.git] / include / wx / msw /
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
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
next