fltk/fluid
Albrecht Schlosser 44a2547394
Rename some Fl_Flex methods for FLTK compliance (#594)
Change some method names to comply with FLTK style as discussed
in fltk.coredev, thread "Fl_Flex method name question".

* Rename Fl_Flex::margins(...) to Fl_Flex::margin(...)
  (use singular form for all margin related methods)

* Remove Fl_Flex::setSize() and isSetSize() "backwards compatibility" methods

* Rename Fl_Flex::set_size(...) to fixed(...)

Note: the latter affects existing (pre-release) fluid (.fl) files: you may
  want to edit and replace "set_size_tuples" with "fixed_size_tuples"
2022-12-15 16:46:40 +01:00
..
documentation/src STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks. 2021-12-09 21:51:37 +01:00
icons
pixmaps Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +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 Update fluid files and generated files 2022-01-16 19:47:16 +01:00
about_panel.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
align_widget.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
align_widget.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
alignment_panel.cxx Add "Oxy" scheme (STR 2675, STR 3477) 2022-11-25 00:00:48 +01:00
alignment_panel.fl Add "Oxy" scheme (STR 2675, STR 3477) 2022-11-25 00:00:48 +01:00
alignment_panel.h avoid early include of Fl.H option 2022-01-08 22:12:41 +01:00
CMakeLists.txt Fixes incorrect install of fluid in macOS Applications directory. 2022-09-23 11:29:55 +02:00
code.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
code.h #329 #318: Fixed Fluid indenting and trailing whitespace 2021-12-15 19:38:09 +01:00
CodeEditor.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
CodeEditor.h Fluid: Fix variable naming and a memory leak 2022-11-23 15:18:01 +01:00
comments.h
Doxyfile Fluid: clean up Doxyfile, fix two minor doxygen issues 2021-12-10 17:52:39 +01:00
ExternalCodeEditor_UNIX.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
ExternalCodeEditor_UNIX.h Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
ExternalCodeEditor_WIN32.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
ExternalCodeEditor_WIN32.h
factory.cxx Fluid support for Fl_Flex (#523) and some Fl_Flex improvements 2022-11-01 13:30:05 +01:00
factory.h STR 3442: copy/paste now inserts widget as expected. 2021-12-13 18:17:07 +01:00
file.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +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 Fixes some implicit type cast warnings 2022-12-10 13:34:00 +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 Rename some Fl_Flex methods for FLTK compliance (#594) 2022-12-15 16:46:40 +01:00
Fl_Group_Type.h Fluid now stores set sizes for Fl_Flex. (#529) 2022-11-04 17:49:37 +01:00
Fl_Menu_Type.cxx Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +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 FLUID event handling and UI changes (#575) 2022-12-10 13:11:49 +01:00
Fl_Type.h FLUID event handling and UI changes (#575) 2022-12-10 13:11:49 +01:00
Fl_Widget_Type.cxx Rename some Fl_Flex methods for FLTK compliance (#594) 2022-12-15 16:46:40 +01:00
Fl_Widget_Type.h Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
Fl_Window_Type.cxx Rename some Fl_Flex methods for FLTK compliance (#594) 2022-12-15 16:46:40 +01:00
Fl_Window_Type.h Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
Fluid_Image.cxx Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
Fluid_Image.h Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
fluid.cxx FLUID event handling and UI changes (#575) 2022-12-10 13:11:49 +01:00
fluid.desktop
fluid.h Fix -o and -h command line arg handling 2022-11-29 00:05:00 +01:00
fluid.plist
fluid.xml
function_panel.cxx Fluid: Fix variable naming and a memory leak 2022-11-23 15:18:01 +01:00
function_panel.fl Fluid: Fix variable naming and a memory leak 2022-11-23 15:18:01 +01:00
function_panel.h Fluid: Fix variable naming and a memory leak 2022-11-23 15:18:01 +01:00
makedepend Fix trailing whitespace and dependencies 2022-12-13 15:58:56 +01:00
Makefile New configure setting "--enable-wayland --disable-x11" to build pure Wayland platform. 2022-09-10 07:44:23 +02:00
pixmaps.cxx Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
pixmaps.h Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
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
README_fl.txt Rename some Fl_Flex methods for FLTK compliance (#594) 2022-12-15 16:46:40 +01: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 STR 3460.D: making dialog more interactive. 2021-12-09 12:42:56 +01:00
Shortcut_Button.cxx Handle Fluid project settings better (#556) 2022-11-26 01:35:50 +01:00
Shortcut_Button.h Adding comments to recent Fluid changes. 2022-02-14 13:20:34 +01:00
StyleParse.cxx Fluid: restructuring and commenting. 2021-12-08 15:52:15 +01:00
StyleParse.h
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 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 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 Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
widget_panel.fl Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00
widget_panel.h Add option to bind images to a widget (#589) 2022-12-10 23:22:24 +01:00