summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Display.cxx
AgeCommit message (Expand)Author
39 hourswipmaxim nikonov
2026-01-24Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.ManoloFLTK
2025-01-11 Fl_Text_Editor::wrap_mode(Fl_Text_Display::WRAP_AT_BOUNDS, 0) hurts scrollin...ManoloFLTK
2024-10-19Fixes Fl_Text_Display line number calculation. (#1088)Matthias Melcher
2024-10-15Fix documentation typos and trailing whitespaceAlbrecht Schlosser
2024-10-06Fl_Text_Display: Fix text selection off-by-one bug (#1080)Andrew Fuller
2024-09-28Fix bug in Fl_Text_Display when tab is followed by multibyte charAndrew Fuller
2024-08-12Further accelerating Fl_Text_Display (#596)Matthias Melcher
2024-08-04Optimize Fl_Text_Display scrolling speed (#596).Matthias Melcher
2024-01-29RFC: Different approach to Editor tutorial (see #189) (#883)Matthias Melcher
2024-01-25Fix mousewheel problem with Fl_Text_Editor (issue #879)Greg Ercolano
2024-01-11#885: Fixes keyboard text selection in Fl_Text_EditorMatthias Melcher
2023-12-28Adds Fl_Input RMB menu translation to test/preferencesMatthias Melcher
2023-12-21Fix "Fl_Input popup menu customize doesn't work" (#874)ManoloFLTK
2023-11-26Restores mouse pointer before popping up cut/copy/paste menuMatthias Melcher
2023-11-25Adds pulldown menu to Fl_Text_Display and ..._EditorMatthias Melcher
2023-11-23Added safety when calling Text_Display methodsMatthias Melcher
2023-11-07Fixes initial calculation of line number in Fl_Text_Display (#830)Matthias Melcher
2023-10-10Fix default color of ATTR_GRAMMAR/ATTR_SPELLING (#790)leen
2023-04-14Fixed leak in Fl_Text_Buffer #716Matthias Melcher
2023-02-07Fix "\todo TextDPosToLineAndCol does not exist"ManoloFLTK
2023-02-07Fix "\todo TextDEndOfLine and BufEndOfLine functions don't exist"ManoloFLTK
2023-02-06Fix "\todo Complete documentation of class Fl_String"ManoloFLTK
2023-01-28Fix comments and remove a 'todo' item from docsAlbrecht Schlosser
2022-12-09Suppress (GitHub CI/wayland) compiler warningAlbrecht Schlosser
2022-12-09Fix Fl_Text_Display drawing of line numbers (#578)wcout
2022-11-24Fix two Visual Studio compiler warningsAlbrecht Schlosser
2022-11-22Fix selection extension in Fl_Text_*, issue 196 (#550)Matthias Melcher
2022-11-12Removed FIXME comment that was already solved.Matthias Melcher
2022-11-05Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.ManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-01-30Adding Text_Display color variables. (#384)Matthias Melcher
2022-01-27Background color attribute for Fl_Text_Display. (#378)Matthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2021-12-17Updated Unicode utf8 byte limit in docs.Matthias Melcher
2021-12-17GitHub #233, documenting style buffers and utf8.Matthias Melcher
2021-12-12Fix IME problem (issue #270)YX
2021-12-08STR 3460.C: Code Properties remembers the editor's scroll bar position.Matthias Melcher
2021-03-13Fast pango (#201)ManoloFLTK
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2020-09-17Noted unused variable in Fl_Text_Display..Greg Ercolano
2020-09-16Added Fl_Text_Display::style_buffer(), solves issue #138Greg Ercolano
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-03-08Update Fl_Text_Display documentationAlbrecht Schlosser
2020-02-11Fix static analyzer issues in Fl_Text_DisplayAlbrecht Schlosser
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2019-02-04Fixed Fl_Text_Editor selection range after paste (STR #3248).Matthias Melcher