index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fluid
/
CodeEditor.cxx
Age
Commit message (
Expand
)
Author
2016-09-20
Update fluid files and copyright.
Albrecht Schlosser
2016-08-30
Bringing over fix [r11880] from 1.3 current to the porting branch.
Greg Ercolano
2016-08-16
Bringing over fix [r11875] from 1.3 current to the porting branch.
Greg Ercolano
2016-04-05
Fix more compiler warnings.
Albrecht Schlosser
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2015-04-04
Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid.
Matthias Melcher
2015-04-04
STR #3184: fixed code editor in Fluid to check the previous line for a block ...
Matthias Melcher
2014-12-19
Fixes STR #3169, comments #4, #5 and #7.
Greg Ercolano
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2012-04-13
This change to fluid's CodeEditor ought to make it honour textsize changes
Ian MacArthur
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2009-01-01
Changed the copyright to 2009 for header files. Still todo: src and test dire...
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2006-04-28
Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow...
Matthias Melcher
2005-12-30
Fixed a few memory faults found by Valgrind (yes, I finally got my Linux
Matthias Melcher
2005-11-04
Clear style buffer in destructor.
Michael R Sweet
2005-10-30
Updated the default label and text colors of all widgets to use
Michael R Sweet
2005-07-22
last character in CodeEditor (Fluid) would disappear under certain circumstan...
Matthias Melcher
2005-03-24
Add auto-indent to code editor.
Michael R Sweet
2005-03-23
Fix syntax highlighting bug in the editor demo, and port changes to the
Michael R Sweet
2005-03-21
Initial integration with editor-based CodeEditor class (only the widget
Michael R Sweet