]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
Made listctrl header BG grey again
[wxWidgets.git] / src / gtk1 /
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.
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlinlabels respect alignment now even with GTK 1.2
1999-05-11  Vadim Zeitlinanother unused param warning
1999-05-11  Karsten BallüderThis one-liner seems to fix the wxStaticText alignment.
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Vadim ZeitlinwxFileSelectorEx added - could someone please implement it?
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Vadim Zeitlincrash in GTK 1.0 on multiline text ctrl creation fixed
1999-05-08  Robert Roebling Corrected bmpbutton size
1999-05-07  Robert Roebling a bit of debug code
1999-05-07  Karsten BallüderCrude hack to fix crash for 8bit displays. Seems to...
1999-05-06  Vadim Zeitlinprintf => wxLogTrace
1999-05-06  Karsten BallüderRemoved superfluous GDK_DECOR_BORDER.
1999-05-06  Robert Roebling minor fixes
1999-05-06  Karsten BallüderMinor fixes, should be ok now.
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-05  Robert Roebling fix for menu separator
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-05-04  Robert Roebling Fox around a bug in GTK's GtkNotebook
1999-05-04  Robert Roebling Found a few situations where the most recent
1999-05-04  Robert Roebling Added window resize patch to wxFrame
1999-05-03  Robert Roebling Fixed a bug which sometimes lead to windows
1999-05-03  Karsten Ballüderfix for gtk 1.0.x
1999-05-03  Robert Roebling Implemented flat toolbars
1999-05-02  Robert Roebling Improved wxTextCtrl's wrapping behaviour
1999-05-02  Robert Roebling mini-bugs in wxMenu (it now converts / to \ in
1999-05-01  Robert Roebling Fix for wxPython segvs
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-29  Robert Roebling Compile fixes for SGI
1999-04-29  Ove KaavenUnicode fixes.
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Robert Roebling MiniFrame title are back.
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-28  Karsten BallüderFixed gtk 1.0.6 corruped menu entry names.
1999-04-28  Robert Roebling background colour changes for listbox and combobox
1999-04-28  Karsten BallüderFixed gtk 1.0.6 floating subwindow bug.
1999-04-28  Robert Roebling Chnages to focus code with debug code
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling combobox buglet when inserting item
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-25  Robert Roebling Backgrounds work again
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-24  Ove KaavenGetValue() converts using wxConv_current...
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-24  Robert Roebling DnD with Unicode fixes
1999-04-24  Robert Roebling small change required for OLE component
1999-04-24  Robert Roebling wxGLCanvas works again
1999-04-22  Ove KaavenAnother Unicode fix.
1999-04-22  Ove KaavenUnicode fix.
1999-04-21  Robert Roebling fixed bitmap constructor for monochrome bitmaps
1999-04-20  Robert Roebling little doc updates
1999-04-19  Vadim Zeitlina wxCHECK added
1999-04-16  Ove KaavenwxGetUserHome() returns a const value in Unicode mode.
next