Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / msw / timer.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2010-11-22  Vadim ZeitlinSilently ignore timer events from timers which were...
2010-02-15  Robin DunnApply new patch fixing problem of IsRunning always...
2010-02-08  Robin DunnAllow more than one timer with the same ID. Closes...
2009-12-23  Vadim ZeitlinDon't pass 0 timer ids to ::SetTimer().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-15  Vadim Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-05-25  Vadim Zeitlinno changes, simply mention a possible misuse of API...
2009-05-17  Vadim Zeitlindo not overwrite ms_{hwnd,className} in wxTimerHiddenWi...
2009-04-26  Vadim Zeitlinadd missing wx/module.h header to fix PCH-less build...
2009-04-24  Robin DunnUse a hidden window to catch the timer messages instead...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2004-11-11  Vadim Zeitlinensure that g_timerMap is always initialized before...
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-24  Ryan Nortonfix typo
2004-09-18  Vadim Zeitlinfixed signature of wxTimerProc to be conformant to...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinattempt to fix timers when creating them with a valid...
2003-09-24  Vadim Zeitlinundid accidental change to assert in Start() during...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-12  Julian SmartFixed menubar on WinCE
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Vadim Zeitlincompilation fix
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-25  Ron LeeUpdate wxList operators, TRUE, FALSE.
2002-05-12  Vadim Zeitlinfixed bug with using wrong interval (-1) when restartin...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-10-22  Julian SmartMods for Gnu-Win32
1998-10-16  Unknown (UG)no message
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-14  Unknown (UG)fix for private access for wxTimerProc
1998-05-20  Karsten Ballüderadded some wxMSW stuff