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
2023-08-26
Fixes a bunch of typos in comments.
Matthias Melcher
2023-01-05
Add close buttons for individual tabs in Fl_Tabs (#628)
Matthias Melcher
2022-11-26
Handle Fluid project settings better (#556)
Matthias Melcher
2022-11-23
Fluid: Fix variable naming and a memory leak
Matthias Melcher
2022-11-09
Fluid Fl_Widget::image() path fixes. (#536)
Matthias Melcher
2021-12-10
Fluid: clean up Doxyfile, fix two minor doxygen issues
Albrecht Schlosser
2021-12-09
STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.
Matthias Melcher
2021-12-08
Fluid: restructuring and commenting.
Matthias Melcher
2021-08-30
Fix Windows (VS) compiler warnings in fluid
Albrecht Schlosser
2020-11-01
Handle single quotes
Greg Ercolano
2020-11-01
Code cleanup: moved keyword/type arrays to StyleParse
Greg Ercolano
2020-11-01
Rewrite CodeEditor syntax highlighting for issue #135
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
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