Fix wxComboCtrlBase::DoGetSizeFromTextSize() performance regression.
[wxWidgets.git] / src / osx / cocoa /
2013-08-14  Stefan Csomorusing terminate: terminates prematurely, OnExit is...
2013-08-14  Stefan Csomorusing #ifdef wxABORT_ON_CONFIG_ERROR not just #if as...
2013-08-06  Vadim ZeitlinFix column sorting UI in wxDataViewCtrl under wxOSX.
2013-08-05  Stefan Csomorfollow up parent chain to properly support modal dialog...
2013-07-28  Stefan Csomorfirst attempt at adding the minimal set needed for...
2013-07-28  Stefan Csomorchanging to allow for 2x ramping up NSApp run
2013-07-28  Stefan Csomorusing Run of base class
2013-07-27  Stefan CsomorOSX adaptions
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-22  Stefan Csomorfurther routing into wxApp
2013-07-22  Stefan Csomorcocoa wiring
2013-07-15  Vadim ZeitlinAdd wxUSE_PREFERENCES_EDITOR and the corresponding...
2013-07-15  Vadim ZeitlinDon't use images in wxToolBar with wxTB_NOICONS in...
2013-07-11  Stefan Csomoradapt to wx conventions for scroll wheel differences...
2013-07-10  Vadim ZeitlinAdd default ctors and Create() to wxDirDialog and wxFil...
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd "OSX" prefix to wxCFEventLoop::DoRun() and DoStop...
2013-06-19  Stefan Csomorusing common GetContentScaleFactor throughout part 2/2
2013-06-17  Stefan Csomorfixing sdk compilo
2013-06-17  Stefan Csomoradding magnification API into the wxWindow classes...
2013-06-14  Vadim ZeitlinHandle NULL flags argument in wxOSX wxNotebook::HitTest().
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 Csomoras the native control doesn't check the min max values...
2013-06-12  Stefan Csomoradding hook, but unfortunately no solution yet for...
2013-06-12  Stefan CsomorClear is also expected to clear the text
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
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-03  Stefan Csomoravoiding focus lost events when a different subview...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-06-03  Stefan Csomormake sure mouse moved events are always delivered,...
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-05-31  Stefan Csomormake sure we have a default handling the quit command...
2013-05-21  Vadim ZeitlinUse the best instead of current page size in OS X prefe...
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-05-16  Vadim ZeitlinAllow to specify the title used by wxPreferencesEditor...
2013-05-12  Stefan Csomordeactivating r65382 see #12267 (which does not seem...
2013-05-10  Stefan Csomorapplying editor part of patch, see #15003
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-11  Stefan Csomormore specific solution to tooltips appearing on neighbo...
2013-03-10  Stefan Csomorsupporting also mouse entered / exited events which...
2013-03-10  Stefan Csomormake sure dialogs can support alpha transparency sliders
2013-03-10  Stefan Csomoravoid multiple mouse moved events, refs #15072
2013-03-10  Stefan Csomortrying to solve cursor update problems with AUI, refs...
2013-03-07  Stefan Csomoravoid infinite recursion for richtooltops, (hopefully...
2013-03-06  Stefan Csomorimplementing canBecomeKeyView for user panes, native...
2013-03-03  Stefan Csomorissue NUMPAD constants only for Key but not for Char...
2013-03-02  Stefan Csomorenabling cursor events, fixes #15044
2013-02-28  Stefan Csomorenabling menu close event, fixes #15069
2013-02-28  Václav SlavíkAdd wxPreferencesEditor class.
2013-02-28  Václav SlavíkAdd support for Cocoa's selectable toolbar items.
2013-02-17  Stefan Csomorapplying patch, closes #13045
2013-01-20  Stefan Csomorworkaround for crash, see #14906
2012-12-29  Vadim ZeitlinSpelling fixes in comments in wxOSX.
2012-12-28  Vadim ZeitlinDon't assume that wxTE_RICH(2) implies wxTE_MULTILINE...
2012-12-23  Stefan Csomorremoving outdated code
2012-12-23  Stefan Csomoradding isFlipped to userpane
2012-12-23  Stefan Csomortry support for native isFlipped usage and coalesce...
2012-12-14  Stefan Csomorsupport SDK < 10.6, fixes #14902
2012-12-14  Stefan Csomoravoid double up events for static text, fixes #14902
2012-11-28  Vadim ZeitlinFix bezel used for bitmap buttons in wxOSX/Cocoa.
2012-11-28  Stefan Csomoradding some additional fixes for programmatic selection...
2012-11-28  Stefan Csomorsupporting selection methods when not focused, closes...
2012-11-27  Stefan Csomorsimulating focus events, see #13495
2012-11-27  Stefan Csomoremulating wx' focus-lost behavior
2012-11-27  Stefan Csomorspell error fixed
2012-11-23  Stefan Csomorsupport for custom app controllers, override OSXCreateA...
2012-11-23  Stefan Csomorfixing overrelease and out-of-bounds write, fixes ...
2012-11-19  Stefan Csomorimplementing delayed freezing, fixes #12865
2012-11-08  Stefan Csomorsupport for freeze and thaw under cocoa
2012-11-04  Vadim ZeitlinEnsure that paths used inside wxOSX are always in NFC...
2012-11-04  Vadim ZeitlinImplement setting default wxTextCtrl style in wxOSX.
2012-11-04  Vadim ZeitlinNo changes, just remove unnecessary wxTextAttr tests.
2012-11-04  Vadim ZeitlinSuppress warnings about NSText not responding to setAll...
2012-11-04  Vadim ZeitlinUpdate the button bezel to account for multi-line label...
2012-11-04  Vadim ZeitlinNo changes, just rename OSXSetAcceleratorFromLabel().
2012-11-04  Vadim ZeitlinNo real change, just make bezel setting code in wxOSX...
2012-11-02  Stefan Csomorusing smaller size for font on non native toolbar
2012-11-02  Stefan Csomorusing button impl
2012-11-02  Stefan Csomorexposing common used button impl class
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-29  Vadim ZeitlinFix the use of obsolete wxDD_NEW_DIR_BUTTON in wxOSX.
2012-10-29  Vadim ZeitlinNo changes, just avoid code duplication in wxOSX wxDirD...
2012-10-28  Vadim ZeitlinImplement support for button mnemonics in wxOSX/Cocoa.
2012-10-28  Vadim ZeitlinImplement image support for wxNotebook pages in wxOSX...
2012-10-28  Vadim ZeitlinFix the pages range in the print dialog in wxOSX.
2012-09-08  Vadim ZeitlinFix some typos in the comments in wxOSX code.
2012-09-06  Stefan Csomorrestrict change from r71719 because otherwise apps...
2012-08-29  Stefan Csomoravoid duplication in native dialog
2012-08-29  Stefan Csomoruse global NSLayoutManager
next