summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Buffer.cxx
AgeCommit message (Expand)Author
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-05-15Fix "misleading indentation" in Fl_Text_Buffer.cxxNewton
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2017-10-08Added printf() and vprintf() to Fl_Text_BufferGreg Ercolano
2017-07-26Fix confusing behavior of class Fl_Text_Selection.Albrecht Schlosser
2016-12-17Handle non-ASCII characters when selecting a word or moving the cursor by one...Manolo Gouy
2016-12-05Fl_Text_Buffer constructor: fix "requestedSize ignored in mGapEnd".Albrecht Schlosser
2016-04-09Fix typos.Albrecht Schlosser
2014-01-25Fix potential memory leak in text buffer (STR # 3035).Albrecht Schlosser
2012-04-21STR2783: make potential null string substituted to an empty string, still ach...Fabien Costantini
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-03-02Minor comment rewordingManolo Gouy
2012-03-01Docs + cosmetics only.Greg Ercolano
2012-03-01Fix STR#2808: corruption bug with Fl_Text_Buffer::insertfile().Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-15Homogenize use of re-encoding and transcoding (in favor of the latter).Manolo Gouy
2010-12-15Removed compilation warning.Manolo Gouy
2010-12-10Fix STR #2348. Files encoded with UTF-8 or CP1252 are accepted. Any non-UTF-8...Manolo Gouy
2010-12-08Fixed Windows text file line endings, as discussed in STR 2348 andAlbrecht Schlosser
2010-12-07Restoring the non-binary read for MSWindows files. Still, I think this is har...Matthias Melcher
2010-12-06Ooops, Fl_Text_Buffer::insertfile must read in binary format, or it will scre...Matthias Melcher
2010-12-06Fixed case when reading empty fileMatthias Melcher
2010-12-06Fixed Fl_Text_Editor::insert_file to load all text in a single chung to avoid...Matthias Melcher
2010-12-06Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will no...Matthias Melcher
2010-12-02Fixed Doxygen comments, typos, and a few indenting issues.Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-27Preliminary implementation of Tab characters insisde Fl_Text-*. We still need...Matthias Melcher
2010-11-08Added smarter Macro to check for utf-8 violations in Fl_Text_*Matthias Melcher
2010-11-07Implemented search backwards for utf-8. Tested on MSWindows - OK. Tested on L...Matthias Melcher
2010-11-06Better alignment testingMatthias Melcher
2010-11-06Removed some unused stuff and duplicates.Matthias Melcher
2010-11-06UTF8 Text Display and Editor: added tons of tests for utf8 alignment, fixed a...Matthias Melcher
2010-11-06Working on correct line wrapping in Fl_Text_Display: starting to replace all ...Matthias Melcher
2010-11-04Starting to rework Fl_Text_Display from scratch to make wrapping work correct...Matthias Melcher
2010-11-03STR 2158: partially solved. This commit is huge, I admit. I recoded most of F...Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-10-22Remove OS X Xcode compiler warnings.Matthias Melcher
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2010-04-20added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.cengelsman
2010-04-18Fl_Text_Buffer/Display fixes for UTF-8 / STR-2158 (part 1)engelsman
2010-04-06Marked some more issues with Fl_Text_...Matthias Melcher
2010-04-05Another update to Fl_Text_Buffer. This is by no means perfect, but at least i...Matthias Melcher
2010-04-05Validated utf-8 safety of Fl_Text_Selection.Matthias Melcher
2010-04-05Little fix that will keep Fl_Text_Display from crashing on German umlauts. Th...Matthias Melcher
2010-04-05Holy Gucamole! NEdit was designed with 'C' style strings in mind. Until that ...Matthias Melcher
2010-04-05Adde /todo tags to all function which I will remove as soon as I am sure that...Matthias Melcher
2010-04-05I humbly apologize for this commit, but I just could not bear it anymore. I m...Matthias Melcher
2009-07-04Fl_Text_Display C code simple refactoring:Fabien Costantini