]> git.saurik.com Git - wxWidgets.git/history - include
Show debug report directory in long form on Windows
[wxWidgets.git] / include /
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-18  David ElliottAdded fontfactory.h that should have been part of 49213.
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingChange default alignment to centre vertically
2007-10-17  Paul Cornettremove C++ comment
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-13  Robert RoeblingBeginning of wxDataViewTreeStore API
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-12  Robert Roeblingadded wxDataViewModel::HasContainerColumns
2007-10-11  Julian SmartMake SaveFile and LoadFile virtual so they can be overr...
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-10  Chris Elliottupdate setup.h for univ
2007-10-10  Vadim Zeitlincompilation fix for wxUniv: don't use the native wxText...
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-09  Robin DunnGive wxMac's wxStaticBox an AcceptsFocus method
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-10-09  Vadim Zeitlindon't define operator<<(ostream&, wxString) at all...
2007-10-08  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-10-08  Vadim Zeitlinadded wxBase64Decode() overload taking wxString, otherw...
2007-10-08  Vadim Zeitlinremoved extra const in DoGetFilenames() declaration
2007-10-08  Chris Elliottset minimum bcc32 version to turbo explorer
2007-10-07  Robert RoeblingUpdate from Hartwig for OS X implementation
2007-10-07  Václav Slavíkglobally disable VC++'s warning 4251 (non-exported...
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-10-05  Václav Slavíkfixed WX_CLEAR_HASH_SET to compile
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-10-05  Chris Elliottadd DMC to misbehaving compilers
2007-10-02  Michael WetherellDefine CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefin...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-02  Vadim ZeitlinPCH-less compilation fix
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Vadim Zeitlindefine WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-10-01  Jouk JansenOpenVMS : removing dependency on obsolete Porting-libra...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-09-30  Václav Slavíkinclude line number information in wxXmlNode (based...
2007-09-30  Václav Slavík_WX_DECLARE_OBJARRAY was missing reserve() declaration
2007-09-30  Václav Slavíkuse reserve() instead of Alloc() in WX_APPEND_ARRAY...
2007-09-27  Václav Slavíkcopy the list in wxList::operator=(), for consistency...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-27  Vadim Zeitlindon't declare HasSelection() in this class and especial...
2007-09-27  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-26  Robert RoeblingForgot to commit
2007-09-26  Vadim Zeitlinpart of wxComboBox to wxEntry refactoring (should have...
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-09-26  Vadim Zeitlincompilation fixes for wxGTK1 after wxTextEntry changes...
2007-09-26  Julian SmartAdded forward declaration for wxWindow
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-25  Vadim Zeitlinfix operator<<() for wxString
2007-09-25  Vadim Zeitlindefine wxUSE_GADGETS as 0 as it's not defined in config...
2007-09-25  Vadim Zeitlinfix warning about visibility attribute ignored on non...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-24  Robert Roeblingreorganized wxSVGFileDC code
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-23  Vadim Zeitlindon't define wxCRT_xxprintfW function if the correspond...
2007-09-22  Vadim Zeitlininclude wx/log.h to fix PCH-less compilation
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-21  Vadim Zeitlinadded more convenient wxDL_INIT_FUNC[_AW] macros and...
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-21  Paul Cornettallow copying wxFormatString for compiler-generated...
2007-09-21  Vadim Zeitlinremoved extra semicolon
2007-09-21  Vadim Zeitlinput __attribute__((deprecated)) before declaration...
2007-09-21  Vadim Zeitlinadded wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
2007-09-21  Vadim Zeitlinmake wxScopeGuardImplBase copy ctor public to avoid...
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-09-21  Vadim Zeitlinfunctions not taking argument must be declared as ...
2007-09-21  Robert Roeblingmore work on wxDC reorganizing
2007-09-21  Paul Cornettwcstod seems to be more widely available than wcstof
2007-09-20  Vadim Zeitlinallow the user to press Esc to close preview frame...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Vadim Zeitlinapply XRCID() automatically to XRCSIZERITEM() argument...
2007-09-20  Vadim Zeitlinremove extra colons and semicolons
2007-09-19  Robin DunnGive wxPowerEvent wxRTTI
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinfix warning about int->bool conversion; wrap long lines...
2007-09-19  Vadim Zeitlinallow using wxSizerFlags with wxSizer methods adding...
2007-09-18  Michael Wetherelltemplate class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert Roeblingcompilation
next