Update OS X toolkit names list in wxwin.m4.
[wxWidgets.git] / src /
2012-01-23  Stefan Csomorusing existing member
2012-01-22  Stefan NeisFixed typo in variable name, fixing #13872.
2012-01-21  Vadim ZeitlinFix reparenting generic wxSpinCtrl.
2012-01-20  Vadim ZeitlinFix time zone in wxDateTime::UNow().
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  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-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-18  Vadim ZeitlinSkip EVT_RIGHT_UP event in wxHtmlWindow if it wasn...
2012-01-18  Vadim ZeitlinAvoid needless second string conversion when adding...
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  Stefan Csomorfixing RTTI
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
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 SchoolwerthFixed keyboard navigation in generic tree control.
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-15  Steve LamertonImplement IDocHostUIHandler in wxWebViewIE to improve...
2012-01-15  Steve LamertonAdd wxActiveXContainer::QueryClientSiteInterface to...
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  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Stefan Csomorpatch applied with thanks, fixes #13865
2012-01-15  Vadim ZeitlinRemove Palm OS port.
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íkMake column width calculations in wxDataViewCtrl and...
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  Jouk JansenUpdate makefiles for OpenVMS
2012-01-12  Paul Cornettrevert r70315, key event propagation should be fixed...
2012-01-12  Paul Cornettprevent unhandled key events from propagating up parent...
2012-01-11  Václav SlavíkDon't react to Enter/Space/F2 with modifiers in generic...
2012-01-11  Vadim ZeitlinAdd wxUSE_OWNER_DRAW checks to wxMSW wxMenu code.
2012-01-10  Vadim ZeitlinFix UI in generic wxListCtrl when pressing cursor arrow...
2012-01-10  Dimitri SchoolwerthFixed clicking on MSW slider not changing value with...
2012-01-10  Vadim ZeitlinFix wxFrame::AttachMenuBar() compilation under Windows CE.
2012-01-10  Vadim ZeitlinUse wxAbort() instead of abort() to fix Windows CE...
2012-01-10  Vadim ZeitlinAdded wxAbort() which can also be used under Windows CE.
2012-01-10  Vadim ZeitlinAdd missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks...
2012-01-09  Václav SlavíkDon't crash in generic wxDataViewCtrl if selected colum...
2012-01-09  Vadim ZeitlinUse wxT() instead of _T() in XTI code.
2012-01-09  Vadim ZeitlinUse wxT(), not _T(), in wxRichText code.
2012-01-09  Julian SmartImproved layout, in particular passed a container size...
2012-01-09  Dimitri Schoolwerthno code changes, fixed some typos
2012-01-09  Jouk JansenCorrection for the #define wxUSE_DRAG_AND_DROP 0 case
2012-01-09  Paul Cornettmove render params out of wxDataViewCustomRenderer
2012-01-08  Julian SmartFixed default style setting to take into account text...
2012-01-08  Vadim ZeitlinFix menu creation in wxOSX/Carbon when using wx in...
2012-01-08  Vadim ZeitlinEnhance wxRibbonToolBar functionality to wxRibbonButton...
2012-01-08  Vadim ZeitlinDon't generate drag events without valid item in wxGene...
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2012-01-08  Vadim ZeitlinAnother wxOSX/Carbon compilation fix after wxListCtrlBa...
2012-01-08  Paul Cornettuse correct signature for init functions
2012-01-08  Paul Cornettremove unnecessary class definitions and variables
2012-01-08  Paul Cornettremove unnecessary finalize overrides
2012-01-08  Vadim ZeitlinFix wxOSX/Carbon compilation after wxListCtrlBase intro...
2012-01-07  Vadim ZeitlinImprove column auto-sizing code in generic wxListCtrl.
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinAdd convenient wxListCtrl::AppendColumn() wrapper.
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-07  Vadim ZeitlinSet Z-position correctly for wxEVT_JOY_ZMOVE events.
2012-01-07  Vadim ZeitlinJoystick messages coordinates are unsigned, treat them...
2012-01-05  Julian SmartRemoved compilation ambiguity between different forms...
2012-01-05  Julian SmartFixed box style application.
2012-01-05  Julian SmartFixed #13833: wxRichTextCtrl: 'Copy' can grab an extra...
2012-01-05  Vadim ZeitlinEnsure that wxListEvent::m_itemIndex and m_item.m_itemI...
2012-01-05  Vadim ZeitlinDon't fill wxListEvent::m_item when using virtual list...
2012-01-05  Vadim ZeitlinImplement support for "%z" in wxDateTime::Format()...
2012-01-04  Julian SmartAdded box style functionality to style manager dialog
2012-01-04  Julian SmartImplement missing wxTextBoxAttr::IsDefault function
2012-01-04  Julian SmartPossible fix for #13821: wxRichTextCtrl using 100% CPU
2012-01-04  Julian SmartBackground now drawn within the border instead of beyon...
2012-01-04  Vadim ZeitlinFix wxRibbon compilation when wxUSE_TOOLTIPS==0.
2012-01-04  Julian SmartFixed border drawing bug when width is more than 1
2012-01-04  Jouk JansenUpdate makefile for OpenVMS
2012-01-04  Stefan Csomorfixes #13826
2012-01-03  Julian SmartDisable drag and drop if the control is not editable
next