added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / gtk / app.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-04-19  Paul CornettReorganize idle system code.
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-08-26  Paul Cornettcorrect idle tag type; remove unneeded includes
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-04  Václav Slavíkm_wakeUpTimerTag is not used anywhere, removed
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-27  Vadim Zeitlinremoved Initialized()
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-14  Julian SmartRationalised OnIdle
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-08-24  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-03-16  Jouk Jansen Committing in .
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-11  Robert Roebling added SpinCtrl,
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-04-08  Karsten BallüderFixed gtk 1.2.x wxYield() problem (tested).
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-01-24  Robert Roebling Small doc corrections
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-12  Robert Roebling image update
1999-01-10  Robert Roebling OpenGl works now under GTK
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-03  Vadim ZeitlinwxApp::Get/SetVendorName functions added
1998-06-03  Robert Roebling GTK
1998-05-26  Vadim Zeitlinnew compile option added: USE_WXCONFIG. If it's 1,...
1998-05-20  Karsten BallüderInitial revision