]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Update options to the config files
[wxWidgets.git] / src / gtk /
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-22  Robert Roebling Some debug code.
1999-12-20  Robert Roebling Minor optical changes to toolbar and the help frame's
1999-12-20  Robert Roebling Replaced the old wxGetResource implementation with...
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-15  Vadim Zeitlinmerging in the toolbar changes
1999-12-15  Vadim Zeitlinfix for compilation with both native and generic kinds...
1999-12-15  Vadim Zeitlinmore WXUNUSED() here and there
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-14  Vadim Zeitlinsupport for vertical toolbars under GTK
1999-12-13  Robert Roebling Corrected wxRegion::GetBox()
1999-12-12  Robert Roebling Some doc updates.
1999-12-11  Václav Slavíkfixed compilation bug with GCC 2.95.1 and GTK+ 1.2...
1999-12-08  Vadim Zeitlin1. many DrawRotatedText() corrections (gtk)
1999-12-07  Robert Roebling XIM support things.
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-07  Karsten BallüderFixed XIM compilation, but doesn't work yet.
1999-12-07  Robert Roebling Minor optical changes to toolbar and wxHelpFrame.
1999-12-07  Robert Roebling Compile fix.
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-05  Václav Slavík[gtk] fixed bug that caused segfaults in wxYield when...
1999-12-04  Robert Roebling Change to wxMenuBar::Remove(),
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-12-04  Robert Roebling String changes for translations,
1999-12-01  Karsten Ballüderfixed process termination handling
1999-12-01  Robert Roebling Disabling PNG, TIFF and JPEG works now.
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-29  Robert Roebling More TIFF things,
1999-11-28  Robert Roebling slider link fix 1.
1999-11-28  Robert Roebling More broken pipes.
1999-11-28  Robert Roebling Damn broken pipes.
1999-11-28  Robert Roeblingsfs
1999-11-28  Robert Roebling ?kjashdf?aksj
1999-11-28  Robert Roebling More #include changes.
1999-11-28  Robert Roebling New event locking.
1999-11-27  Robin Dunnfixed to correctly use #if wxUSE_SPINCTRL
1999-11-27  Robert Roebling?lk
1999-11-27  Robert Roeblingsds
1999-11-27  Robert Roebling Correction to DnD code.
1999-11-26  Robert Roebling Minor changes.
1999-11-24  Karsten Ballüderfixed setfocus() flicker in listctrl
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-18  Vadim ZeitlinwxGTK pastes text from rxvt again
1999-11-17  Václav SlavíkwxBitmap::LoadFile and SaveFile now uses wxImage's...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-16  Vadim Zeitlinsend wxActivateEvents
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-14  Robert Roebling Small change to SetFont() logic.
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-13  Ove KaavenwxGetHostName uses wxChar, not char
1999-11-12  Vadim Zeitlincompilation fix (float => wxCoord)
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-11-12  Vadim ZeitlinSolaris compilation fix
1999-11-11  Karsten Ballüderfixed solaris gethostname() prototype
1999-11-10  Vadim Zeitlin1. made it possible to use wxUpdateUIEvent with wxTextC...
1999-11-10  Vadim Zeitlinadded 2 more cursors (patch from Gerd Mueller)
1999-11-09  Robert Roebling Removed Vadim's surplus code in clipboard.
1999-11-09  Karsten Ballüderusleep() prototype added for solaris
1999-11-09  Karsten Ballüderadded gethostname protoype for Solaris
1999-11-08  Vadim ZeitlinwxDataObjectComposite/Custom seem to work
1999-11-08  Vadim Zeitlinpasting text from xterm works, finally
1999-11-06  Vadim Zeitlin1. more corrections to file dnd (works with testdnd...
1999-11-06  Vadim ZeitlinwxFileDataObject supports GNOME file dnd now
1999-11-06  Robert Roebling wxListBox now sends events using AddPendingEvent(),
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling This window positioning setting works on AfterStep
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Vadim Zeitlincompilation fixes for GTK+ <= 1.2.3
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-03  Robert Roebling Some menu things.
1999-11-03  Karsten BallüderAdded a border around dialogs. Has anyone got a better...
1999-11-03  Robert Roebling wxDialog now stays on top of its parent.
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-11-02  Vadim Zeitlinbug corrected
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-11-01  Robert Roebling Small doc updates.
1999-10-31  Robert Roebling Distrib corrections,
1999-10-31  Robert Roebling Distrib changes.
1999-10-31  Robert Roebling More tab code corrections.
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-30  Ove KaavenSomeone forgot wxT()
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
next