summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-17Clarify documentation of Fl_Window::wait_for_expose().Albrecht Schlosser
2015-03-17Remove obsolete watcom makefiles.Albrecht Schlosser
2015-03-17Fix zlib compilation warnings under OS X and maybe Unix/Linux.Albrecht Schlosser
2015-03-17Mark the picture formats static, they don't changeLauri Kasanen
2015-03-16Fix a failure in the U64 optimized argb path.Lauri Kasanen
2015-03-16Add a test program to benchmark alpha blending.Lauri Kasanen
2015-03-16Correct HAVE_XRENDER preprocessor checks.Lauri Kasanen
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-16Update copyright (year) in generated fluid files.Albrecht Schlosser
2015-03-16Update bundled libjpeg from jpeg-8c to jpeg-9a.Albrecht Schlosser
2015-03-16Update bundled libpng from version 1.5.10 to 1.6.16.Albrecht Schlosser
2015-03-16Update bundled zlib from 1.2.5 to 1.2.8 (latest version as of Mar 12, 2015).Albrecht Schlosser
2015-03-16Allow compilation when HAVE_XRENDER is undefined or 0Manolo Gouy
2015-03-16Detect XRender supportLauri Kasanen
2015-03-15Fix 'boolean' issue with jpeg-9 library compatibility (STR #2920).Albrecht Schlosser
2015-03-12Mentioned Fl_Shared_Image::scale() and BSD-style printing.Manolo Gouy
2015-03-12Linux/unix: added support for BSD-style printing, that is, using lpq/lpr inst...Manolo Gouy
2015-03-12More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-03-10Fixes STR#3207, issue with ^C not working when numlock or capslock is on.Greg Ercolano
2015-03-10Add glutKeyboardUpFunc to list of not implemented glut functions (STR #2459).Albrecht Schlosser
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2015-03-09Add 'fluid -u' command-line switch to upgrade fluid files in batch mode.Albrecht Schlosser
2015-03-09More detailed Doxygen doc of the Fl_Printer::start_job() function.Manolo Gouy
2015-03-07Update configure and makeinclude.in to get rid of version numbers in Makefiles.Albrecht Schlosser
2015-03-07Update dependencies.Albrecht Schlosser
2015-03-07Fix window background and label drawing ("plastic" scheme only).Albrecht Schlosser
2015-03-05Fix documentation errors and clarify label alignment docs.Albrecht Schlosser
2015-03-05Improve label demo test/label.cxx : better layout + new tooltips.Albrecht Schlosser
2015-03-02Changed functions supporting ASCII85 and RunLength encodings as private Manolo Gouy
2015-03-02Improve and fix image drawing docs.Albrecht Schlosser
2015-03-02Fix an error and improve documentation of Fl_Tiled_Image.Albrecht Schlosser
2015-03-02PostScript output: various cosmetic changes to easy readability of output code.Manolo Gouy
2015-03-02Added mention to compression techniques when drawing images to PostScript.Manolo Gouy
2015-03-02PostScript output: : use ASCII85 encoding also for character strings.Manolo Gouy
2015-03-01Improve Fl_Tiled_Image drawing, scheme background setup, and documentation.Albrecht Schlosser
2015-03-01PostScript output of images: use now RunLengthEncode followed by ASCII85Encod...Manolo Gouy
2015-02-28Slightly improved implementation of the convert85() function.Manolo Gouy
2015-02-27Improved PostScript output of images: they use now the ASCII85Encode filter Manolo Gouy
2015-02-27Rename variable 'inp' because of colliding definition in Cygwin.Albrecht Schlosser
2015-02-26Fix compiler warning with gcc 4.8.3 under Windows/Cygwin (STR #3199).Albrecht Schlosser
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2015-02-26Rename lib/README.lib to lib/README because '*.lib' is in ignored files list.Albrecht Schlosser
2015-02-24[CMake] Improve handling of ldl and X11 libraries (STR #3196).Albrecht Schlosser
2015-02-23WN32: Fl_Pixmap::draw(X,Y,W,H,cx,cy) did not print well when cx or cy was not...Manolo Gouy
2015-02-22Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).Albrecht Schlosser
2015-02-20Fix potential keyboard hangup (STR #3192).Albrecht Schlosser
2015-02-18Mac OS: Fixed issue where the system object supporting a window created befor...Manolo Gouy