]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/private.h
Metric conversion constants not doubled in each port code.
[wxWidgets.git] / include / wx / msw / private.h
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...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-01-28  Vadim Zeitlinadded another, more convenient, wxRGBToColour() overload
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2001-12-30  Vadim Zeitlinadded a few useful utility classes: MemoryHDC and Selec...
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-11-25  Vadim Zeitlinadded GetHpalette[Of] macros
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-29  Václav Slavíkreverted my previous commit to this file; was done...
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-08-25  Vadim Zeitlinare there still versions of gcc around which require...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-04  Vadim Zeitlinremoved extern from inline function declarations
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-04  Vadim ZeitlinwxMSW compilation fixes for old mingw32
2000-01-03  Ove KaavenHalved DEFAULT_ITEM_WIDTH so default sizes resembles...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-12  Vadim ZeitlinOutputDebugStringW95 removed - it's really unnecessary...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-17  Guillermo Rodrigue... Solved problem with wxhInstance name being mangled...
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-17  Harco de Hilsterminor fixes for mingw32 compilation
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-14  Patrick Albert*** empty log message ***
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-10  Ove KaavenA few Unicode fixes.
1999-06-09  Robert Roebling WINE is so fine.
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
next