..
fluid.app /Contents
Bump version numbers for next minor release: FLTK 1.4.0.
2016-01-30 00:56:42 +00:00
icons
Finish "rename" of *.xcf.gz - delete uncompressed files.
2015-11-24 14:43:20 +00:00
pixmaps
Added Table and Tree support to Fluid.
2011-01-03 08:28:38 +00:00
about_panel.cxx
Update dependencies and fluid files, fix typos.
2018-08-30 10:41:16 +00:00
about_panel.fl
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
about_panel.h
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
align_widget.cxx
Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed.
2018-06-23 20:50:22 +00:00
alignment_panel.cxx
Add missing include file <string.h>.
2018-10-22 01:04:57 +00:00
alignment_panel.fl
Add missing include file <string.h>.
2018-10-22 01:04:57 +00:00
alignment_panel.h
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
CMakeLists.txt
Fix 'fluid.app' for case sensitive macOS file systems.
2018-12-04 14:20:33 +01:00
code.cxx
Update dependencies and fluid files, fix typos.
2018-08-30 10:41:16 +00:00
CodeEditor.cxx
Update fluid files and copyright.
2016-09-20 13:31:38 +00:00
CodeEditor.h
Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid.
2015-04-04 15:06:30 +00:00
comments.h
Modifications to all LGPL headers for STR #2685 .
2011-07-19 04:49:30 +00:00
ExternalCodeEditor_UNIX.cxx
Fluid: Fix platform-specific build system (CMake + configure).
2017-02-15 20:28:13 +00:00
ExternalCodeEditor_UNIX.h
Bringing over fix [11878+11879] from 1.3 current to the porting branch.
2016-08-16 21:20:06 +00:00
ExternalCodeEditor_WIN32.cxx
Fluid: Fix platform-specific build system (CMake + configure).
2017-02-15 20:28:13 +00:00
ExternalCodeEditor_WIN32.h
Bringing over fix [11878+11879] from 1.3 current to the porting branch.
2016-08-16 21:20:06 +00:00
factory.cxx
Added new functionality to Fluid: the 'binary data' type can now include text files as well as binary files into the source code. There is an additional check box in the dialog. Terminology is now "inlined data" instead of "binary data". Texts were modified to reflect the changes.
2018-08-25 15:17:16 +00:00
file.cxx
Update fluid files and copyright.
2016-09-20 13:31:38 +00:00
Fl_Function_Type.cxx
STR 3460: remember cursor position in code editor
2019-01-13 23:32:34 +01:00
Fl_Group_Type.cxx
Fixing some minor lint, found by Pavel Shlyak using PVS studio
2018-12-27 13:05:35 +01:00
Fl_Menu_Type.cxx
Fixing some minor lint, found by Pavel Shlyak using PVS studio
2018-12-27 13:05:35 +01:00
Fl_Type.cxx
Fix string truncation in fluid (STR #2722 continued).
2016-10-28 21:42:42 +00:00
Fl_Type.h
STR 3460: remember cursor position in code editor
2019-01-13 23:32:34 +01:00
Fl_Widget_Type.cxx
STR 3460: removed nanny code for Fluid comments
2019-01-13 22:42:01 +01:00
Fl_Widget_Type.h
Modifications to all LGPL headers for STR #2685 .
2011-07-19 04:49:30 +00:00
Fl_Window_Type.cxx
Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed.
2018-06-23 20:50:22 +00:00
Fluid_Image.cxx
Added new functionality to Fluid: the 'binary data' type can now include text files as well as binary files into the source code. There is an additional check box in the dialog. Terminology is now "inlined data" instead of "binary data". Texts were modified to reflect the changes.
2018-08-25 15:17:16 +00:00
Fluid_Image.h
Running FLTK in static initializers (cont'd):
2015-12-18 18:56:58 +00:00
fluid.cxx
Avoiding crash when accessing free'd memory.
2018-10-09 19:53:05 +00:00
fluid.desktop
[CMake] Improve installation, support DESTDIR, and more (STR #3149 ).
2015-02-16 14:30:27 +00:00
fluid.xml
[CMake] Improve installation, support DESTDIR, and more (STR #3149 ).
2015-02-16 14:30:27 +00:00
function_panel.cxx
Update dependencies and fluid files, fix typos.
2018-08-30 10:41:16 +00:00
function_panel.fl
Avoiding crash when accessing free'd memory.
2018-10-09 19:53:05 +00:00
function_panel.h
Added new functionality to Fluid: the 'binary data' type can now include text files as well as binary files into the source code. There is an additional check box in the dialog. Terminology is now "inlined data" instead of "binary data". Texts were modified to reflect the changes.
2018-08-25 15:17:16 +00:00
makedepend
Update dependencies and fluid files, fix typos.
2018-08-30 10:41:16 +00:00
Makefile
Fluid: Fix platform-specific build system (CMake + configure).
2017-02-15 20:28:13 +00:00
print_panel.cxx
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
print_panel.fl
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
print_panel.h
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
Shortcut_Button.h
Modifications to all LGPL headers for STR #2685 .
2011-07-19 04:49:30 +00:00
template_panel.cxx
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
template_panel.fl
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
template_panel.h
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
undo.cxx
Replace "WIN32" with "_WIN32" or "Windows".
2018-02-09 14:39:42 +00:00
undo.h
Modifications to all LGPL headers for STR #2685 .
2011-07-19 04:49:30 +00:00
widget_panel.cxx
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
widget_panel.fl
fluid: update copyright year.
2018-05-01 11:08:38 +00:00
widget_panel.h
fluid: update copyright year.
2018-05-01 11:08:38 +00:00