fltk/fluid
Matthias Melcher 2b1bed470f Fix Fluid batch mode with Fl_Simple_Terminal.
Fl_Simple_Terminal would connect Fluid to the Display in batch mode. We
fix that by creating an Fl_Text_Display instead.
2019-02-16 00:00:24 +01:00
..
fluid.app/Contents Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
icons Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01:00
pixmaps Fixed all Pixmaps to be '*const' (STR #3108). 2019-02-05 00:14:37 +01: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 Added Fl_Simple_Terminal to Fluid. 2019-01-14 01:43:17 +01:00
alignment_panel.fl Added Fl_Simple_Terminal to Fluid. 2019-01-14 01:43:17 +01:00
alignment_panel.h Added Fl_Simple_Terminal to Fluid. 2019-01-14 01:43:17 +01: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 Fix Fluid batch mode with Fl_Simple_Terminal. 2019-02-16 00:00:24 +01:00
file.cxx STR #3445: Duplicating Widget Class in Fluid no longer crashes. 2019-02-01 21:32:48 +01: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 STR 3460: Fluid menu item types 2019-01-14 01:14:40 +01:00
Fl_Type.cxx Added widget visibilit indicator to Fluid (STR #2669). 2019-02-02 23:22:40 +01:00
Fl_Type.h STR 3460: Fluid menu item types 2019-01-14 01:14:40 +01:00
Fl_Widget_Type.cxx Added widget visibilit indicator to Fluid (STR #2669). 2019-02-02 23:22:40 +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 Reorganized Fluid Template feature (STR #3336). 2019-02-01 23:16:49 +01: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 Added Fl_Simple_Terminal to Fluid. 2019-01-14 01:43:17 +01:00
function_panel.fl Added Fl_Simple_Terminal to Fluid. 2019-01-14 01:43:17 +01: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 (now sorted) 2019-01-18 16:27:32 +01:00
Makefile Fix Makefile to produce an app bundle under macOS 2019-02-10 16:29:58 +01: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 Reorganized Fluid Template feature (STR #3336). 2019-02-01 23:16:49 +01:00
template_panel.fl Reorganized Fluid Template feature (STR #3336). 2019-02-01 23:16:49 +01: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