fltk/fluid
Matthias Melcher 3626e82057 GitHub #326: browser scrolling should be much improved
Code now convinces browser to rebuild when the tree changes by UI.
When widgets are move, the current widget should always be visible.
It's the responsibility of the UI callback to update the browser.
2021-12-17 18:38:26 +01:00
..
documentation/src STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks. 2021-12-09 21:51:37 +01:00
icons Refactor macOS bundle generation to avoid "quarantine" 2021-05-13 16:18:13 +02:00
pixmaps Fluid: Adding shortcuts for Checkbox and Radio Menuitems. 2021-12-05 21:50:46 +01:00
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 STR 3442: changed .cxx file, but not .fl 2021-12-13 18:17:07 +01:00
about_panel.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
align_widget.cxx Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
align_widget.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
alignment_panel.cxx STR 3426: indicating in the title bar if the design is newer than the code file. 2021-12-10 01:22:24 +01:00
alignment_panel.fl STR 3426: indicating in the title bar if the design is newer than the code file. 2021-12-10 01:22:24 +01:00
alignment_panel.h Fluid STR 3460.D: Shell commands are now saved in the .fl file (user option) 2021-12-09 02:48:40 +01:00
CMakeLists.txt #322: remove Fluid's dependency on fltk_forms. 2021-12-13 18:44:33 +01:00
code.cxx GitHub #329: fixed missing code 2021-12-16 19:51:37 +01:00
code.h #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +01: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
comments.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
Doxyfile Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
ExternalCodeEditor_UNIX.cxx Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
ExternalCodeEditor_UNIX.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
ExternalCodeEditor_WIN32.cxx Fix Windows (VS) compiler warnings in fluid 2021-08-30 23:45:16 +02:00
ExternalCodeEditor_WIN32.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
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 github #328: temporarily disabling new project flags 2021-12-15 20:19:33 +01:00
file.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Function_Type.cxx #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +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 #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +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 GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
Fl_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fl_Widget_Type.cxx #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +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 GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
Fl_Window_Type.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fluid_Image.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
Fluid_Image.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
fluid.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
fluid.desktop [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
fluid.h STR 3426: indicating in the title bar if the design is newer than the code file. 2021-12-10 01:22:24 +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 STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
function_panel.fl STR 3442: changed .cxx file, but not .fl 2021-12-13 18:17:07 +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 Update dependencies (no code changes) 2021-12-08 19:23:01 +01:00
Makefile #322: remove Fluid's dependency on fltk_forms. 2021-12-13 18:44:33 +01:00
pixmaps.cxx Fluid: Adding shortcuts for Checkbox and Radio Menuitems. 2021-12-05 21:51:18 +01:00
pixmaps.h Fluid support for high res graphics 2021-12-04 23:28:07 +01:00
print_panel.cxx Fix trailing whitespace and a MSVC compiler warning 2021-12-14 23:55:21 +01:00
print_panel.fl github #328: temporarily disabling new project flags 2021-12-15 20:19:33 +01:00
print_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
shell_command.cxx Fluid: use fl_strdup() to fix MSVC compiler warning 2021-12-11 14:49:42 +01:00
shell_command.h Fluid STR 3460.D: making dialog more interactive. 2021-12-09 12:42:56 +01:00
Shortcut_Button.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
Shortcut_Button.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +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
template_panel.cxx Fix trailing whitespace and a MSVC compiler warning 2021-12-14 23:55:21 +01:00
template_panel.fl STR 3210: indentation is now controlled in one single position for all source and header files. 2021-12-11 03:40:07 +01:00
template_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
undo.cxx GitHub #326: browser scrolling should be much improved 2021-12-17 18:38:26 +01:00
undo.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
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 #319: Fixed Live Resize Mode in Fluid 2021-12-13 21:01:56 +01:00
widget_panel.fl #319: Fixed Live Resize Mode in Fluid 2021-12-13 21:01:56 +01:00
widget_panel.h Fix Windows (VS) compiler warnings in fluid 2021-08-30 23:45:16 +02:00