fltk/fluid
Albrecht Schlosser 228d04d0e0 Build and use fluid-cmd on Windows for .fl files (#224, #293)
On Windows fluid.exe is a "GUI" program and does not allow console
output which can be a problem in automated builds. In Visual Studio
the fluid GUI program would pop up console windows when generating
.cxx and .h files from .fl files.

The new (additional) fluid-cmd.exe is built as console application
for users that need it and it is used in the FLTK build process on
Windows to convert the .fl files.
2022-04-03 23:47:23 +02:00
..
documentation/src STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks. 2021-12-09 21:51:37 +01:00
icons
pixmaps
CMakeLists.txt Build and use fluid-cmd on Windows for .fl files (#224, #293) 2022-04-03 23:47:23 +02:00
CodeEditor.cxx Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
CodeEditor.h STR 3460.C: Code Properties remembers the editor's scroll bar position. 2021-12-08 18:55:44 +01:00
Doxyfile Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
ExternalCodeEditor_UNIX.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
ExternalCodeEditor_UNIX.h
ExternalCodeEditor_WIN32.cxx Remove potential compiler error with -Wc++11-narrowing 2022-01-19 12:03:45 +01:00
ExternalCodeEditor_WIN32.h
Fl_Function_Type.cxx Fluid: adding feature: Functions can also be "local". (#390) 2022-02-13 00:54:44 +01:00
Fl_Function_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Group_Type.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
Fl_Group_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Menu_Type.cxx avoid early include of Fl.H option 2022-01-08 22:12:41 +01:00
Fl_Menu_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Type.cxx Better Fluid Widget dimension controls (#394) 2022-02-13 22:01:16 +01:00
Fl_Type.h Better Fluid Widget dimension controls (#394) 2022-02-13 22:01:16 +01:00
Fl_Widget_Type.cxx Fluid: no grid on window resizing. (#399) 2022-02-20 22:03:39 +01:00
Fl_Widget_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Window_Type.cxx Fluid: no grid on window resizing. (#399) 2022-02-20 22:03:39 +01:00
Fl_Window_Type.h avoid early include of Fl.H option 2022-01-08 22:12:41 +01:00
Fluid_Image.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
Fluid_Image.h STR 3289: Fluid i18n, gettext, catguts improvements 2021-12-19 02:03:05 +01:00
Makefile Add the Wayland platform to FLTK 1.4 - continued. 2022-03-04 16:58:20 +01:00
Shortcut_Button.cxx Fix Visual Studio build warnings 2022-02-26 18:19:43 +01:00
Shortcut_Button.h Adding comments to recent Fluid changes. 2022-02-14 13:20:34 +01:00
StyleParse.cxx
StyleParse.h
about_panel.cxx STR 3210: indentation is now controlled in one single position for all source and header files. 2021-12-11 03:40:07 +01:00
about_panel.fl Update fluid files and generated files 2022-01-16 19:47:16 +01:00
about_panel.h
align_widget.cxx
align_widget.h
alignment_panel.cxx Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
alignment_panel.fl Fixed Fluid Alignment panel i18n to none. 2022-02-11 16:00:37 +01:00
alignment_panel.h avoid early include of Fl.H option 2022-01-08 22:12:41 +01:00
code.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
code.h #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +01:00
comments.h
factory.cxx GitHub #329: fixed missing code 2021-12-16 19:51:37 +01:00
factory.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
file.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
file.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
fluid.cxx Fixing and upgrading Fl_Preferences (#374) 2022-01-19 16:08:29 +01:00
fluid.desktop
fluid.h STR 3289: Fluid i18n, gettext, catguts improvements 2021-12-19 02:03:05 +01:00
fluid.plist
fluid.xml
function_panel.cxx Fluid: adding feature: Functions can also be "local". (#390) 2022-02-13 00:54:44 +01:00
function_panel.fl Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
function_panel.h STR 3210: indentation is now controlled in one single position for all source and header files. 2021-12-11 03:40:07 +01:00
makedepend Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
pixmaps.cxx
pixmaps.h
print_panel.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
print_panel.fl Update fluid files and generated files 2022-01-16 19:47:16 +01:00
print_panel.h
shell_command.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
shell_command.h Fluid STR 3460.D: making dialog more interactive. 2021-12-09 12:42:56 +01:00
template_panel.cxx Rename FL/fl_string.h to FL/fl_string_functions.h 2022-01-16 19:47:16 +01:00
template_panel.fl Update fluid files and generated files 2022-01-16 19:47:16 +01:00
template_panel.h
undo.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
undo.h
widget_browser.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
widget_browser.h GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
widget_panel.cxx Better Fluid Widget dimension controls (#394) 2022-02-13 22:01:16 +01:00
widget_panel.fl Fix whitespace, update dependencies and fluid files 2022-03-03 17:20:24 +01:00
widget_panel.h Better Fluid Widget dimension controls (#394) 2022-02-13 22:01:16 +01:00