summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Buffer.cxx
AgeCommit message (Expand)Author
2024-08-04Optimize Fl_Text_Display scrolling speed (#596).Matthias Melcher
2023-12-01Adds some possible NULL references and small fixesMatthias Melcher
2023-11-15Remove mention of Fl_Simple_TerminalAlbrecht Schlosser
2023-05-19 Fix Fl_Simple_Terminal::append(str, len) assumes a null terminated string (...ManoloFLTK
2023-04-17Add const qualifiers to can_undo and can_redo (#720)ZJUGKC
2023-04-14Fixed leak in Fl_Text_Buffer #716Matthias Melcher
2023-02-27Fix malloc/delete mismatchMatthias Melcher
2023-02-10Infinite undo: fix compiler warningMatthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
2022-11-26Local undo per Fl_Text_Buffer and Fl_Input_ (#557)Matthias Melcher
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