wxWidgets.git
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-14  Václav Slavíkfixed wxXmlResource::GetText() in ANSI build to correct...
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2008-01-14  Francesco Montorsifixed setting BUILD variable in any case (not only...
2008-01-14  Francesco Montorsifixed the WX_VERSION name clash renaming the variable...
2008-01-14  Francesco Montorsiadded AC_SUBST for EXTRALIBS_STC which was missing...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Vadim Zeitlinset mime-type to correct image/x-xpixmap for XPM files...
2008-01-13  Vadim Zeitlinset mime-type to image/x-pixmap to allow generation...
2008-01-13  Robert RoeblingImproved wxDataViewSpinCtrlRenderer under OS X
2008-01-13  Robert RoeblingReapplied patch for drawing background of custom items
2008-01-13  Robert RoeblingMention wxSizer::Fit() change and wxWrapSizer
2008-01-13  Robert RoeblingwxSizer::Fit() now sets client size
2008-01-13  Robert Roeblinguse wxSizer::Fit() for sizing the dialog
2008-01-13  Robert RoeblingAlways invoke default action even if dclick is caught...
2008-01-13  Robert RoeblingRemove double entry of wxTrackable
2008-01-13  Stefan CsomorI still think that's needed ...
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-13  Vadim Zeitlinignore vc*_msw* build directories
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-13  Vadim Zeitlinadd useful headers for meta-programming checks (part...
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-12  Vadim Zeitlinadded tests for FromAscii/Unicode() (length parameter...
2008-01-12  Vadim Zeitlinfix bug introduced in wxRegion::DoUnionWithRect() in...
2008-01-12  Stefan NeisSome wxOS2 compilation fixes after wxDC changes
2008-01-12  Paul Cornettinitialize m_totalProportion in wxBoxSizer ctor
2008-01-12  Stefan NeisFixed compilation.
2008-01-12  Vadim Zeitlinbetter documentation for wxWindow::SetSizerAndFit()
2008-01-12  Stefan NeisImplemented wxGDIObject::Create/CloneGDIRefData() for...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-12  Stefan NeisRemoved constructor already defined in header.
2008-01-12  Stefan Neisderive wxColourBase from wxObject on os2 as well
2008-01-11  Václav Slavíkfixed memory leak in wxXmlResource introduced when...
2008-01-11  Bryan PettyAdded wxRect::Intersect() documentation (patch 1868322...
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2008-01-11  Jouk Janseninclude/wx/x11/cursor.h needs definition of wxcolour
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2008-01-10  Robert RoeblingUse SetFocusIgnoringChildren()
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-10  Robert RoeblingSimplified code and applied [ 1867939 ] fixes for wxTre...
2008-01-10  Julian SmartFix for VC++ 6 error
2008-01-10  Julian SmartCorrections to bitmap handling
2008-01-10  Paul Cornettdon't use the same parameter name twice, HP compiler...
2008-01-10  Paul Cornettbuild fix for !wxUSE_THREADS
2008-01-09  Julian SmartColour correction
2008-01-09  Julian SmartFixed GetInfo to use the current language.
2008-01-09  Julian SmartDon't ignore path when prompting for file in SaveAs()
2008-01-09  Vadim ZeitlinSTL build compilation fix (remove useless cast of wxStr...
2008-01-09  Vadim Zeitlincompilation fix after _() changes; also don't use wxCha...
2008-01-09  Robert RoeblingCorrected docs of ::release and ::reset in smart pointers
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-08  Robin DunnRemove WXDLLIMPEXP_BASE from the declaration of wxList_...
2008-01-08  Robert RoeblingAdded the conversion to unspecfied_bool to all smart...
2008-01-08  Vadim Zeitlinfix LaTeX error (escape underscores); don't abuse bold...
2008-01-08  Vadim Zeitlintest Clear() in the sample
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2008-01-08  Robert RoeblingLast part from weak ref patch for event sink disconnection
2008-01-08  Vadim Zeitlinadd conversion to unspecified_bool_type to allow writin...
2008-01-08  Vadim Zeitlincompilation fix for !HAVE_STRPTIME case after ParseXXX...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Robert Roeblingdocs
2008-01-08  Robert Roeblingmention some more changes
2008-01-08  Robert RoeblingI assume ptr_scpd.h and ptr_shrd.h should only be in...
2008-01-08  Robert RoeblingAdded wxSharedPtr<T>
2008-01-08  Robert RoeblingUpdated wxTrackable to patch Weak references for wx...
2008-01-08  Robert RoeblingUpdated wxWeakRef<T> to patch Weak references for wx...
2008-01-08  Paul Cornettspeed up ReadWord by using more efficient separator...
2008-01-08  Paul Cornettspeed up drawing text window in UTF8 build (something...
2008-01-08  Vadim ZeitlinSTL build fix
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2008-01-08  Robin DunnCheck wxUSE_DATAVIEWCTRL
2008-01-07  Robert Roeblingdoc syntax errors
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadded wxNativeFontInfo() ctor from LOGFONT, this is...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlincheck that HWNDs are non-NULL before doing anything...
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2008-01-07  Robert Roebling[ 1865141 ] wxNotebook::DeletePage can result in invali...
2008-01-07  Robert Roeblingtypo
2008-01-07  Robert RoeblingCommit correct docs for wxwxScopedPtr
2008-01-07  Robert RoeblingTemplatize wxScopedPtr
2008-01-07  Robert RoeblingAdded docs to wxTrackable and wxWeakRef<T>
2008-01-07  Václav Slavíkdon't call wxString::Len() from operator==; use IsSameA...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-07  Vadim Zeitlincompilation fix for MSVC: remove implicit wxStringImpl...
2008-01-07  Vadim Zeitlincorrect wrong last commit
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlinremoved useless inclusion of wx/datetime.h
2008-01-07  Vadim Zeitlincompilation fix after wxDateTime::ParseFormat() changes
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
next