Update OpenVMS makefile
[wxWidgets.git] / src / osx / cocoa / textctrl.mm
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-12  Stefan Csomorsupporting max len event
2013-06-04  Stefan Csomorrefactoring focus handling
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-28  Vadim ZeitlinDon't assume that wxTE_RICH(2) implies wxTE_MULTILINE...
2012-11-28  Stefan Csomoradding some additional fixes for programmatic selection...
2012-11-28  Stefan Csomorsupporting selection methods when not focused, closes...
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-07-21  Stefan Csomorturning off undo for setter, otherwise memory gets...
2012-07-07  Stefan Csomorfixing double focus ring under 10.7, emulating only...
2012-07-04  Stefan Csomorsupporting alignment in single line controls, see ...
2012-06-13  Stefan Csomorproper init
2012-02-22  Stefan Csomorcatching default button handling also in password fields
2012-01-15  Stefan Csomornative maxlength support, fixes #10269 (for osx_cocoa)
2011-12-11  Vadim ZeitlinFix harmless warning in wxOSX with 10.7 SDK.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-30  Vadim ZeitlinAvoid bogus focus loss event when wxTextCtrl is modifie...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-09  Stefan Csomorbetter retain/release semantics
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-13  Stefan Csomorpreparing for completions support
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-02  Stefan Csomorproper focus lost for multiline textfields and having...
2011-02-08  Stefan Csomordisabling multiline text controls correctly
2011-01-26  Stefan Csomorsupport for hints, fixing textfield implementation...
2010-11-06  Stefan Csomorrouting the tab, return events for single line fields...
2010-11-05  Vadim ZeitlinRemove duplicate wxEVT_COMMAND_TEXT_ENTER generation...
2010-08-17  Stefan Csomorfixes horizontal scrolling in textfields, fixes #12322
2010-07-28  Vadim ZeitlinFix wxOSX wxTextCtrl refactoring of r65129.
2010-07-28  Vadim ZeitlinAdd association between wxOSX wxTextWidgetImpl and...
2010-07-28  Vadim ZeitlinFix harmless float to int conversion warnings in wxOSX...
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2009-11-26  Kevin OllivierAllow OS X Cocoa (or any OS X port) to override GetBest...
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
2009-11-11  Kevin OllivierRun sanity checks on the position values.
2009-11-01  Kevin OllivierStart on Get/SetStyle support for OS X Cocoa wxTextCtrl.
2009-10-01  Stefan Csomorfixing setting initial value under osx_cocoa for single...
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-05-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-04-20  Stefan Csomorcontent must be changeable by wx even though control...
2009-04-15  Stefan Csomortextctrl fixes
2009-03-25  Stefan Csomoradding support for focus events to multiline textctrl
2009-03-25  Stefan Csomorsupporting kill focus for single line text controls
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-14  Kevin Ollivierimplement EVT_TEXT and EVT_TEXT_ENTER for NSTextView...
2009-03-05  Kevin OllivierEnsure that WriteText moves the selection to the end...
2009-02-27  Stefan Csomorapplying patch, fixes #10524
2009-02-22  Kevin OllivierAdd support for EVT_TEXT in OS X Cocoa.
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2008-10-10  Stefan Csomormoving embedding to common API
2008-09-30  Stefan Csomorsupporting NO_BORDER for Cocoa as well
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...