summaryrefslogtreecommitdiff
path: root/fluid/file.cxx
AgeCommit message (Expand)Author
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-19Github #351: fixed missing curly brackets.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-15github #328: temporarily disabling new project flagsMatthias Melcher
2021-12-13Fluid: convert Fl_Group::forms_end() to a static functionAlbrecht Schlosser
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-09STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.Matthias Melcher
2021-12-09STR 3460.D: fixed .fl file reading codeMatthias Melcher
2021-12-09Fluid STR 3460.D: Shell commands are now saved in the .fl file (user option)Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-01STR #3445: Duplicating Widget Class in Fluid no longer crashes.Matthias Melcher
2016-09-20Update fluid files and copyright.Albrecht Schlosser
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2015-07-09Fix trailing white space in fluid .fl files (STR #3239).Albrecht Schlosser
2014-12-20Removed compilation warning when compiling fluid/file.cxx on apple.Manolo Gouy
2014-10-15Adjust fluid/file.cxx so that it builds again on OSX.Ian MacArthur
2014-10-15Fix sporadic floating point value comparison error.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2010-10-28Fixed the remaining warningsMatthias 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-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2006-06-19Loading a file would not update the Widget Propertis dialog in FLUID (STR #1326)Matthias Melcher
2006-01-31Update copyrights.Michael R Sweet
2006-01-31FLUID didn't handle loading .fl files with internationalMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-13WIN32 compile fixes.Michael R Sweet
2002-05-13Expand menu item fix for all menu widgets (menu bar, menu button, choice,Michael R Sweet
2002-05-12Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild theMichael R Sweet
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet