A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / include / wx / timer.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinAdd wxTimer::StartOnce().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-27  Francesco Montorsifix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-04-20  Vadim Zeitlincorrected DLL export declaration of wxTimerEvent to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-01-18  Vadim Zeitlinadded wx/window.h included needed by last change using...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-06  Robin DunnGive timers a generated ID if wxID_ANY is passed
2006-03-14  David Surovellcleanup - expanded wxTimerBase::Init to assign all...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-02-04  Ryan Nortoncocoa wxTimer
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
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...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-12-03  Robin DunnGive wxTimer a GetId accessor
2003-10-27  David ElliottChanged all symbols with the name "id" to "timerid...
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-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-06-25  Vadim Zeitlinextracted wxStopWatch and global timer functions in...
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-03-22  David ElliottUse the generic timer for wxCocoa
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-13  Vadim Zeitlinadded an assert checking that Resume() is not called...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-04  Vadim Zeitlinadded and documented wxTIMER_XXX constants to be used...
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-02-17  Václav Slavíkuse generic timer in wxMGL and wxX11
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-31  Václav SlavíkwxMGL compilation fix that I forgot to chekc in
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2000-09-13  Vadim ZeitlinwxTimer::Start() now calls Stop()
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-17  Guillermo Rodrigue... Compatibility fix: defined wxGetCurrentTime to wxGetLoc...
1999-12-17  Guillermo Rodrigue... timercmn rewritten from scratch
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-10-25  Julian SmartAdded WXDLLEXPORT to wxChrono
1999-09-29  Sylvain BougnouxChange wxGetCurrentUTime as wxGetCurrentMTime (milli...
1999-09-29  Sylvain BougnouxFactorize timercmm.cpp code
1999-07-28  David Webster*** empty log message ***
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision