More deprecated class mods
[wxWidgets.git] / src / gtk1 / app.cpp
2003-03-31  Julian SmartMore deprecated class mods
2003-02-28  Václav Slavíkadded native wxMessageDialog implementation for GTK+2
2003-02-03  Jouk Jansen Committing in .
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisplay compilation warning under Mac OS X/Darwin for...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-23  Julian SmartPossibly cured the assertion message dialog paint problem,
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-05-12  Vadim Zeitlinmade wxIsInsideYield global -- will be fixed when we...
2002-05-04  Robert Roebling Made OnInit() and OnRun() logic like MSW when it
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-16  Robert Roebling Untested mini-change for wxGTK idle handling.
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-13  Robert Roebling wxX11:
2002-02-13  Robert Roebling wxX11:
2002-02-07  Jouk Jansen Committing in .
2002-02-04  Robert Roebling Applied thread wakeup patch.
2002-01-28  Robert Roebling Change idle behvaiour with regard to wxIdleEvent...
2002-01-13  Robert Roebling Remove surplus wxTheApp from wxApp...
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-31  Václav SlavíkwxSystemSettings mods in wxGTK
2001-12-18  Vadim Zeitlinfix for handling the standard X toolkit options
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-07-26  Vadim Zeitlin(bad) fix for asserts and OnIdle events
2001-07-26  Vadim Zeitlin*really* suppress log messages from inside wxYield
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-03  Václav Slavíkadded wxUSE_INTL around wxLocale::GetSystemEncoding
2001-06-03  Václav Slavíkadded code to set wxFont's default encoding to wxLocale...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-19  Vadim Zeitlintemp (?) fix for wxYield() calls from other threads
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-06  Vadim Zeitlinapplied patch 103591 which should fix wxWakeUpIdle()
2001-01-11  Robert Roebling wxYield() patch from stable tree.
2000-12-28  Robert Roebling Added wxFileName.
2000-12-22  Robert Roebling Log error messages work.
2000-11-24  Jouk Jansen Committing in .
2000-11-23  Robert Roebling Ported new double idle handlers for pending events
2000-09-08  Julian SmartFixed memory leak in listbox, fixed memory leak reporti...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-08-10  Jouk Jansen Committing in .
2000-07-19  Ove KaavenIf compiling with WXGTK20, set wxConvCurrent to wxConvU...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-16  Jouk Jansen Committing in .
2000-03-11  Robin DunnSplit up wxEntry so wxPython can use the bits it needs...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-02-15  Robert Roebling wxGTK now ignores widget style when using the pixmap...
2000-02-15  Robert Roebling Minor wxYield() change.
2000-02-04  Vadim Zeitlinnew sample: statbar
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
2000-01-31  Robert Roebling Using the best visual is now an option.
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-15  Robert Roebling Fixed resize behaviour under certain circumstances.
2000-01-08  Robert Roebling Themes and threads testing code.
2000-01-03  Robert Roebling Distrib things.
2000-01-02  Robert Roebling wxSpinCtrl no longer emits event when changed program...
1999-12-30  Robert Roebling Removed two more GUI lock-ups. This time when
1999-12-29  Robert Roebling GUI thread update and event corrections.
1999-12-20  Robert Roebling Replaced the old wxGetResource implementation with...
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-15  Vadim Zeitlincompilation fix
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-05  Robert Roebling Compile fix for dynarray,
1999-08-05  Robert Roebling Applied patch for stipppled brushes,
1999-07-30  Robert Roebling Doc corrections,
1999-07-23  Ove KaavenConvert argv[] to Unicode
1999-07-07  Vadim Zeitlinattempts to fix wxStaticBitmap::SetBitmap() - still...
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
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-07-04  Robert Roebling Small changed to wxExtDialog
1999-06-25  Robert Roebling Commented out "best visual" code.
1999-06-25  Robert Roebling Changed a few true -> TRUE
1999-06-24  Robert Roebling wxGTK now chooses the best visual X offers,
1999-06-17  Robert Roebling Made the RTTI thing an option.
1999-06-17  Karsten BallüderFixed the ugly cursor. global cursor no longer initiali...
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
next