summaryrefslogtreecommitdiff
path: root/src/PSEditText.cxx
AgeCommit message (Collapse)Author
2020-11-12replace strncpy, stncat with strcpy, strcat to avoid compile warningHEADmasterJohannes Hofmann
gcc warns "specified bound depends on the length of the source argument". As the buffer has been allocated specifcally to hold src and destination strings there is no point in using strn* functions here. See also: https://stackoverflow.com/questions/56782248/gcc-specified-bound-depends-on-the-length-of-the-source-argument
2011-09-20bring in utf8 changes from fltk2 branchJohannes Hofmann
2009-01-15update copyrightJohannes Hofmann
2007-07-17reindent using vimJohannes Hofmann
2007-07-17update copyright stringsJohannes Hofmann
2006-07-15only set modified flag if real changes have been made to the documentJohannes Hofmann
2005-06-17initial color support Johannes Hofmann
initial color support
2004-10-21implemented tag replacement Johannes Hofmann
implemented tag replacement
2004-10-21separated model out from PSEditWidget Johannes Hofmann
separated model out from PSEditWidget