]> git.saurik.com Git - wxWidgets.git/history - src/common
wxTreeCtrl changes:
[wxWidgets.git] / src / common /
1998-10-28  Guilhem Lavaux* Build IODBC on demand on unix.
1998-10-28  Vadim ZeitlinMac fixes (thanks to Stefan Csomor)
1998-10-26  Julian SmartMotif and other mods
1998-10-25  Unknown (UG)minor changes for windows compilability
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-20  Unknown (UG)fix for precompiled headers
1998-10-20  Unknown (UG)fix for precompiled headers
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-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-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-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-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-03  Vadim Zeitlinbogus assert removed, optimized (and removed a bug...
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  Vadim Zeitlinfixed wxString::Mid() bug
1998-09-30  Mart Raudsepp*** empty log message ***
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-24  Julian SmartFixed delete operator for VC++ 6.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-20  Karsten BallüderNow dot_special argument in wxMatchWild() is honoured...
1998-09-19  Karsten Ballüderchanged wxMatchWild() 3rd parameter not used under...
1998-09-18  Vadim ZeitlinwxBaseArray::Shrink() added
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-17  Vadim Zeitlincorrected a bug in ConcatSelf() induced by the latest...
1998-09-17  Vadim Zeitlinfixed 64but bug with g_strEmpty initialization
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-12  Robert Roebling Removed warnings
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-11  Robert Roebling Updates to memcheck
1998-09-11  Robin DunnAdded #include to get FIONBIO on Solaris 2.6
1998-09-10  Guilhem Lavaux* Bug fix in wxFilter*Stream
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-07  Julian SmartFixed wxCheckBox on wxGTK (SetLabel called before widge...
1998-09-07  Robert Roebling Suppress warnings
1998-09-07  Vadim Zeitlinok, now it _does_ compile
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-09-04  Guilhem Lavaux* wxFileInputStream and wxFileOutputStream doesn't...
1998-09-03  Vadim ZeitlinwxFileConfig ctor now (again) uses the files in the...
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-09-02  Robert Roebling New configure
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-25  Unknown (RO)Missing typecast from return.
1998-08-24  Guilhem Lavaux* wxStream fixes.
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Vadim Zeitlincalling insert("") would provoke an assert - now it...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-08-19  Guilhem Lavaux* Some new feature in wxObject*Stream (objects aren...
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-18  Robert Roebling Next attempt at dynlib.cpp
1998-08-18  Karsten Ballüderreordered headers to compile
1998-08-18  Karsten Ballüder#ifdef'd out some parts for non-supported systems.
1998-08-17  Vadim Zeitlinreplaced another printf() with wxLogDebug()
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Julian SmartChanged floats to doubles
1998-08-16  Vadim Zeitlin1) corrected bug in log.cpp which only affected wxGTK...
1998-08-16  Karsten Ballüderadded one extra check for emptyness
1998-08-16  Vadim ZeitlinKarsten's correction undone - this code is (was) correct!
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robert Roebling Added validation support
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
next