]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
my wxMotif fixes (merged with Robert's changes), wxMotif compiles, links
[wxWidgets.git] / src / gtk1 /
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlinmisc minor fixes I forgot to commit before
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-25  Robert Roebling Commented out "best visual" code.
1999-06-25  Robert Roebling Oops.
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-23  Karsten BallüderMinor improvement to keyevent handling.
1999-06-22  Robert Roebling A bit of distribution/makefiles things.
1999-06-22  Robert Roebling Makefiles without dependencies
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-21  Robert Roebling New Makefile.ins, updates for the Motif build, removed
1999-06-18  Robert Roebling Made things compile again (two pizzas).
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üderChanged default cursor to be an arrow rather than the...
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Harco de Hilstercvs now ignores libtool's .lo and .la files
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-10  Robert Roebling Corrected byte swapping macros.
1999-06-10  Karsten BallüderAttempt to add primary selection support, but doesn...
1999-06-10  Robert Roebling Docs.
1999-06-09  Karsten BallüderAdded --with-wave/--without-wave for conditional wxWave...
1999-06-08  Robert Roebling Compile fixes.
1999-06-07  Robert Roebling Added some WINE things.
1999-06-07  Robert Roebling Just ignore CVS. It's better for you.
1999-06-07  Vadim Zeitlin1. configure caches the command line options
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-05  Robert Roebling Changed to libtool's interface vs. release versioning
1999-06-04  Robert Roebling Added semicolon to macro in list.h - I just read that
1999-06-04  Vadim Zeitlin1. warnings suppressed in wave.cpp
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-04  Robert Roebling More makefiles correction. Minimal runs now.
1999-06-03  Robert Roebling Small makefile corrections.
1999-06-03  Robert Roebling Moved main Makefile.am for wxGTK to /src/gtk
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Robert Roebling New way to grey out disabled toolbar icons.
1999-06-01  Robert Roebling Added wxTextCtrl::IsEditable(), GetSelection() and
1999-06-01  Robert Roebling Hotkey fix for submenus.
1999-06-01  Robert Roebling Moving frames and dialogs now reports correct
1999-05-31  Robert Roebling Tried to find thread/clipboard problem cause...
1999-05-31  Vadim Zeitlintreectrl.cpp renamed to treegtk.cpp due to usage of...
1999-05-31  Robert Roebling Implemented Reparent() and added test for it to minif...
1999-05-31  Robert Roebling Added own sample for text ctrl, char/key events,...
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-28  Robert Roebling New defines for wxTreeCtrl
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-27  Robert Roebling Corrected SetItemState() in listctrl
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
1999-05-27  Robert Roebling Doc updates.
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-27  Robert Roebling Small cursor improvements
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-25  Robert Roebling "Corrected" logical function in wxDC.
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-24  Robert Roebling Rewrote wxNotebook, incl. PAGE_CHANGING event
1999-05-24  Robert Roebling Empty notebooks show up again. I'm afraid this
1999-05-24  Robert Roebling Hardcode colours in systems settings.
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 GTK 1.0 compilation (not tested)
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-21  Unknown (NI)Fixed handling of keypress WXK_NUMPAD_NEXT
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-20  Robert Roebling GtkMyFixed is now more "GTK 1.2.3 ready".
1999-05-19  Robert Roebling Augmented version to b5
1999-05-19  Robert Roebling YOu can now activate the menu pressing F10 anywhere.
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-19  Robert Roebling Updated distrib.
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-18  Robert Roebling No longer emit char events for shift/ctrl presses.
1999-05-18  Robert Roebling Correxted myfixed widget to prevent warnings from GTK
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Robert Roebling New virtual key defines (NUMPAD_XXX).
1999-05-17  J. Russell SmythAdded code to make wxMDIChildFrame::Activate() work
1999-05-16  Karsten BallüderMinor fix for wxDF_PRIVATE, but doesn't work yet.
1999-05-16  Robert Roebling Minor DC correction.
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-15  Vadim Zeitlintypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_S...
1999-05-14  Robert Roebling wxGTK now works a little again.
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-13  Karsten BallüderFixed a minor bug in hotKey handling.
next