13 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)

Author SHA1 Message Date
Ian MacArthur 6f4c59079f This change to fluid's CodeEditor ought to make it honour textsize changes 13 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Matthias Melcher e454f97acc Fixed Copyright to 2010. 15 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Fabien Costantini ae697b80b2 Doxygen documentation : took the opportunity to update copyright info as we modified already in batch almost all sources, added also a fil doxygen command to class headers to harmonize with original matt Fl_Widget dox. format. 17 years ago
Matthias Melcher d90102f9d2 Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow text editing in the Code Viewer and re-enter the code into the UI, but that is currently close to impossible to implement 19 years ago
Matthias Melcher d3db965083 Fixed a few memory faults found by Valgrind (yes, I finally got my Linux 20 years ago
Michael R Sweet fa517add2e Clear style buffer in destructor. 20 years ago
Michael R Sweet 067d1d8a61 Updated the default label and text colors of all widgets to use 20 years ago
Matthias Melcher 35b28fafd1 last character in CodeEditor (Fluid) would disappear under certain circumstances. The problem is two consecutive calls to Fl_Text_Buffer::insert() which first insert a newline, then indent the text by two spaces. The first 'insert' marks the text all the way to the end for redraw. The second 'insert' adds two characters, however the last character for redraw remains the previously last character, hence the very last two characters are not redrawn. 20 years ago
Michael R Sweet 9e84259e6c Add auto-indent to code editor. 21 years ago
Michael R Sweet 325dc85b2c Fix syntax highlighting bug in the editor demo, and port changes to the 21 years ago
Michael R Sweet e852b736ad Initial integration with editor-based CodeEditor class (only the widget 21 years ago