summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
AgeCommit message (Expand)Author
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-12-19STR 3289: Fluid i18n, gettext, catguts improvementsMatthias Melcher
2021-12-17GitHub #326: browser scrolling should be much improvedMatthias Melcher
2021-12-13STR 3442: copy/paste now inserts widget as expected.Matthias Melcher
2021-12-10STR 3426: indicating in the title bar if the design is newer than the code file.Matthias Melcher
2021-12-09Fluid STR 3460.D: Shell commands are now saved in the .fl file (user option)Matthias Melcher
2021-12-08STR 3460.b: fixed scrollbar update in widget_browserMatthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2021-12-05Fluid: fixing missing return.Matthias Melcher
2021-12-05Fluid STR 3460: Shell Cmd would saye code to wrong path.Matthias Melcher
2021-12-05Fluid: adapting menu to pixmap changes.Matthias Melcher
2021-12-04Fluid support for high res graphicsMatthias Melcher
2021-11-11Support all image depths (1-4) in fl_write_png()Albrecht Schlosser
2021-11-09Refactor fluid: make fl_write_png() publicAlbrecht Schlosser
2021-09-28Rename 'fileno()' method to 'get_fileno()' for MinGWAlbrecht Schlosser
2021-08-30Fix MSVC "fileno" warnings in fluidAlbrecht Schlosser
2021-08-30Fix Windows (VS) compiler warnings in fluidAlbrecht Schlosser
2020-09-16Fix fluid output for international languagesAlbrecht Schlosser
2020-08-22Fix .clang-format and some whitespace errorsAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
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