summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2019-02-01Reorganized Fluid Template feature (STR #3336).Matthias Melcher
2019-02-01STR #3445: Duplicating Widget Class in Fluid no longer crashes.Matthias Melcher
2019-01-18Update dependencies (now sorted)Albrecht Schlosser
2019-01-18Sort makedepend files for better comparabilityAlbrecht Schlosser
2019-01-18Update (remaining) dependenciesAlbrecht Schlosser
2019-01-14Added Fl_Simple_Terminal to Fluid.Matthias Melcher
2019-01-14STR 3460: Fluid menu item typesMatthias Melcher
2019-01-14STR 3460: shell window remembers positionMatthias Melcher
2019-01-13STR 3460: remember cursor position in code editorMatthias Melcher
2019-01-13STR 3460: removed nanny code for Fluid commentsMatthias Melcher
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-12-04Fix 'fluid.app' for case sensitive macOS file systems.Albrecht Schlosser
2018-10-22Add missing include file <string.h>.Albrecht Schlosser
2018-10-09Fluid inlined text data must be 'const'Matthias Melcher
2018-10-09Avoiding crash when accessing free'd memory.Matthias Melcher
2018-08-30Update dependencies and fluid files, fix typos.Albrecht Schlosser
2018-08-27MacOS X: Fixed Fluid CMake to use the included Info.plist instead of the CMak...Matthias Melcher
2018-08-27Fixed indenting and some wording in previous changes to FluidMatthias Melcher
2018-08-25Beautified some of the code. Removed size calculation error. Matthias Melcher
2018-08-25Added new functionality to Fluid: the 'binary data' type can now include text...Matthias Melcher
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-05-01fluid: update copyright year.Albrecht Schlosser
2018-05-01Update fluid (.fl) files.Albrecht Schlosser
2018-04-12Remove unnecessary dependency on FL/Fl_Rect.H.Albrecht Schlosser
2018-04-10Remove unused variable, update dependencies.Albrecht Schlosser
2018-03-02Android: should build and runMatthias Melcher
2018-03-02More Android changes.Matthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 1.Albrecht Schlosser
2017-11-18Fix illegal memory access after free when closing fluid (STR #3427).Albrecht Schlosser
2017-11-18Fix crash when closing fluid with Fl_Table (STR #3427).Albrecht Schlosser
2017-11-12Replace chdir() with new wrapper fl_chdir().Albrecht Schlosser
2017-10-28Fixes STR# 3420; fluid crash on certain static functions.Greg Ercolano
2017-10-15Replace remaining calls to getcwd() with fl_getcwd().Albrecht Schlosser
2017-10-15Replace remaining calls to access() with fl_access().Albrecht Schlosser
2017-10-15Replace inappropriate usage of __WATCOM__ with _MSC_VER.Albrecht Schlosser
2017-10-15Replace remaining calls to unlink() with fl_unlink().Albrecht Schlosser
2017-10-13Update dependencies.Albrecht Schlosser
2017-10-13Replace remaining calls to getenv() with fl_getenv().Albrecht Schlosser
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
2017-08-18Update dependencies.Albrecht Schlosser
2017-07-07Update dependencies (makedepend).Albrecht Schlosser
2017-06-29Update copyright year(s).Albrecht Schlosser
2017-06-27Fix fluid's widget_panel coordinates and widget order.Albrecht Schlosser
2017-03-19Fix dependencies.Albrecht Schlosser
2017-02-15Fluid: Fix platform-specific build system (CMake + configure).Albrecht Schlosser
2016-10-28Fix string truncation in fluid (STR #2722 continued).Albrecht Schlosser