All functionality I know hot implement already implemented.
[wxWidgets.git] / src /
1998-11-02  Denis PershinAll functionality I know hot implement already implemented.
1998-10-31  Robert Roebling Font fixes and icons in report view for list control
1998-10-31  Denis PershinVisible functions implemented
1998-10-31  Denis PershinwxTreeCtrl changes:
1998-10-30  Robert Roebling Compile fixes for tree ctrl
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-30  Vadim Zeitlinitems without children couldn't be expanded even after...
1998-10-30  Karsten Ballüderwait4() now extern "C" :-)
1998-10-30  Karsten Ballüderadded wait4() prototype for solaris
1998-10-30  Robert Roebling Tought Systemettings that sysfont has 12 pts
1998-10-29  Robert Roebling 24-bit rendering from wxImage into wxBitmap
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-28  Guilhem Lavaux* Build IODBC on demand on unix.
1998-10-28  Vadim ZeitlinMac fixes (thanks to Stefan Csomor)
1998-10-28  Mart RaudseppwxWave class for wxGTK (linux)
1998-10-28  Robert Roebling DnD
1998-10-27  Robert Roebling Fixes, typos etc...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Julian SmartAdded OnEraseBackground to wxNotebook on wxMSW to avoid...
1998-10-26  Vadim Zeitlinfinal (?) changes to the generic tree ctrl -- seems...
1998-10-26  Julian SmartMotif and other mods
1998-10-26  Vadim Zeitlininterchanged w and h in wxSplitterWindow::OnSashPositio...
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-25  Karsten BallüderFixed a trivial error.
1998-10-25  Unknown (UG)no message
1998-10-25  Unknown (UG)minor changes for windows compilability
1998-10-24  Vadim Zeitlinsome new functions:
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-24  Denis PershinPrealpha, prebeta of new wxTreeCtrl for GTK. It is...
1998-10-23  Julian SmartMore Motif changes (colour/font stuff)
1998-10-23  Vadim Zeitlin1. Split{Horizontal|Vertical} now accept negative args...
1998-10-22  Julian SmartAdded casts to fix compile problem
1998-10-22  Julian SmartMore-or-less finished reasonably cool wxToolBar class...
1998-10-22  Julian SmartMods for Gnu-Win32
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-21  Julian SmartMore Motif stuff incl. beginnings of wxToolBar
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-20  Julian SmartRemoved WS_BORDER style since borders have suddenly...
1998-10-20  Unknown (UG)fix for precompiled headers
1998-10-20  Unknown (UG)fix for precompiled headers
1998-10-19  Julian SmartOne that got away
1998-10-19  Julian SmartMore Motif additions: mdi and sashtest samples now...
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-18  Vadim Zeitlinnew wxTreeCtrl files
1998-10-18  Julian SmartMotif additions
1998-10-18  Vadim Zeitlinminor changes (a couple of error messages added to...
1998-10-17  Unknown (UG)no message
1998-10-17  Julian SmartMotif updates
1998-10-17  Unknown (UG)fixes the invalid index problem
1998-10-16  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-10-16  Unknown (UG)wx_USEIOSTREAMH changes
1998-10-16  Unknown (UG)no message
1998-10-15  Julian SmartAdded makefile.unx for Motif
1998-10-15  Julian SmartCommented out _CrtSetDbgFlag yet again, restored setup...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-14  Julian SmartFixed VC++ compile error in mstream; formatted window...
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-10-14  Unknown (UG)no message
1998-10-14  Unknown (UG)fix for private access for wxTimerProc
1998-10-14  Julian SmartRewrote ConvertToStandardCommandArgs; resource.h correc...
1998-10-14  Mart Raudsepperror in func ConvertToStandardCommandArgs with argv[]
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-12  Julian SmartChanges related to stream includes
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-08  Mart Raudseppchange the last changes back
1998-10-08  Mart Raudsepperror if a radiobox is horizontal:(change wxRA_VERTICAL...
1998-10-08  Vadim Zeitlincrash under FreeBSD corrected (patch by David Hobley)
1998-10-07  Robin DunnAdded missing IMPLEMENT_DYNAMIC_CLASS
1998-10-06  Julian SmartFreeBSD patch to sckaddr.cpp; include more files in...
1998-10-05  Vadim ZeitlinAdded --with-unicode (not used yet) and --with-wcsrtomb...
1998-10-05  Julian SmartReversed meaning of orientation style, back to wxWin...
1998-10-04  Vadim ZeitlinSetTitle() works even if menu was created without title...
1998-10-04  Karsten BallüderwxGetUserName() now returns only the user name, not...
1998-10-03  Vadim Zeitlinbogus assert removed, optimized (and removed a bug...
1998-10-02  Julian Smart*** empty log message ***
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-30  Robin DunnFound the RIGHT place to make the __unix__ fix.
1998-09-30  Robin Dunnfixed some ifdef's to also check for __unix__
1998-09-30  Julian SmartUninitialised variable initialised (state in OnIdle)
1998-09-30  Vadim Zeitlinfixed wxString::Mid() bug
1998-09-30  Mart Raudsepp*** empty log message ***
1998-09-29  Vadim Zeitlin1) wxGTK now use the new, native implementation of...
1998-09-29  Denis PershinTotally rewritten TreeCtrl for GTK...
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-28  Karsten BallüderAdded sys/types.h needed for Solaris.
1998-09-25  Vadim ZeitlinUSE_ => wxUSE_
1998-09-25  Vadim Zeitlin2nd part of USE_xxx to wxUSE_xxx change
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-25  Denis Pershinconst added to GetBitmap it was my fault.
1998-09-24  Vadim Zeitlinrestored "#ifdef __WXMSW__" around SetFont(wxNullFont...
1998-09-24  Julian SmartFixed delete operator for VC++ 6.
1998-09-23  Julian SmartwxMotif: wxWindow/Client/PaintDC starting to work.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
next