summaryrefslogtreecommitdiff
path: root/fluid/factory.cxx
AgeCommit message (Expand)Author
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2023-07-20FLUID improves positioning and sizing new widgetsMatthias Melcher
2023-07-19FLUID: layout preset no longer forces text font selectionMatthias Melcher
2023-07-19FLUID: RTTI improvements, 'is_a90' now const, apply RTTIMatthias Melcher
2023-07-19FLUID: Fixes override attribute, cleanupMatthias Melcher
2023-07-19FLUID: emulated RTTI for all typesMatthias Melcher
2023-07-19FLUID fixes wrong type IDs and more cleanupMatthias Melcher
2023-07-18FLUID correct inheritance, formatting, factory floor cleaningMatthias Melcher
2023-07-17FLUID: restores g++98 compatibilityMatthias Melcher
2023-07-17FLUID: better initial sizes for buttons and windowsMatthias Melcher
2023-07-17FLUID: emulating RTTI and fixing type dependencies (Buttons)Matthias Melcher
2023-07-17FLUID: using symbols instead of integersMatthias Melcher
2023-07-14FLUID formatting and commentsMatthias Melcher
2023-03-18Fix and update alignment #346 (#701)Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-01Fluid support for Fl_Flex (#523) and some Fl_Flex improvementsMatthias Melcher
2021-12-16GitHub #329: fixed missing codeMatthias Melcher
2021-12-13STR 3442: copy/paste now inserts widget as expected.Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2021-12-05STR #2842: new widgets will be created where the user clicked the RMBMatthias Melcher
2021-12-05Fluid: adapting menu to pixmap changes.Matthias Melcher
2020-11-17Fix whitespace and minor formatting issuesAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-16Fix Fluid batch mode with Fl_Simple_Terminal.Matthias Melcher
2019-02-01STR #3445: Duplicating Widget Class in Fluid no longer crashes.Matthias Melcher
2019-01-14Added Fl_Simple_Terminal to Fluid.Matthias Melcher
2019-01-14STR 3460: Fluid menu item typesMatthias Melcher
2018-08-25Added new functionality to Fluid: the 'binary data' type can now include text...Matthias Melcher
2017-09-12Documentation and copyright updates.Albrecht Schlosser
2017-09-12Fluid: remove redundant code, fix FL_IMAGE_LABEL labeltype.Albrecht Schlosser
2017-09-12Fluid: align internal tables (no code changes).Albrecht Schlosser
2015-03-09Add 'fluid -u' command-line switch to upgrade fluid files in batch mode.Albrecht Schlosser
2014-09-25Use fl_ascii_strcasecmp in fluid/factory.cxx (STR #3006).Albrecht Schlosser
2014-01-21Fix strcasecmp() issues (again), see STR #2994.Albrecht Schlosser
2014-01-03Fixed recent MinGW build WRT configure not finding strcasecmp() (STR #2994).Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-03Added Table and Tree support to Fluid.Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-02-15Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file ...Matthias Melcher
2009-10-02Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write the...Matthias Melcher
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-04-23Adding keyboard shortcut to Fl_Value_Input and Fl_Text_EditorMatthias Melcher
2008-04-22Fl_Value_Input is not derived from Fl_Input_. Fixing Fluid.Matthias Melcher
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...Matthias Melcher
2007-02-02Don't open display when generating source code for Fl_Help_ViewMichael R Sweet
2006-07-26Update copyrights on changed files.Michael R Sweet
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-06-19If the value field for scrollbars was not zero, Fluid would generate code tha...Matthias Melcher
2006-04-27STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, ...Matthias Melcher