]> git.saurik.com Git - wxWidgets.git/history - include
wxUSE_GUI=0 not needed
[wxWidgets.git] / include /
2003-08-01  Václav SlavíkXML code needs wchar_t
2003-08-01  Václav Slavíkpreparation for runtime loading of plugins
2003-08-01  Julian SmartOnly draw borders if wxSP_3DBORDER specified, as before
2003-08-01  Vadim Zeitlinadded missing arguments in wxDelegateRenderer
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-31  Stefan CsomorAdded wxASSERT_MSGs
2003-07-31  Julian SmartRemoved some warnings in widgets sample
2003-07-31  Julian SmartAdded back the copy ctor and assignment warning suppression
2003-07-31  Václav Slavíknew wxUSE_xxx variables must be in chkconf.h
2003-07-31  Václav Slavíkcompilation fixes
2003-07-31  Václav Slavíkmake it possible to use wxConsoleApp in GUI build
2003-07-31  Vadim Zeitlinadded wxUxThemeHandle class for opening/closing theme...
2003-07-30  Vadim Zeitlin[start of] cleanup uxtheme support code
2003-07-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
2003-07-30  Stefan Csomorworkaround CW bug
2003-07-30  Stefan Csomorfixing xti problems
2003-07-29  Julian SmartAdded wxPaintDCEx class, to handle the case where an HDC
2003-07-29  David ElliottKeep track of the captured mouse window so the base...
2003-07-28  Stefan Csomormetadata streaming
2003-07-28  Stefan Csomorxti updates
2003-07-28  Stefan CsomorAdded Setter for Position (consistency)
2003-07-28  David ElliottwxCocoa: Include new platform-specific headers
2003-07-28  David ElliottAdded wxClipboard and wxDataObject (and friends) declar...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-28  Stefan Csomorxti introduction
2003-07-28  Stefan CsomorwxUSE_EXTENDED_RTTI as name
2003-07-28  Václav Slavíkported wxSVG contrib to bakefile (patch #778614)
2003-07-28  Stefan Csomorxti introduction
2003-07-28  Stefan Csomoreven more defines for rerouting the xti information...
2003-07-27  Vadim ZeitlinGetPath() now has wxPATH_GET_COLUME by default
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-27  Václav Slavíkadded *_WITH_DECL macros so that it is possible to...
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-27  Vadim Zeitlinadded orient parameter to DrawSplitterSash instead...
2003-07-26  Robin DunnMOre fixes for DLL builds
2003-07-25  Robin DunnFixes to allow STC to be built as a DLL
2003-07-25  David ElliottFixed operator[] recursion
2003-07-24  Mattia Barbon Compilation fix.
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-24  Mattia Barbon Fixed wrong wxList<T>::compatibility_iterator::GetPre...
2003-07-24  Mattia Barbon Removed (wrong) wxHashTable::compatibility_iterator...
2003-07-24  Stefan Csomorexpat define MACOS_CLASSIC added
2003-07-24  Julian SmartFixed preview navigation as per ancient bug report
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-23  Mattia Barbon Remove single-argument constructor of wxHashMap:...
2003-07-23  Mattia Barbon Fixed memory leaks when wxUSE_STL=1.
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-07-23  Václav SlavíkwxUSE_XML
2003-07-22  Vadim Zeitlinrestore some of the styles; added support for splitters...
2003-07-22  Vadim Zeitlinmore warning fixes
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-22  David ElliottAdded NSImage definition
2003-07-22  Václav Slavíkcompilation fixes for Vadim's changes and Borland C++
2003-07-22  Chris Elliottborland does not like ; at end of macros
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Vadim Zeitlinsuppress warning about not being able to generate copy...
2003-07-21  Vadim Zeitlinmust derive from wxDC, not wxDCBase
2003-07-21  Vadim Zeitlinadded default parameters to wxBrush/wxPen ctors
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-21  David ElliottwxCocoa: Preliminary wxMemoryDC implementation
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Mattia Barbon Compilation fixes for wxUSE_STL=1 and for
2003-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2003-07-21  Vadim Zeitlinadded wxMirrorDC
2003-07-21  David ElliottDon't depend on wx/dcmemory.h to include wx/dcclient...
2003-07-21  David ElliottImplemented wxDC stack with focus locking and unlocking
2003-07-21  Vadim Zeitlinonly define operator bool() if operator long() is not...
2003-07-21  Vadim Zeitlinload any files, not only XPMs, in wxIcon(wxIconLocation)
2003-07-21  Mattia Barbon Compilaton fixes.
2003-07-21  Vadim Zeitlinicon location may contain , so added GetIcon() overload...
2003-07-21  David ElliottwxCocoa: Added preliminary wxBitmap support
2003-07-21  David ElliottwxCursorRefData inherits from wxObjectRefData instead...
2003-07-21  David ElliottAdded NSBitmapImageRep
2003-07-20  Julian SmartAdded a resource for Smartphone menubar
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2003-07-20  Václav Slavíkcompilation fix
2003-07-20  Vadim Zeitlinadded wxSize::IncTo/DecTo
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2003-07-20  Mattia Barbon Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
2003-07-20  Vadim Zeitlinfixed suppressing of wxFontMapper questions which was...
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-20  Vadim Zeitlinfixes for deprecated warnings
2003-07-19  Vadim Zeitlinmade wx[Array]TreeItemId[s] more backwards compatible
2003-07-19  Mattia Barbon wxUSE_STL=1 compilation fixes.
2003-07-19  Mattia Barbon Don't #include Motif headers from src/x11/glcanvas...
2003-07-19  Mattia Barbon Remove commented-out code.
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-19  Vadim Zeitlinwarning 4284 doesn't have to be suppressed any more...
2003-07-19  Vadim Zeitlinmoved smart phone test to chkconf.h from features.h
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-19  Vadim Zeitlinreduced compilation dependencies
2003-07-19  Vadim Zeitlincompatibiltiy functions should be inline, we don't...
2003-07-19  Vadim Zeitlindefine a special PTR version of LIST macros which shoul...
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-19  Vadim Zeitlindon't disable warnings for VC7, not necessary
next