fltk/fluid
Matthias Melcher ab6ef9d52f FLUID: Stops overriding Ctrl-0 shortcut. #802
Ctrl-0 is used by FLTK globally to zoom all windows back to 100%,
so FLUID should not override that. Loading the previous file is now
Ctrl-1 instead of Ctrl-0.
2023-10-23 00:52:30 +02:00
..
documentation/src STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks. 2021-12-09 21:51:37 +01:00
icons Fix and consolidate settings dialogs (#346, #703) 2023-03-19 20:04:01 +01:00
pixmaps FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
.gitignore Give fluid and fltk-options their own .gitignore files 2023-02-05 19:41:19 +01:00
about_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
about_panel.fl FLUID: Fixes regression #777 2023-09-26 00:29:26 +02:00
about_panel.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
align_widget.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
align_widget.h Fix and update alignment #346 (#701) 2023-03-18 17:33:27 +01:00
alignment_panel.cxx Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
alignment_panel.fl Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
alignment_panel.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
CMakeLists.txt Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
code.cxx Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
code.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
CodeEditor.cxx Fixes a bunch of typos in comments. 2023-08-26 15:17:28 +02:00
CodeEditor.h Use FL_OVERRIDE for all overridden virtual methods (#611) 2022-12-30 19:14:36 +01:00
comments.h FLUID: updates templates and predefined comments 2023-07-21 13:34:12 +02:00
custom_widgets.cxx FLUID: New layout of Grid tab. 2023-10-22 20:25:50 +02:00
custom_widgets.h Fix compiler warning (C++11 standard) 2023-10-16 21:47:52 +02:00
Doxyfile Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
ExternalCodeEditor_UNIX.cxx Fixes a bunch of typos in comments. 2023-08-26 15:17:28 +02:00
ExternalCodeEditor_UNIX.h Fl_String refactoring and extension (#683) 2023-02-23 15:42:05 +01:00
ExternalCodeEditor_WIN32.cxx Fl_String refactoring and extension (#683) 2023-02-23 15:42:05 +01:00
ExternalCodeEditor_WIN32.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
factory.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
factory.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
Fd_Snap_Action.cxx Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...) 2023-10-21 18:41:57 +02:00
Fd_Snap_Action.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
file.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
file.h Fix and update alignment #346 (#701) 2023-03-18 17:33:27 +01:00
Fl_Button_Type.cxx Adds compact buttons feature to create keypads. 2023-09-03 00:09:40 +02:00
Fl_Button_Type.h Adds compact buttons feature to create keypads. 2023-09-03 00:09:40 +02:00
Fl_Function_Type.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
Fl_Function_Type.h FLUID typos, comments, superfluous code 2023-10-19 23:54:37 +02:00
Fl_Grid_Type.cxx FLUID: Adds grid child positioning via +/- keys 2023-10-23 00:44:26 +02:00
Fl_Grid_Type.h FLUID: New layout of Grid tab. 2023-10-22 20:25:50 +02:00
Fl_Group_Type.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
Fl_Group_Type.h FLUID typos, comments, superfluous code 2023-10-19 23:54:37 +02:00
Fl_Menu_Type.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
Fl_Menu_Type.h FLUID improves positioning and sizing new widgets 2023-07-20 13:49:19 +02:00
Fl_Type.cxx FLUID: adding a subset of Fl_Grid child parameters. 2023-10-21 13:20:11 +02:00
Fl_Type.h FLUID: adding a subset of Fl_Grid child parameters. 2023-10-21 13:20:11 +02:00
Fl_Widget_Type.cxx FLUID: Moves grid settings into dynamic tab 2023-10-22 12:33:49 +02:00
Fl_Widget_Type.h Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
Fl_Window_Type.cxx FLUID: grid becomes a bit more interactive 2023-10-21 17:45:40 +02:00
Fl_Window_Type.h FLUID typos, comments, superfluous code 2023-10-19 23:54:37 +02:00
fluid_filename.cxx Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
fluid_filename.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
Fluid_Image.cxx Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
Fluid_Image.h Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
fluid.cxx FLUID: Stops overriding Ctrl-0 shortcut. #802 2023-10-23 00:52:30 +02:00
fluid.desktop [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
fluid.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02: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 FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
function_panel.fl FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
function_panel.h FLUID: separate SourceView panel into its own file 2023-08-29 02:20:50 +02:00
makedepend Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
Makefile Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
pixmaps.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02:00
pixmaps.h FLUID: using symbols instead of integers 2023-07-17 15:56:05 +02:00
print_panel.cxx Fixing FLUID file corruption from issue #653 (#662) 2023-01-26 15:23:43 +01:00
print_panel.fl FLUID: Fixes regression #777 2023-09-26 00:29:26 +02:00
print_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
README_fl.txt FLUID: adds greatly enhanced Shell Commands (#774) 2023-09-26 16:01:03 +02:00
shell_command.cxx FLUID: Moves grid settings into dynamic tab 2023-10-22 12:33:49 +02:00
shell_command.h Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
sourceview_panel.cxx Fix trailing whitespace and dependencies 2023-10-13 19:08:30 +02:00
sourceview_panel.fl FLUID: adds greatly enhanced Shell Commands (#774) 2023-09-26 16:01:03 +02:00
sourceview_panel.h FLUID: separate SourceView panel into its own file 2023-08-29 02:20:50 +02: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 Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
template_panel.fl Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
template_panel.h Remove $Id$ tags, update URL's, and more 2020-07-06 20:28:20 +02:00
undo.cxx Make Fl_String and Fl_Int_Vector private (#789) 2023-10-22 19:35:17 +02:00
undo.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
widget_browser.cxx FLUID: basic Fl_Grid support 2023-10-20 19:00:52 +02: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: Stops overriding Ctrl-0 shortcut. #802 2023-10-23 00:52:30 +02:00
widget_panel.fl FLUID: Stops overriding Ctrl-0 shortcut. #802 2023-10-23 00:52:30 +02:00
widget_panel.h FLUID: Adds grid child positioning via +/- keys 2023-10-23 00:44:26 +02:00