A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / gtk / evtloop.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-07-03  Vadim ZeitlinTreat G_IO_HUP as read, not error, event because EOF...
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2012-10-23  Vadim ZeitlinProcess pending events from wxYield() in wxGTK.
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-06-30  Paul Cornettsupport for GTK3
2012-05-15  Vadim ZeitlinFix pasting large amounts of text in wxGTK.
2010-11-10  Vadim ZeitlinFix harmless unused parameter warnings in minimal build.
2010-07-22  Vadim ZeitlinFix harmless unused parameter warnings in wxDEBUG_LEVEL...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-09-30  Paul Cornettuse proper signature for callback function
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-17  Francesco Montorsiguard with compile-time checks the new GDK_* event...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-02-16  Paul Cornettnon-pch build fix
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-01-06  Vadim Zeitlinreturn false from Dispatch() if gtk_main_quit() was...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-07-10  Vadim Zeitlinadded untested implementation of wxEvtLoop for GTK+