Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-01-05  Stefan Csomorallowing vertical scrolling even if wxTE_NO_VSCROLL...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-11-21  Kevin OllivierAllow spell-checking to be turned off with the MLTE...
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-09  Paul Cornettremove unused stuff
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Robin Dunnremove superfluous assert
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-30  Julian SmartDon't skip event if default processing has inserted...
2006-08-13  Vadim Zeitlinremoved code for non-compositing case to fix the compil...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-10  Stefan Csomornumpad keys didn't trigger an update (reason for bug...
2006-06-08  Stefan Csomormissing else
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-21  Stefan Csomorhack around a UnicodeEditTextControl which does not...
2006-05-20  Stefan Csomorhacking around a missed-scroll bug in multi-line text...
2006-05-18  Stefan Csomorusing ATSUI also in textctrl
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Stefan Csomormb2wc fixes
2006-04-08  Stefan Csomorallowing the suppression of SetValue event-triggering...
2006-04-07  Stefan Csomorapplied patch 1466370
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-02-04  Stefan Csomordeactivate read-only implementation for unicodetextcont...
2006-01-27  Vadim Zeitlindon't eat all events if m_maxLength is 0: this means...
2006-01-26  Stefan Csomorimplementing pure carbon event behaviour, getting rid...
2006-01-10  David Surovellcleanup - reformat - 4th pass
2006-01-05  David Surovellported KO's v262 change forward
2006-01-05  David Surovellcleanup - reformat (part 3)
2006-01-05  David Surovellcleanup - reformat (part 2)
2006-01-04  David Surovellcleanup - reformat
2005-11-30  David Surovellreadability cleanup
2005-11-07  Stefan Csomorcleanup
2005-11-03  Stefan Csomorsupport for 10.4 provided context menu
2005-11-02  Stefan Csomordefault implementations for Replace and Remove
2005-09-25  Vadim ZeitlinMac compilation fix after const patch
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Vadim Zeitlinadd missing braces to quiet gcc warnings about missing...
2005-07-31  Stefan Csomoradding 'select all' semantics
2005-07-29  Stefan Csomoradded intl.h for contextmenu
2005-07-25  Stefan CsomorAdding David Surovell's fixes and extensions
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-08  Stefan CsomorUniChar being platform endian
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-10  Stefan Csomorcleanup
2005-04-10  Kevin HockkTXNDoFontSubstitutionMask requires OS X 10.3 (undefine...
2005-04-07  Stefan Csomorusing font substitution (allows for fallbacks when...
2005-04-05  Stefan Csomoruse EditUnicodeText control for single lines
2005-04-03  Stefan Csomoralways forcing a relayout when position changes, making...
2005-04-02  Stefan Csomorupdating positioning after embedding is set correctly
2005-04-01  Stefan Csomoradding correct handling of uncovering or covering contr...
2005-03-31  Stefan Csomorsetting the view rectangle explicitely to allow for...
2005-03-31  Stefan Csomorcleanup
2005-03-30  Stefan Csomorturning off carbon events for testing
2005-03-30  Stefan Csomoravoiding caret in all textctrls in 10.2
2005-03-30  Stefan Csomorpropagating visibility states into MLTE (otherwise...
2005-03-10  Stefan Csomorcursor setting corrected
2005-02-27  Stefan Csomorold style casts for no-rtti builds
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-25  Stefan Csomornew MLTE implementation, using our own scrolling
2005-02-24  Stefan Csomorunder compositing windows when using the 'classic'...
2005-02-23  Stefan CsomorHITextView fixed
2005-02-23  Stefan Csomorswitch OSX implementations to unicode text ctrl meanwhile
2005-02-23  Stefan Csomorrevamping classic MLTE implementation
2005-02-21  Stefan Csomorwarning cleanup
2005-02-21  Stefan Csomorfirst step into modernizing MLTE-Classic as it still...
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-09  Stefan Csomoradded hack for making scrollbars really disappear under...
2005-01-09  Stefan Csomordraw the focus rect ourselves
2004-12-31  Robin DunnSend EVT_TEXT from wxTextCtrl::SetValue to conform...
2004-12-02  Kevin HockHonor value of SetMaxLength, at least when typing ...
2004-11-10  Stefan Csomortext attributes corrected
2004-11-05  Ryan Nortonswitch needsfocusrect to hiveiw version
2004-11-04  Ryan Nortonremove hack since it doubly-draws focus rects
2004-09-26  Ryan NortonFix some of vadim's compilation problems
2004-09-26  Stefan Csomormaking newline fixes depending on the encoding of \n
2004-09-26  Ryan Nortoninfo
2004-09-26  Ryan NortonFix 10.2 focus issues
2004-09-25  Stefan Csomormaking returns in a line to always be \n (13 in CFM...
2004-09-25  Ryan Nortonnote that I modified it
2004-09-25  Ryan NortonFixed GetLineLength and GetLineText for MLTE text contr...
2004-09-24  Ryan Nortonremove unused varaible
next