summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2020-06-24Fix static code analyzer warningsAlbrecht Schlosser
2020-06-19Added fluid command line '-d' debug flagGreg Ercolano
2020-06-18Fix problem with Windows pids being unsigned DWORDsGreg Ercolano
2020-06-13Update dependenciesAlbrecht Schlosser
2020-05-24Fix fluid undo/redo menu activation and deactivationAlbrecht Schlosser
2020-05-24Fix broken undoGreg Ercolano
2020-04-08Fix documentation URL'sAlbrecht Schlosser
2020-04-06Update copyright and FLTK site URLAlbrecht Schlosser
2020-04-06Generate copyright year in fluid's about_panelAlbrecht Schlosser
2020-03-11Remove CodeWarrior "support"Albrecht Schlosser
2020-03-08Fix a memory leak in fluidAlbrecht Schlosser
2020-02-11Fix potential null pointer dereferences in fluidAlbrecht Schlosser
2020-02-11Fix static analyzer errors and warningsAlbrecht Schlosser
2019-12-24Fluid needs to include text and binary files from within the .fl source direc...Matthias Melcher
2019-09-15X11 platform: use Gnome printer dialog when the GTK library is available at r...ManoloFLTK
2019-08-29Fix another compiler warning (STR 3529)Albrecht Schlosser
2019-08-29Fix one compiler warning (STR 3529)Albrecht Schlosser
2019-06-22Update dependency systemAlbrecht Schlosser
2019-04-04Fix potential crash in fluid (issue #14)Albrecht Schlosser
2019-03-25Update dependenciesAlbrecht Schlosser
2019-02-16Fix Fluid batch mode with Fl_Simple_Terminal.Matthias Melcher
2019-02-10Fix Makefile to produce an app bundle under macOSManoloFLTK
2019-02-05Fixed all Pixmaps to be '*const' (STR #3108).Matthias Melcher
2019-02-02Added widget visibilit indicator to Fluid (STR #2669).Matthias Melcher
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