summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-17Update CHANGES file.Albrecht Schlosser
2015-02-17Restore window background image drawing (STR #3059).Albrecht Schlosser
2015-02-17Fix documentation (typo).Albrecht Schlosser
2015-02-17Add linker option -Wl,-no-undefined if supported (with configure check).Albrecht Schlosser
2015-02-16[CMake] Install bundled (jpeg, png, zlib) library headers if built (STR #3187).Albrecht Schlosser
2015-02-16[CMake] Improve installation, support DESTDIR, and more (STR #3149).Albrecht Schlosser
2015-02-15It is preferable to use a complete initializer for a class instance.Manolo Gouy
2015-02-13Mac OS: fixed order of preference of data type when pasting graphical data.Manolo Gouy
2015-02-13[CMake] Fix creation of example directory when copying support files.Albrecht Schlosser
2015-02-13Mac OS: made function Fl_Graphics_Driver::clip_box() more accurate for retina...Manolo Gouy
2015-02-13Removed redundant code.Manolo Gouy
2015-02-13Mac OS: more accurate way to determine the screen where the paste operation o...Manolo Gouy
2015-02-11[CMake] Copy support files for demo programs to build directory (incomplete).Albrecht Schlosser
2015-02-11Fixed change made at r.10560 that breaks compilation with old SDKsManolo Gouy
2015-02-11Fixed error introduced at r.10568 that prevented non-Apple compilation.Manolo Gouy
2015-02-11Fix window icon when set before Fl_Window::show() - Windows only.Albrecht Schlosser
2015-02-10Added doxygen docs to clarify:Greg Ercolano
2015-02-10Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image d...Manolo Gouy
2015-02-09Fix typos in demo file.Albrecht Schlosser
2015-02-09Comments: doxygen docs and comments to emphasize platform dependencies.Albrecht Schlosser
2015-02-09Make demo programs display the correct Fl::scheme() in all cases.Albrecht Schlosser
2015-02-09Mac OS: correct window redraws after a window was created in iconized form.Manolo Gouy
2015-02-09CHANGES: Fix the indentation in two 1.3.4 itemsLauri Kasanen
2015-02-08Allow compilation with -std=c++11Manolo Gouy
2015-02-08Fix for STR#3131 : .xbm images were not previewedManolo Gouy
2015-02-08Allow compilation with -std=c++11 on Mac OS XManolo Gouy
2015-02-07Modified Fl_Quartz_Graphics_Driver::draw(Fl_RGB_Image *img,...) to accept wor...Manolo Gouy
2015-02-07Fixed reading of .pbm image files: the black & white pixels were reversed,Manolo Gouy
2015-02-06[CMAKE] Remove -DUSE_X11 from fltk-config --c[xx]flags.Albrecht Schlosser
2015-02-06[CMake] Add missing build libraries (STR #3011).Albrecht Schlosser
2015-02-06Remove unused variable 'bindir' from fltk-config and fix CMake local usage.Albrecht Schlosser
2015-02-06CMake: fix a few typos.Albrecht Schlosser
2015-02-04Add some doxygen descriptions for the (previously undocumented) Fl_Multi_Labe...Ian MacArthur
2015-02-03Add method Fl_Widget::is_label_copied() as discussed in fltk.general.Albrecht Schlosser