]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa/textctrl.mm
Ensure that WriteText moves the selection to the end and scrolls to the end, and...
[wxWidgets.git] / src / osx / cocoa / textctrl.mm
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 ...