summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
AgeCommit message (Expand)Author
2020-07-14Import Albrecht's utf8 mods for FormatMessage() to fluidGreg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-19Added fluid command line '-d' debug flagGreg Ercolano
2020-04-08Fix documentation URL'sAlbrecht Schlosser
2020-03-11Remove CodeWarrior "support"Albrecht Schlosser
2019-02-01Reorganized Fluid Template feature (STR #3336).Matthias Melcher
2019-01-14STR 3460: shell window remembers positionMatthias Melcher
2018-10-09Avoiding crash when accessing free'd memory.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
2017-11-18Fix illegal memory access after free when closing fluid (STR #3427).Albrecht Schlosser
2017-11-12Replace chdir() with new wrapper fl_chdir().Albrecht Schlosser
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-13Replace remaining calls to getenv() with fl_getenv().Albrecht Schlosser
2016-10-17Bring over combined fix [r12044] from 1.3 current to the porting branch.Greg Ercolano
2016-07-18Adds external editor capability to fluid for all platforms.Greg Ercolano
2016-04-27Begin to remove platform-specific code.Manolo Gouy
2016-04-12Remove obsolete EMX (DOS, OS/2 extender) support.Albrecht Schlosser
2016-04-11Fix VisualC++ build (Visual Studio 2015).Albrecht Schlosser
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.Manolo Gouy
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-03-09Add 'fluid -u' command-line switch to upgrade fluid files in batch mode.Albrecht Schlosser
2014-02-25Applying the etorres gleam patch. STR #2672.Greg Ercolano
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-09-22Fixed build problem on Linux.Greg Ercolano
2011-09-21Use the Fl_Printer and Fl_Native_File_Chooser classes.Manolo Gouy
2011-08-18Fluid -c would destroy the file history every time it was run.Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-10Fix STR #2661: fluid may crash when printing.Manolo Gouy
2011-01-24Adding embedded documentation to Fluid if installed odcs are not found. Falls...Matthias Melcher
2011-01-06STR 2510: send Fluid help string to an FLTK dialog box for Visual Studio builds.Matthias Melcher
2010-12-20Moved global FLTK options into Fluid until we find a better setup. Restored t...Matthias Melcher
2010-12-20Removed IDE support from Fluid because it never got finished and seemed more ...Matthias Melcher
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-12-08Fixed Compiling with mingw-w64 (STR #2308).Albrecht Schlosser
2010-12-01Should fix STR #2464 by not calling fl_open_display when running fluid in com...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2010-11-14Rename variable in Fluid to make more senseMatthias Melcher
2010-10-31Fixed outside label redraw damage areas (STR #2436)Matthias Melcher
2010-04-12Added ide generating code to command line version of Fluid.Matthias Melcher
2010-04-11Fluid IDE support: rewrite all Makefiles. This has no smart parts inside yet.Matthias Melcher
2010-02-27Starting to add a GUI to manage the IDE database.Matthias Melcher
2010-02-27Added the IDE database file to the SVN, hoping that even without a visual edi...Matthias Melcher
2010-02-26Removed VisualC projects file in old naming convention.Matthias Melcher
2010-02-26Fixed menu item counting issue in Fluid (STR #2322), Added Fl_Menu_::find_ite...Matthias Melcher