fltk/fluid
Albrecht Schlosser ba8db654ff Fix one compiler warning (STR 3529)
fluid/undo.cxx: fix warning [-Wformat-truncation=]

This fix also removes some static variables and simplifies the
function undo_filename(). It does no longer copy the full filename
string back to a given buffer. Now it returns a pointer to the
internal filename string.

Summary: fix compiler warning, save memory, simplify a function, and
  speed up code by not copying data unnecessarily.
2019-08-29 17:17:37 +02: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 Fix potential crash in fluid (issue #14) 2019-04-04 17:20:57 +02: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 dependency system 2019-06-22 23:42:39 +02:00
Makefile Update dependency system 2019-06-22 23:42:39 +02: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 Fix one compiler warning (STR 3529) 2019-08-29 17:17:37 +02: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