Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src /
2013-06-21  Vadim ZeitlinFix Unix build with libSDL 2 in debug mode.
2013-06-19  Stefan Csomorfixing iPhone build
2013-06-19  Stefan Csomorusing common GetContentScaleFactor throughout part 2/2
2013-06-19  Václav SlavíkFix GetMsgCatalogSubdirs() to do as documentation says.
2013-06-19  Václav SlavíkBe case insensitive when looking for language catalogs...
2013-06-18  Steve LamertonEnsure that the default wxWebView backends are registered.
2013-06-17  Julian SmartFixed loading of whole file:... specification of a...
2013-06-17  Stefan Csomorfixing sdk compilo
2013-06-17  Stefan Csomoradding magnification API into the wxWindow classes...
2013-06-16  Václav SlavíkRemove superfluous call in wxTranslations::LoadCatalog().
2013-06-16  Vadim ZeitlinImprove wxGrid cell wrapping in wxGridCellAutoWrapStrin...
2013-06-15  Vadim ZeitlinRestore case-insensitivity for file name matching under...
2013-06-15  Vadim ZeitlinFix formatting of the local time zone when DST is in...
2013-06-15  Stefan Csomoradding new constructor for best dc-compatibility of...
2013-06-15  Stefan Csomoruse common bottleneck
2013-06-14  Vadim ZeitlinDon't crash in wxWebView under OS X if custom URI is...
2013-06-14  Vadim ZeitlinHandle NULL flags argument in wxOSX wxNotebook::HitTest().
2013-06-13  Stefan Csomorfixing correct delete key
2013-06-13  Stefan Csomorfixes to pass tests
2013-06-13  Stefan Csomorreusing existing API
2013-06-13  Vadim ZeitlinRemove the unused code instead of commenting it out.
2013-06-13  Vadim ZeitlinUse two step creation of wxListHeaderWindow to avoid...
2013-06-13  Stefan Csomormake methods available to all ports
2013-06-13  Stefan Csomorfixing reentrancy which happened in tests, bringing...
2013-06-13  Stefan Csomorslight adaption, shorter max wait
2013-06-12  Stefan Csomoradding missing include
2013-06-12  Stefan Csomorsupporting max len event
2013-06-12  Stefan Csomorquite ugly workaround, but even the engineers at WWDC...
2013-06-12  Stefan Csomorguarding open combo box against AppDefined NSEvents...
2013-06-12  Stefan Csomorguarding open combo box against AppDefined NSEvents...
2013-06-12  Stefan Csomoradding check for invalid date
2013-06-12  Stefan Csomoras the native control doesn't check the min max values...
2013-06-12  Vadim ZeitlinDon't translate closing single quote in the font face...
2013-06-12  Julian SmartThe style listbox now takes into account the style...
2013-06-12  Stefan Csomoradding hook, but unfortunately no solution yet for...
2013-06-12  Stefan Csomorcocoa needs a special implementation for read-only...
2013-06-12  Stefan CsomorClear is also expected to clear the text
2013-06-11  Stefan Csomoradding default impl
2013-06-11  Stefan Csomoradd more high-level event concepts, fixing native butto...
2013-06-11  Stefan Csomornotify the event loop that synthesized events are on...
2013-06-11  Stefan Csomorbetter support for ui action simulation
2013-06-11  Václav SlavíkUse correct extensions in wxDynamicLibrary::Canonicaliz...
2013-06-11  Julian SmartUntranslated strings now won't be overwritten by regene...
2013-06-11  Julian SmartFixed a refresh bug due to the optimized refresh rect...
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-06-10  Vadim ZeitlinAvoid problems when reparenting a TLW under a child...
2013-06-10  Vadim ZeitlinFix crash when undoing the deletion of a nested table...
2013-06-10  Vadim ZeitlinDon't mark the strings "1", "2", ... "10" as translatable.
2013-06-08  Vadim ZeitlinUse library-specific description in their version resou...
2013-06-08  Vadim ZeitlinSimplify the version information resource definition...
2013-06-08  Vadim ZeitlinAdd back the copyright symbol to the version informatio...
2013-06-08  Vadim ZeitlinUpdate copyright year in the version information resource.
2013-06-04  Stefan Csomorassociate the outline view with the impl, fixes #13748
2013-06-04  Stefan Csomorrefactoring focus handling
2013-06-04  Stefan Csomorexposing wxOSXGetViewFromResponder
2013-06-04  Stefan Csomoradding a more extensive version to arrive at the impl...
2013-06-04  Stefan Csomoradding comment
2013-06-03  Stefan Csomoravoiding reentrancy problems and congestion
2013-06-03  Stefan Csomoravoiding focus lost events when a different subview...
2013-06-03  Stefan Csomormake sure we don't execute pending deletes either when...
2013-06-03  Stefan Csomorusing ordinary Show for popup windows as on MSW which...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-06-03  Stefan Csomordeal with Cocoa as we do with Carbon, see #15008
2013-06-03  Stefan Csomormake sure mouse moved events are always delivered,...
2013-06-03  Stefan Csomormake sure button clicks etc. on a popup window don...
2013-06-02  Stefan Csomordon't take resize indicators into account if we are...
2013-06-02  Stefan Csomorpropagate scroll wheel events to parent, fixes #15187
2013-06-01  Stefan Csomorfixes potential crash under gatekeeper
2013-06-01  Stefan Csomoronly set native window level, when not using a wrapped...
2013-06-01  Paul Cornettupdate position for widgets in native containers, fixes...
2013-05-31  Vadim ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2013-05-31  Vadim ZeitlinFix wxStyledTextCtrl::SetInsertionPointEnd().
2013-05-31  Vadim ZeitlinImprove horizontal scrolling in wxRibbonControl.
2013-05-31  Vadim ZeitlinUse deferred window positioning in wxWindow::Layout...
2013-05-31  Vadim ZeitlinAdd wxWindow::BeginRepositioningChildren() and EndRepos...
2013-05-31  Vadim ZeitlinFix assert when adding columns to wxGrid using native...
2013-05-31  Stefan Csomorusing an empty default menu bar when no menubar is...
2013-05-31  Stefan Csomormake sure we have a default handling the quit command...
2013-05-31  Stefan Csomoravoiding reshow of hidden windows when app is brought...
2013-05-26  Julian SmartApplied patch for #15189 - avoid crash when deleting...
2013-05-26  Vadim ZeitlinReset row and columns count in wxRichTextTable::ClearTa...
2013-05-26  Vadim ZeitlinEnsure that detached menus don't keep focus grab in...
2013-05-26  Vadim ZeitlinFix printing multiple copies in wxMSW.
2013-05-26  Vadim ZeitlinUse C locale representation for floating point numbers...
2013-05-24  Stefan Csomorusing scan-line polygon conversion for constructing...
2013-05-24  Robin DunnAdd wxRTTI for the wxFileSystemWatcherEvent class
2013-05-22  Vadim ZeitlinFix regression in wxGTK wxFilePickerCtrl due to wxFileD...
2013-05-22  Vadim ZeitlinFix GTK+ errors during wxFilePickerCtrl destruction...
2013-05-21  Vadim ZeitlinUse the best instead of current page size in OS X prefe...
2013-05-21  Vadim ZeitlinFit modeless preferences dialog to its contents too.
2013-05-20  Vadim ZeitlinFix last count value after ReadAll() and WriteAll().
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-05-20  Vadim ZeitlinFix return value of wxCountingOutputStream::LastWrite().
2013-05-20  Vadim ZeitlinMake code reading BMP files more robust.
2013-05-20  Vadim ZeitlinAdd wxInputStream::ReadAll() and wxOutputStream::WriteA...
2013-05-19  Vadim ZeitlinPropagate wxEVT_COMMAND_TEXT_UPDATED renaming to the...
2013-05-19  Vadim ZeitlinTrigger wxLog auto-creation when getting old logger...
next