Added wxWakeUpIdle() to wxGTK,
[wxWidgets.git] / src / gtk / app.cpp
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
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
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
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-26  Robert Roebling Makefile tweaks
1998-12-23  Robin DunnMoved the main funtion into its own source file.
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-01  Robert Roebling New wxDC hierarchy
1998-11-25  Robert Roebling Fixed module code
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-11  Robert Roebling Updates to memcheck
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-02  Robert Roebling New configure
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Robin DunnAdded wxTheApp = this; to wxApp::wxApp for wxPython
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-06-22  Karsten Ballüderfixed #include paths to use local copies of png/gdk_iml...
1998-06-03  Robert Roebling GTK
1998-05-30  Robert Roebling Same as last one..
1998-05-28  Robert RoeblingGTK
1998-05-20  Karsten BallüderInitial revision