summaryrefslogtreecommitdiff
path: root/fluid/Makefile
AgeCommit message (Expand)Author
2022-09-10New configure setting "--enable-wayland --disable-x11" to build pure Wayland ...ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4 - continued.ManoloFLTK
2021-12-13#322: remove Fluid's dependency on fltk_forms.Matthias Melcher
2021-12-13STR 3442: copy/paste now inserts widget as expected.Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2021-12-04Fluid support for high res graphicsMatthias Melcher
2021-05-13Refactor macOS bundle generation to avoid "quarantine"Albrecht Schlosser
2020-11-01Rewrite CodeEditor syntax highlighting for issue #135Greg Ercolano
2020-09-16Fix fluid output for international languagesAlbrecht Schlosser
2020-08-20Fluid: when linking include LDFLAGS orderMichael Dickens
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-13Update dependenciesAlbrecht Schlosser
2019-06-22Update dependency systemAlbrecht Schlosser
2019-02-10Fix Makefile to produce an app bundle under macOSManoloFLTK
2019-01-18Sort makedepend files for better comparabilityAlbrecht Schlosser
2017-02-15Fluid: Fix platform-specific build system (CMake + configure).Albrecht Schlosser
2016-07-18Adds external editor capability to fluid for all platforms.Greg Ercolano
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-27Fix Makefiles (particularly target 'clean').Albrecht Schlosser
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes to Makefiles.Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-20Removed IDE support from Fluid because it never got finished and seemed more ...Matthias Melcher
2010-05-07Added 'rotated_text' to the Fluid IDE setup. It should probably be in 'Demo' ...Matthias Melcher
2010-04-12Added ide generating code to command line version of Fluid.Matthias Melcher
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-12-29In the configuration setp, LIBNAME (which contains the local path of the libr...Matthias Melcher
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-02-26STR 1883: Attempt to fix installation of binaries in .app bundle on platforms...Matthias Melcher
2008-02-25STR 1795: applied patch to fix Icon path settings. Will try on my Linux machi...Matthias Melcher
2007-03-06STR #1623: restored the unloved POSTBUILD command because the reulting execut...Matthias Melcher
2007-02-06Use INSTALL_BIN instead of CP for Mac OS bundles...Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2006-10-07Fix install-linux target in test directory.Michael R Sweet
2006-08-30Fixed typo in 'desktop-osx' install. Commented out unused variable.Matthias Melcher
2006-07-25Fix use of LDFLAGS and make install depend on all target...Michael R Sweet
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-04-28STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packagesMatthias Melcher
2006-01-15Fix OSX make and install stuff.Michael R Sweet
2006-01-15More packaging fun (games package to "advertise" FLTK...)Michael R Sweet
2006-01-15Separate the desktop install/uninstall stuff so that users that don'tMichael R Sweet
2006-01-15Fix installation of Linux desktop files.Michael R Sweet
2006-01-15Work on Linux and OSX desktop integration stuff via make install andMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-13#include print_panel.cxx in fluid.cxx, so that we don't need to put it inMichael R Sweet
2005-03-21Initial integration with editor-based CodeEditor class (only the widgetMichael R Sweet
2005-03-21Printing support for FLUID...Michael R Sweet
2005-03-20Template panel for "new" and "save template" actions, complete withMichael R Sweet
2005-03-20Undo/redo support for FLUID.Michael R Sweet