replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / include / wx / msw / private.h
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-15  Vadim Zeitlincompilation fix for wxUniv/MSW after r54937 (#9866)
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-02-28  Vadim Zeitlincorrect WinCE compilation after last change: can't...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-28  Vadim Zeitlinuse GlobalPtrLock (modified to allow not initializing...
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2007-11-30  Robert RoeblingDC reorganization
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-03-11  Vadim Zeitlinargh, added missing comma in last commit
2007-03-11  Vadim Zeitlinadded wxWinVersion_Vista to wxWinVersion enum
2006-12-23  Vadim Zeitlinadded AutoHFONT; allow initialize SelectInHDC later...
2006-10-26  Vadim Zeitlinno need to include wx/msw/mslu.h from here any more...
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-09-09  Vadim Zeitlinundid last 2 commits, there are many more cases like...
2006-09-09  Vadim Zeitlinmore warning fixes about empty if statement in helper...
2006-09-09  Vadim Zeitlinfix warning about empty if statement in HDCClipper...
2006-03-09  Vadim Zeitlinfix gcc4 warning for wndproc casts (patch 1431939)
2006-02-08  Vadim Zeitlinavoid warnings C4311/4312 when building with MSVC ...
2006-02-08  Vadim Zeitlinadded wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__...
2005-11-15  Włodzimierz SkibaMinor cleanings.
2005-09-24  Vadim Zeitlinmake WinStruct<> available in non-GUI code too
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlinadded GlobalPtr: GlobalAlloc/Free() wrapper
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-06-19  Vadim Zeitlinadded AutoHANDLE class to close a HANDLE automatically
2005-06-07  Vadim ZeitlinwxGetWinVersion() must be exported from base DLL, not...
2005-06-07  Vadim Zeitlinforgot to export wxGetWinVersion() from DLL
2005-06-07  Vadim Zeitlinadded wxGetWinVersion()
2005-05-25  Michael WetherellNo wxGetOSFHandle for Wine
2005-05-22  Vadim Zeitlinadded AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored...
2005-05-06  Michael WetherellCompilation fix for USE_UNIV=1
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-10  Vadim Zeitlinadded wxCopyRectToRECT()
2005-04-10  Vadim Zeitlinadded HDCClipper() class which automatically unselects...
2005-04-02  Vadim Zeitlinadded AutoHRGN class; corrected GetHbrush[Of]() macros
2005-03-28  Vadim Zeitlinadded GetHimagelist()
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-13  Michael WetherellTemporary fix for Watcom link error 'fileno'
2005-02-26  Michael WetherellMove wxGetOSFHandle to include/wx/msw/private.h since...
2005-01-30  Vadim Zeitlinadded ClassRegistrar (wraps Register/UnregisterClass...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
2005-01-10  Vadim Zeitlinfactored out wxGetFullModuleName(HMODULE) from wxGetFul...
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-11  Vadim Zeitlinadded wxRectFromRECT()
2004-11-19  Vadim Zeitlinadded CompatibleBitmap wrapper class
2004-10-02  Vadim Zeitlinremoved trailing comma from enum (gcc 3.4 compilation...
2004-09-28  Vadim Zeitlinsuppress VC7.1 64 bit correctness warnings
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-06-30  Vadim Zeitlinadded WindowHDC similar to Screen/MemoryHDC
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-09  Vadim Zeitlinexplicit this-> is required by C++ standard, not g...
2004-05-31  Václav Slavíkcompilation fix for gcc-3.4
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim ZeitlinGlobalLock/Unlock() are available under CE, no need...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-10  Vadim Zeitlinadded wxGet/SetWindowProc/UserData()
2004-02-08  Vadim Zeitlinadded GetHbrush() and GetHbrushOf()
2004-02-08  Vadim Zeitlinadded GetHpen() and GetHpenOf()
2003-08-14  Chris Elliottmove define to better place
2003-08-14  Chris Elliottfix bugs when compiling with dmars
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartFurther WinCE mods
2003-07-10  Julian SmartSome WinCE fixes
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-11  Vadim Zeitlinfixed bug in WinStruct<> ctor
2003-05-11  Vadim Zeitlinadded WinStruct<>
2003-05-11  Vadim Zeitlinmoved missing constants definitions to their right...
2003-04-13  Vadim Zeitlinremoved accidentally left #ifdef WATCOM
2003-04-13  Vadim Zeitlinrenamed GlobalHandle class to GlobalPtr to avoid confli...
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-03-24  Vadim Zeitlinoops, forgot default value for MemoryHDC ctor parameter
2003-03-24  Vadim ZeitlinMemoryHDC can now be used to create DCs compatible...
2003-03-23  Vadim Zeitlinadded GlobalHandle
2003-03-22  Vadim Zeitlinadded wxBitmapToHICON/CURSOR helper functions
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-18  Vadim Zeitlinfixed resource leak in MemoryHDC (closes bug 670016)
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-09-02  Vadim Zeitlinadded a few WXDLLEXPORTS, corrected/expanded comments
2002-07-15  Robin DunnIcons fetched from wxMimeTypesManager did not get the...
2002-02-23  Vadim Zeitlinchanged wxColourToRGB() to use RGB() instead of PALETTE...
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
next