]> git.saurik.com Git - wxWidgets.git/history - include
fixed compilation warnings
[wxWidgets.git] / include /
2003-06-02  Vadim Zeitlincompilation warning fixed
2003-06-02  Vadim Zeitlinrefresh cache on size/margins change; expanded cache...
2003-06-02  Vadim Zeitlinadded GetMargins()
2003-06-02  Vadim Zeitlinadded RefreshAll()
2003-06-02  Roger GammansAddition at simple wxObject*, support into wxVariant.
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-06-01  Julian SmartGet the initialization order right.
2003-06-01  Julian SmartRemoved AlignIn after further thought
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-06-01  Julian SmartApplied patch [ 649157 ] wxDisplay for Unix
2003-06-01  Julian SmartApplied patch [ 730697 ] wxRect::AlignIn member
2003-06-01  Julian SmartApplied patch [ 623187 ] virtual methods and new AppendItem
2003-06-01  Julian SmartApplied patch [ 619386 ] uxtheme.dll support
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...
2003-06-01  Václav Slavíkadded default ctor and SetSelection to wxHtmlRenderingState
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied patch [ 743248 ] wxArray::RemoveAt() error...
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-06-01  Julian SmartApplied patch [ 746355 ] Adds some checks for chkconf.h
2003-06-01  Julian SmartApplied patch [ 746547 ] fixes 'wrong header file inclu...
2003-06-01  Vadim Zeitlinadded consts needed by VC++/BC++
2003-06-01  Václav Slavíkreact on mouse up, not mouse down
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-31  Vadim Zeitlinmissing WXDLLEXPORT added
2003-05-30  Vadim Zeitlinadded wxVScrolledWindow
2003-05-30  Vadim Zeitlin#define WINVER as 0x400 if it is not defined at all
2003-05-29  Robin DunnAdded LoadFile and SaveFile methods
2003-05-29  Gilles Depeyrotfixed error in inlined (standard) version of wxStringDa...
2003-05-29  Gilles Depeyrotimproved deallocation fix for Visual C++ Multithreaded...
2003-05-28  Gilles DepeyrotVC++ free must take place in same DLL as allocation...
2003-05-27  Vadim Zeitlinforce wxUSE_IOSTREAMH to 0 with VC 7.1
2003-05-27  Mattia Barbon Derive wxScrollBar from wxScrollBarBase, plus miscell...
2003-05-27  Mattia Barbon Removed some duplicated code, made wxCursor( wxImage )
2003-05-27  Mattia Barbon Don't leave the wxStaticBox hanging around after...
2003-05-26  Chris Elliottfix SF bug 742496
2003-05-26  Julian SmartAllow printing objects to be passed a wxWindow, not...
2003-05-25  Václav Slavíkfix _() for wxUSE_INTL==0 case
2003-05-24  Mattia Barbon Used wxRegion code from wxX11.
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-24  Stefan Csomorremoved DoGetSize implementation
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-05-22  Mattia Barbon MinGW compilation fix.
2003-05-22  Mattia Barbon Remove duplicate wxEmptyString declaration.
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-21  Julian SmartApplied patch [ 740071 ] Make tiff errors/warnings...
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
2003-05-19  Stefan CsomorDoGetSize overrides
2003-05-19  Stefan Csomorswitch to pImpl pattern for mac printing
2003-05-19  Stefan Csomorswitch to pImpl pattern for mac printing
2003-05-19  Julian SmartCorrected some wxAccessible mistakes
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-18  Stefan Csomornot needed anywhere
2003-05-18  Stefan CsomorUMAPr.. calls for classic only
2003-05-17  Mattia Barbon Remove dead code. Factor out duplicated code.
2003-05-16  Stefan CsomorValidateOrCreate added for wxMac
2003-05-13  Mattia Barbon Derive wxStaticText from wxStaticTextBase, remove...
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-05-12  Mattia Barbon Factored out some common code.
2003-05-12  Mattia Barbon Implemented copy-on-demand for wxClipboard.
2003-05-12  Mattia Barbon Removed redundant wx<Control>NameStr declarations.
2003-05-11  Vadim Zeitlinfixed bug in WinStruct<> ctor
2003-05-11  Vadim Zeitlinadded WinStruct<>
2003-05-11  Vadim Zeitlinmoved missing constants definitions to their right...
2003-05-11  Vadim Zeitlininit m_isOpened in ctor (bug 736208)
2003-05-11  Chris Elliottdigital mars fix
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-11  Vadim Zeitlinadded missing typename
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-10  Vadim Zeitlinadded LVSICF_NOSCROLL
2003-05-10  Vadim Zeitlincompilation fix for BCC (and probably others)
2003-05-09  Vadim Zeitlinfixed iterator over wxImage with alpha channel
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-09  Vadim Zeitlinuse wxDEPRECATED around GetNoHistoryFiles()
2003-05-09  Jouk Jansen Committing in .
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-07  Chris Elliottremove if defs for DigitalMars as suggested by Vadim
2003-05-07  Robin DunnAdded inline setters for wxTreeEvent so we don't need...
2003-05-06  Julian SmartRevamped border handling.
2003-05-06  Chris Elliottpossible fix for templates with digitalmars
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-05-02  Julian SmartAdded m_isOpened variable to simulate opening/closing
2003-05-02  Chris Elliotttypo fix
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-02  Chris Elliottfix bug to make Borland compile
2003-05-02  Chris Elliottdigital mars updated
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-05-02  Chris Elliottinfo about digitalmars in header
next