wxWidgets.git
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2012-01-23  Vadim ZeitlinFix wxAffineMatrix2D::Translate() to multiply on the...
2012-01-23  Vadim ZeitlinFix incorrect scroll positions used in SetScrollbars().
2012-01-23  Vadim ZeitlinAdd check for wxFileCtrl dependency on wxDateTime to...
2012-01-23  Vadim ZeitlinFix incorrect cast resulting in a warning in wxMSW...
2012-01-23  Vadim ZeitlinAvoid warnings about mismatched format string in wxMSW...
2012-01-23  Vadim ZeitlinUpdate OS X toolkit names list in wxwin.m4.
2012-01-23  Stefan Csomorusing existing member
2012-01-22  Stefan NeisFixed typo in variable name, fixing #13872.
2012-01-22  Vadim ZeitlinAdded a simple benchmark of wxLogDebug() and wxLogTrace().
2012-01-22  Vadim ZeitlinCreate wxStaticText with correct label directly in...
2012-01-21  Vadim ZeitlinFix reparenting generic wxSpinCtrl.
2012-01-21  Dimitri Schoolwerthdeleted CodeWarrior project files
2012-01-21  Dimitri SchoolwerthFixed mismatch in amount of format specifiers in Japane...
2012-01-20  Vadim ZeitlinUpdate the message catalog charset expected by the...
2012-01-20  Vadim ZeitlinFix time zone in wxDateTime::UNow().
2012-01-20  Vadim ZeitlinEnsure wxCharTypeBuffer data is NUL-terminated after...
2012-01-20  Vadim ZeitlinFix documentation of wxConfig::Read(float*) overload.
2012-01-20  Vadim ZeitlinAdd error checking when retrieving client data from...
2012-01-20  Vadim ZeitlinCheck that an error really occurred when getting wxChoi...
2012-01-20  Vadim ZeitlinDestroy modeless wxGenericAboutDialog when it is closed.
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-20  Dimitri SchoolwerthChanged .po files to use UTF-8 charset.
2012-01-20  Vadim ZeitlinReset next wxMenu event handler in wxUniv when detachin...
2012-01-20  Vadim ZeitlinTry to avoid truncation of the message in wxMSW wxMessa...
2012-01-20  Vadim ZeitlinAdd SetPostBuffer(wxMemoryBuffer) and SetPostText(...
2012-01-20  Vadim ZeitlinAdded wxMemoryBuffer::Clear() and IsEmpty() methods.
2012-01-19  Vadim ZeitlinRespect image mask in the docview sample.
2012-01-19  Stefan Csomoradapting to new raw_control
2012-01-19  Stefan Csomorfixing m_axe access indices
2012-01-19  Stefan Csomorguard against invalid color ref
2012-01-19  Stefan Csomorsolving include order problems for stl and xti
2012-01-19  Stefan Csomoruse better backward compatibility for menu_open, don...
2012-01-19  Stefan Csomorguard against invalid color ref
2012-01-19  Stefan Csomorsolving include order problems for stl and xti
2012-01-19  Stefan Csomorattempt for workaround for stl forward declaration...
2012-01-19  Stefan Csomorgcc 4.3 issues warning if type attributes are given...
2012-01-19  Stefan Csomorgcc 4.3 issues warning if type attributes are given...
2012-01-19  Stefan Csomoradding unix defaults
2012-01-18  Vadim ZeitlinSkip EVT_RIGHT_UP event in wxHtmlWindow if it wasn...
2012-01-18  Dimitri Schoolwerthreplaced _T() usage with wxT()
2012-01-18  Vadim ZeitlinAvoid needless second string conversion when adding...
2012-01-18  Bryan PettyGave proper spacing to header include sections.
2012-01-18  Dimitri SchoolwerthSynchronised svn:eol-style and svn:executable propertie...
2012-01-18  Dimitri Schoolwerthmerged libpng 1.5.7 to trunk
2012-01-18  Vadim ZeitlinDon't auto-link with 3rd party libraries in DLL build...
2012-01-18  Stefan Csomorfixing RTTI
2012-01-18  Stefan Csomoradding conversion for stl
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
2012-01-18  Vadim ZeitlinFix header formatting problem in wxMessageBox() documen...
2012-01-18  Javier TorresRemoved wxQt build slave
2012-01-17  Vadim ZeitlinConsistently use "checked" in wxRadioButton documentation.
2012-01-17  Stefan Csomormissing commit, see #10269
2012-01-17  Julian SmartAdded drawing context to allow 'virtual' (dynamic)...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkRemoved unused, wrong wxDataViewCtrl code.
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-17  Julian SmartSupport for undoable application of custom properties...
2012-01-17  Dimitri SchoolwerthDeleted SetTypeFromExtension.sea.hqx.
2012-01-17  Dimitri SchoolwerthDeleted makefile.mgl.
2012-01-17  Dimitri SchoolwerthFixed keyboard navigation in generic tree control.
2012-01-16  Julian SmartFixed duplicate comment #13871
2012-01-16  Vadim ZeitlinOnly return the requested data from generic wxListCtrl...
2012-01-16  Vadim ZeitlinSet all event fields correctly for drag events in gener...
2012-01-16  Vadim ZeitlinRemove more non-standard keywords from wxWebView MSW...
2012-01-16  Steve LamertonRemove MSVC specific specifiers from wxWebView code.
2012-01-15  Vadim ZeitlinFix another typo in section names in the XRC overview.
2012-01-15  Vadim ZeitlinFix wxBitmapToggleButton section name in XRC format...
2012-01-15  Steve LamertonImplement IDocHostUIHandler in wxWebViewIE to improve...
2012-01-15  Steve LamertonAdd wxActiveXContainer::QueryClientSiteInterface to...
2012-01-15  Vadim ZeitlinFix minor errors in XRC format overview.
2012-01-15  Vadim ZeitlinRemove __WXMGL__ tests from the samples too.
2012-01-15  Julian SmartAdded min and max size to box attributes; made property...
2012-01-15  Václav SlavíkDon't crash if XRC file contains '_' at the end of...
2012-01-15  Stefan Csomornative maxlength support, fixes #10269 (for osx_cocoa)
2012-01-15  Stefan Csomorremoving duplicated method, wiring native maxlength...
2012-01-15  Stefan Csomorallow native max length support, see #10269
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove empty PalmOS-related directories.
2012-01-15  Vadim ZeitlinRemove more Palm OS left overs.
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Vadim ZeitlinFix unit test build with wxUSE_ZIPSTREAM or wxUSE_TARST...
2012-01-15  Vadim ZeitlinFix variable name in wxFTP example in the documentation.
2012-01-15  Vadim ZeitlinDocument wxFileCtrl as being in the core library, not...
2012-01-15  Stefan Csomorpatch applied with thanks, fixes #13865
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2012-01-15  Vadim ZeitlinRemove the documentation of non-existent wxNO_T macro.
2012-01-15  Vadim ZeitlinCorrect wrong checks for wxUSE_OWNER_DRAWN.
2012-01-14  Paul Cornettin addition to key events, also prevent unhandled mouse...
2012-01-14  Vadim ZeitlinFix the size of the font returned from wxTextCtrl:...
2012-01-14  Vadim ZeitlinUpdate wxNotebook selection when user changes the page...
2012-01-14  Václav SlavíkFix wxDataViewCtrl::GetMainWindow() signature on OS X.
2012-01-14  Václav SlavíkMake column width calculations in wxDataViewCtrl and...
2012-01-13  Robin Dunnadd post-commit to svn too
2012-01-13  Robin DunnAlso exclude generated wxPython html files from pre...
2012-01-13  Vadim ZeitlinCall tzset() for all compilers before using time zone...
2012-01-13  Vadim ZeitlinCorrect handle passed to DocumentProperties() in MSW...
2012-01-13  Vadim ZeitlinUpdate broken link to manifest documentation on MSDN.
2012-01-13  Jouk JansenUpdate makefiles for OpenVMS
next