summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
2023-01-12FLUID: Fix wrong use of `Fl_Scroll::position()`Matthias Melcher
2023-01-10Fix new warnings in CIMatthias Melcher
2023-01-08FLUID: add drag'n'drop for images (#642)Matthias Melcher
2023-01-05Include OS error if reap_editor() failsGreg Ercolano
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
2023-01-04Remove unused variable, fix "type issue" (#445, part 2)Albrecht Schlosser
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2023-01-01FLUID: BMP header file not trackedMatthias Melcher
2023-01-01FLUID: Fixes size_t signedness warningMatthias Melcher
2022-12-30FLUID support for inline image data (see #542, #592) (#604)Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-22Fix compilation on old gcc (#606)Matthias Melcher
2022-12-17Adding length checks for in-memory image data (see #542) (#592)Matthias Melcher
2022-12-16Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_…ManoloFLTK
2022-12-15Rename some Fl_Flex methods for FLTK compliance (#594)Albrecht Schlosser
2022-12-13Fix trailing whitespace and dependenciesAlbrecht Schlosser
2022-12-13Fix compiler warning: unused variableAlbrecht Schlosser
2022-12-10Add option to bind images to a widget (#589)Matthias Melcher
2022-12-10Fluid preview now copies text attributes (#587)Matthias Melcher
2022-12-10Fixes some VC compiler warningsMatthias Melcher
2022-12-10Fixes some implicit type cast warningsMatthias Melcher
2022-12-10FLUID event handling and UI changes (#575)Matthias Melcher
2022-12-08Fix compilation warning, update dependenciesAlbrecht Schlosser
2022-12-01Fluid: Keep widget panel open during undo/redo (#566)Matthias Melcher
2022-11-29Fix -o and -h command line arg handlingMatthias Melcher
2022-11-26Update dependenciesAlbrecht Schlosser
2022-11-26Remove unintentional C++11Matthias Melcher
2022-11-26Handle Fluid project settings better (#556)Matthias Melcher
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-24Fix two Visual Studio compiler warningsAlbrecht Schlosser
2022-11-24FLUID: Fix update of formula input widgetsMatthias Melcher
2022-11-24Fixes some FLUID bugsMatthias Melcher
2022-11-23Fluid: Fix variable naming and a memory leakMatthias Melcher
2022-11-23Fluid: Fix commandline parameter error messageMatthias Melcher
2022-11-22Update dependenciesAlbrecht Schlosser
2022-11-17Fluid: Add Undo to formula input fields. (#547)Matthias Melcher
2022-11-16Fix whitespace errors and dependenciesAlbrecht Schlosser
2022-11-16Capitalise FLTK and FLUID.Matthias Melcher
2022-11-16Fix capitalisation for keywords.Matthias Melcher
2022-11-16Clarify two entries in the .fl file format docsMatthias Melcher
2022-11-16Fix typos and a minor bug in fluid/README_fl.txtAlbrecht Schlosser
2022-11-15Improve Fluid argument handling and relative paths. (#545)Matthias Melcher
2022-11-15Add support of .svgz image files to fluidManoloFLTK
2022-11-13Further clarify Fluid file format specificsMatthias Melcher
2022-11-09Fluid Fl_Widget::image() path fixes. (#536)Matthias Melcher
2022-11-08Fluid: widget classes can resize children on instantiationMatthias Melcher
2022-11-08Adding Fluid file format README. (#533)Matthias Melcher
2022-11-04Fluid now stores set sizes for Fl_Flex. (#529)Matthias Melcher
2022-11-04support svg (#489)Etorth