remove the line for image.h, restore a line commented out by mistake
[wxWidgets.git] / include /
1998-12-10  Vadim Zeitlin__MWERKS__ check now doesn't give compilation error...
1998-12-10  Stefan CsomorCodeWarrior Support
1998-12-10  Stefan CsomorCodeWarrior Support
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-10  Stefan CsomorCodeWarrior Support (no defines in project possible)
1998-12-10  Robert Roebling Fix for radiobutton
1998-12-10  Stefan CsomorwxMac support added
1998-12-10  Robert Roebling Moved image code
1998-12-09  Julian SmartVC++ 4 fixes and added docvwmdi to distribution files.
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-09  Robert Roebling Clipboard update
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-08  Julian SmartAdded wxOleAutomation class (wxMSW only, obviously...
1998-12-08  Robert Roebling DnD updates
1998-12-07  Vadim Zeitlin1. wxNotebook::GetPageCount() returns only the number...
1998-12-07  Robert Roebling Listctrl updates
1998-12-07  Robert Roebling Keyboard navigatino in tree ctrl
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-12-06  Robert Roebling wxIMage accessors
1998-12-06  Julian SmartSome more WXWIN_COMPATIBILITY fixes.
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-05  Robert Roebling Fixed make install bug
1998-12-05  Robert Roebling New PostScript code
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-04  Robert Roebling Added wxMiniFrame
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-03  Julian SmartSmall Motif bug fixes
1998-12-02  Vadim Zeitlinadded wxListCtrl::DeleteAllColumns()
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-12-02  Vadim Zeitlinadded wxNode::IndexOf and wxList::IndexOf (patch by...
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-12-01  Karsten BallüderAnother try to detect alpha systems and fix string...
1998-12-01  Robert Roebling New wxDC hierarchy
1998-11-30  Julian SmartFixed toolbar gaffe.
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-30  Vadim Zeitlin1. added wxTreeCtrl::SetItemBold and IsBold, updated...
1998-11-29  Vadim Zeitlinsome Linux compilation fixes
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-28  Vadim Zeitlincompilation fixes for !wxUSE_POSTSCRIPT
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Vadim Zeitlinadded wxTB_FLAT to default style in wxFrame::CreateTool...
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-27  Vadim ZeitlinwxStringList::copy ctor and assignment operator added...
1998-11-27  Karsten Ballüderhandle sizeof(int) correctly
1998-11-27  Karsten Ballüdermade operator definition dependent on sizeof(int),...
1998-11-26  Karsten Ballüdertrying to resolve string problem
1998-11-26  Robert Roebling Flicker war won.
1998-11-26  Karsten Ballüdertrying with only an operator[] (int) and not (size_t)
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-26  Robert Roebling Fixes for wxlist
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-25  Robert Roebling Fixed module code
1998-11-25  Karsten Ballüderuse unsigned for wxString [] operator
1998-11-25  Karsten Ballüdermade operator[](int n) const #ifdef _WXMSW__
1998-11-25  Julian SmartVarious fixes.
1998-11-25  Unknown (UG)no message
1998-11-25  Robert Roebling wxFrame size bug
1998-11-25  Robin DunnConverted the virtual-methods-callbacks into real event...
1998-11-25  Vadim Zeitlinadded untyped Sort() for compatibility
1998-11-24  Vadim ZeitlinLISTs renamed to OBJARRAYs
1998-11-24  Vadim Zeitlinrenamed old listimpl.cpp (because now there is a "real...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-24  Vadim Zeitlin1. Empty() now doesn't free memory - Clear() does
1998-11-24  Robert Roebling GTK's dnd is broken, not mine
1998-11-23  Robert Roebling Corrected wxCHECK calls in bitmap.cpp
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-23  Vadim Zeitlin__WIN16__ not defined any more for !MSW build
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-22  Guilhem Lavaux* Renamed fstream.h in wfstream.h
1998-11-22  Robin DunnChanged the event handling to use events, instead of...
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-11-17  Julian SmartCured BC++ makefile bug; wxGrid fix; updated Motif...
1998-11-16  Unknown (UG)no message
1998-11-16  Robert Roebling Fixed resizing of wxTextCtrl
1998-11-15  Julian SmartFix to parser.y to make it compile with makefile.unx...
1998-11-15  Robert Roebling Added new wxBitmapButton implementation
1998-11-15  Karsten BallüderReplaced kbList with wxList.
1998-11-14  Robert Roebling Added spinbutton
1998-11-14  Robert Roebling Doc corrections
1998-11-13  Vadim Zeitlin1. GetNextChild() bug fixed in generic version
1998-11-12  Julian SmartAccelerators implemented for wxMotif; some wxComboBox...
1998-11-12  Robert Roebling Compile fixes, warnings etc.
1998-11-11  Guilhem Lavaux* Fixes.
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
1998-11-11  Julian SmartChanged setup.h so that global memory operators are...
1998-11-11  Karsten BallüderMade netscape default browser.
1998-11-11  Unknown (UG)const added to Contains
1998-11-10  Karsten BallüderAdded wxExtHelpController: wxHelpController implementat...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-11-08  Robert Roebling Compile and build fixes for wxGTK and wxMotif
1998-11-08  Julian SmartMinor changes
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Unknown (UG)no message
1998-11-06  Unknown (UG)dll fixes
next