summaryrefslogtreecommitdiff
path: root/fluid/Fluid_Image.cxx
AgeCommit message (Expand)Author
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-11STR 3210: indentation is now controlled in one single position for all source...Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2021-08-30Fix Windows (VS) compiler warnings in fluidAlbrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-08-25Added new functionality to Fluid: the 'binary data' type can now include text...Matthias Melcher
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2015-12-18Running FLTK in static initializers (cont'd):Manolo Gouy
2014-10-05Make image data 'const' for all image types in fluid.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
2010-02-18Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Flu...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
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2005-10-26FLUID writes RGB and Bitmap image data as an array of decimal numbers instead...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-03-25Updated Fl_File_Chooser to correctly deselect other items whenMichael R Sweet
2005-03-20Add "scheme" chooser in GUI settings dialog.Michael R Sweet
2005-03-18Bug fixes and UI tweaking...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
2002-10-03Fix the filename pattern in FLUID for images.Michael R Sweet
2002-08-16Fix FLUID image problems.Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-11-25Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclassesMichael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Enable all of the new FLUID stuff...Michael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-04-13Write pixmap strings as const char *[] instead of char *[].Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-07-07Buttons with box(FL_NO_BOX) did not draw. Apparently they did inBill Spitzak
2000-06-29Fixed .gif files in fluid, they were broken by the fix for large .xpmBill Spitzak
2000-06-16Patch from Dmitry Potapov for fluid to not crash on (I think)Bill Spitzak
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