fltk/fluid
Matthias Melcher a3251b3208 FLUID: another memory leak 2023-02-09 16:48:11 +01:00
..
documentation/src STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks. 2021-12-09 21:51:37 +01:00
icons Animated GIF support (Fl_Anim_GIF_Image class) (#375) 2023-01-21 17:27:58 +01:00
pixmaps FLUID support for inline image data (see #542, #592) (#604) 2022-12-30 19:20:52 +01:00
.gitignore Give fluid and fltk-options their own .gitignore files 2023-02-05 19:41:19 +01:00
CMakeLists.txt Fix position() methods that shadow Fl_Widget::position() 2023-02-02 20:54:19 +01:00
CodeEditor.cxx Add close buttons for individual tabs in Fl_Tabs (#628) 2023-01-05 13:51:30 +01:00
CodeEditor.h Use `FL_OVERRIDE` for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
Doxyfile Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
ExternalCodeEditor_UNIX.cxx Avoid Linux warning 2023-01-29 13:49:37 +01:00
ExternalCodeEditor_UNIX.h FLUID: defer calling Fl::add_fd. 2023-01-29 11:51:55 +01:00
ExternalCodeEditor_WIN32.cxx FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453) 2023-02-02 20:37:26 +01:00
ExternalCodeEditor_WIN32.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Fl_Function_Type.cxx FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453) 2023-02-02 20:37:26 +01:00
Fl_Function_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Group_Type.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Group_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Menu_Type.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Menu_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Type.cxx Fix position() methods that shadow Fl_Widget::position() 2023-02-02 20:54:19 +01:00
Fl_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Widget_Type.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Widget_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Window_Type.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fl_Window_Type.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Fluid_Image.cxx Update dependencies and fix whitespace errors 2023-02-02 17:09:14 +01:00
Fluid_Image.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
Makefile New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
README_fl.txt FLUID support for inline image data (see #542, #592) (#604) 2022-12-30 19:20:52 +01:00
Shortcut_Button.cxx Update dependencies and fix whitespace errors 2023-02-02 17:09:14 +01:00
Shortcut_Button.h Use `FL_OVERRIDE` for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
StyleParse.cxx Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
StyleParse.h Handle single quotes 2020-11-01 12:16:23 -08:00
about_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
about_panel.fl Animated GIF support (Fl_Anim_GIF_Image class) (#375) 2023-01-21 17:27:58 +01:00
about_panel.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
align_widget.cxx STR 2843: FLUID align evenly now prefers correct gap size over correct width 2023-01-20 15:34:14 +01:00
align_widget.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
alignment_panel.cxx FLUID: resizable Command dialogs 2023-02-05 00:35:31 +01:00
alignment_panel.fl FLUID: resizable Command dialogs 2023-02-05 00:35:31 +01:00
alignment_panel.h Move global FLTK options into new app fltk-admin (#560) 2023-01-21 17:14:41 +01:00
code.cxx FLUID: Fix memory leak (#672) 2023-02-09 15:12:57 +01:00
code.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
comments.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
factory.cxx Use `FL_OVERRIDE` for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
factory.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
file.cxx FLUID: another memory leak 2023-02-09 16:48:11 +01:00
file.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
fluid.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
fluid.desktop [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
fluid.h FLUID refactor and macOS warnings removed (#623) 2023-01-01 20:05:42 +01:00
fluid.plist Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
fluid.xml [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
function_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
function_panel.fl FLUID: another memory leak 2023-02-09 16:48:11 +01:00
function_panel.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
makedepend Update dependencies and fix whitespace errors 2023-02-02 17:09:14 +01:00
pixmaps.cxx FLUID support for inline image data (see #542, #592) (#604) 2022-12-30 19:20:52 +01:00
pixmaps.h FLUID support for inline image data (see #542, #592) (#604) 2022-12-30 19:20:52 +01:00
print_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
print_panel.fl Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
print_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
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 refactor and macOS warnings removed (#623) 2023-01-01 20:05:42 +01:00
template_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
template_panel.fl Update fluid files and generated files 2022-01-16 19:47:16 +01:00
template_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
undo.cxx FLUID event handling and UI changes (#575) 2022-12-10 13:11:49 +01:00
undo.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
widget_browser.cxx Fix position() methods that shadow Fl_Widget::position() 2023-02-02 20:54:19 +01:00
widget_browser.h Use `FL_OVERRIDE` for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
widget_panel.cxx FLUID refactor and macOS warnings removed (#623) 2023-01-01 20:05:42 +01:00
widget_panel.fl Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
widget_panel.h FLUID refactor and macOS warnings removed (#623) 2023-01-01 20:05:42 +01:00