Update OpenVMS makefile
[wxWidgets.git] / src / gtk1 / app.cpp
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...
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove KaavenThe Unicode handling fixes my app seemed to need.
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-31  Robert Roebling Tried to find thread/clipboard problem cause...
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-23  Robert Roebling Now wxYield() calls wxApp::ProcessIdle() which also
1999-05-23  Robert Roebling Compile fix for GTK 1.0
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-07  Karsten BallüderCrude hack to fix crash for 8bit displays. Seems to...
1999-04-28  Robert Roebling MiniFrame title are back.
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-15  Vadim Zeitlinlog messages given during program initialization are...
1999-04-13  Ove KaavenBy this commit, I guess I'm announcing intent to add...
1999-04-13  Vadim ZeitlinPending() and Dispatch() implemented
1999-04-08  Karsten BallüderFixed gtk 1.2.x wxYield() problem (tested).
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-12  Vadim ZeitlinwxYield() calls OnInternalIdle() of all top level windows
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-26  Vadim ZeitlinwxLog fix as for wxMSW
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-11  Robert Roebling Solaris compilation patches
1999-01-28  Robert Roebling Found mem leaks (except one)
1999-01-27  Karsten BallüderAnother solaris fix. :-<
1999-01-26  Karsten BallüderMore compilation fixes for Solaris. :-<
1999-01-26  Karsten Ballüdercompilation fixes for solaris
next