Fix harmless MinGW warning in wxMSW wxListCtrl code.
[wxWidgets.git] / src / msw / cursor.cpp
2013-02-10  Vadim ZeitlinCreate wxCURSOR_RIGHT_ARROW on the fly from normal...
2013-02-06  Vadim ZeitlinAllow creating wxCursor from ANI files under MSW.
2012-03-04  Vadim ZeitlinUse standard IDC_CROSS cursor in wxMSW.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-01-26  Vadim ZeitlinTry to prevent users from forgetting to include wx...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2007-06-21  Vadim Zeitlinblind fix for wxUSE_WXDIB==0 compilation (replaces...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-11  Vadim Zeitlinfixed compilation with wxUSE_WXDIB==0 (bug 1667819)
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-01  Dimitri Schoolwerthfixed compilation when IDC_HAND is undefined
2005-06-01  Robin DunnTry IDC_HAND first and then load "WXCURSOR_HAND" if...
2005-05-30  Julian SmartApplied patch [ 1207202 ] [wxMSW] Fixes GDI leak in...
2005-05-15  Julian SmartRemoved rarely-used cursor; replaced other cursors
2005-04-03  Julian SmartCross-hair cursor appears as an I-beam on WinXP for...
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2003-12-13  Robin DunnFixed cursor resource names to actually match what...
2003-10-31  Václav Slavíkdon't use deprecated symbols
2003-10-29  Vadim Zeitlinchanged case of the cursor names to be consistent with...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Julian SmartSome WinCE fixes
2003-03-26  Mattia Barbon Compilation fix for non-PCH compilers.
2003-03-23  Vadim Zeitlinuse wxBitmapToHICON/CURSOR()
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-06  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2 == 1
2003-02-04  Vadim Zeitlinfix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW...
2003-02-02  Vadim Zeitlincompilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
2003-02-02  Vadim Zeitlinbig wxCursor cleanup
2002-06-08  Julian SmartUse standard IDC_HELP cursor instead of oversize custom...
2002-04-24  Stefan NeisFixed compilo (include image.h since cursor.h no longer...
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-02-21  Vadim ZeitlinwxCursor(wxImage) added (Chris Elliott, patch 517439)
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2001-12-21  Julian SmartMicroWindows mods
2001-12-13  Ron LeeVadim, please check this, I think it's what you meant
2001-12-12  Vadim Zeitlinanother memory leak fixed
2001-10-24  Vadim Zeitlinfixed CURSOR resource leak
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-04-19  Robin DunnAdded wxCURSOR_ARROWWAIT which is the default arrow...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-02-29  George TaskerAdded a #include of wx/module.h
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-03  Vadim Zeitlinfixes for icon-inherits-from-bitmap mode
1999-11-26  Vadim Zeitlinattempt at more compilation fixes
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-10-28  Julian SmartAdded CS_OWNDC fix to wxGLCanvas and corrected sample...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Unknown (JL)Renameing funktions from DIB to prevent name clashes
1999-09-08  Julian SmartFixed cursor loading on Win95
1999-08-31  Julian SmartAdded Set/GetSelection to wxPrintDialogData (the value...
1999-06-20  Ove Kaaven...fixing up a previous Unicode fix.
1999-06-14  Ove KaavenUnicode fix.
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling WINE is so fine.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-02-23  Vadim Zeitlinmore cursor fixes (now ::wxSetCursor() works too)
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-16  Julian SmartFor wxMSW, split XPM handler into separate file (please...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-12  Vadim Zeitlinsuppressed VC++ 5.0 bool to int conversion warning...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff