summaryrefslogtreecommitdiff
path: root/fluid/code.cxx
AgeCommit message (Expand)Author
2024-04-19FLUID: Create VisualStudio compatible long stringsMatthias Melcher
2024-04-17Separate FLUID user documentation, screen shot automation (#936)Matthias Melcher
2024-03-02FLUID: comments, typos, formattingMatthias Melcher
2023-12-30Fluid: fix "MergeBack" preference locationAlbrecht Schlosser
2023-12-04#859: FLUID: Improves widget class code formattingMatthias Melcher
2023-12-04FLUID: improves special handling of widget_class membersMatthias Melcher
2023-12-04Fix compiler warningsAlbrecht Schlosser
2023-12-04FLUID: Refactored writing escaped stringsMatthias Melcher
2023-11-16FLUID: inlined data can be stored compressed.Matthias Melcher
2023-11-06FLUID: '\r' (CR) is skipped when reading project filesMatthias Melcher
2023-11-05FLUID: Adds missing Include for MSWindows.Matthias Melcher
2023-11-05FLUID: Fixes child properties reader.Matthias Melcher
2023-10-31FLUID: Stroe uid's in hexMatthias Melcher
2023-10-27FLUID: Store path to last written code file.Matthias Melcher
2023-10-26FLUID: Refactors MergeBackMatthias Melcher
2023-10-26FLUID: Fixes compile time error and docs.Matthias Melcher
2023-10-26FLUID: Adds more capabilities to MergeBack.Matthias Melcher
2023-10-26FLUID: Fixes warnings.Matthias Melcher
2023-10-26FLUID: Adds initial MergeBack feature.Matthias Melcher
2023-10-25FLUID: Adds hierarchical node search in header files.Matthias Melcher
2023-10-24FLUID: Adds much more detailed CodeViewMatthias Melcher
2023-10-22Make Fl_String and Fl_Int_Vector private (#789)Albrecht Schlosser
2023-10-20FLUID: basic Fl_Grid supportMatthias Melcher
2023-09-26FLUID: Fixes regression #777Matthias Melcher
2023-09-05FLUID: increases readabilityMatthias Melcher
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2023-07-19FLUID: RTTI improvements, 'is_a90' now const, apply RTTIMatthias Melcher
2023-07-17FLUID: restores g++98 compatibilityMatthias Melcher
2023-07-17FLUID: using symbols instead of integersMatthias Melcher
2023-07-14FLUID: fixes all overlapping widgets in all .fl filesMatthias Melcher
2023-02-23Fl_String refactoring and extension (#683)Matthias Melcher
2023-02-09FLUID: Fix memory leak (#672)Matthias Melcher
2023-01-26Fixing FLUID file corruption from issue #653 (#662)Matthias Melcher
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2022-12-22Fix compilation on old gcc (#606)Matthias Melcher
2022-11-26Handle Fluid project settings better (#556)Matthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-08avoid early include of Fl.H optionMatthias Melcher
2021-12-20GitHub #328: removed stray ';' in Fluid code generation.Matthias Melcher
2021-12-19STR 3289: Fluid i18n, gettext, catguts improvementsMatthias Melcher
2021-12-17STR 3355: allow Unicode UTF-8 in source codeMatthias Melcher
2021-12-16GitHub #329: fixed missing codeMatthias Melcher
2021-12-15#329 #318: Fixed Fluid indenting and trailing whitespaceMatthias Melcher
2021-12-11STR 3210: indentation is now controlled in one single position for all source...Matthias Melcher
2021-12-10Fluid: clean up Doxyfile, fix two minor doxygen issuesAlbrecht Schlosser
2021-12-09STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2021-12-05Fluid STR 3460: Shell Cmd would saye code to wrong path.Matthias Melcher
2021-08-30Fix Windows (VS) compiler warnings in fluidAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano