wxWidgets.git
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-17  Vadim Zeitlinignore any extra arguments after --version for compatib...
2008-01-16  Vadim Zeitlinremoved non-existent wx/meta/defs.h
2008-01-16  Vadim Zeitlindon't write wide string to std::ostream which outputs...
2008-01-16  Vadim Zeitlinmore LaTeX error fixes
2008-01-16  Vadim Zeitlinadd forgotten twindowid.tex and correct LaTeX errors...
2008-01-16  Vadim Zeitlinregenerated after latest configure.in changes
2008-01-16  Stefan Csomorallowing for building without sys libiconv (compat...
2008-01-16  Julian SmartCorrection for cursor setting when moving out of a...
2008-01-16  Václav Slavíkinclude VC++ version in build compatibility string
2008-01-16  Robert RoeblingAdd implicit conversion, remove conversion to bool
2008-01-16  Robert RoeblingSort of autoresize if only 1 column is there
2008-01-16  Stefan Csomorfix should have been mac only
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2008-01-16  Vadim Zeitlindocumentation for window ids allocation and wxIdManager...
2008-01-16  Vadim Zeitlinremoved unneeded wxWeakRefDynamic::AssignCopy() (last...
2008-01-16  Vadim Zeitlincompilation fixes for standard-conformant compilers...
2008-01-16  Vadim Zeitlindefine (unusual) copy ctor and assignment operator...
2008-01-16  Vadim Zeitlinremove the test of weak references classes size, it...
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-15  Stefan Csomorfixing leopard configure for universal_binary when...
2008-01-15  Francesco Montorsidon't give out an error when using --cflags followed...
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...
next