summaryrefslogtreecommitdiff
path: root/src/Fl_Pixmap.cxx
AgeCommit message (Expand)Author
43 hourswipmaxim nikonov
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-04-14Fix for issue #429 : Segfault with Ctrl+/- with current git versionManoloFLTK
2022-04-13Fix for issue #427 - continued.ManoloFLTK
2022-04-12Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.ManoloFLTK
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-05-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-04-14Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once.Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-16Avoid crash in Fl_Pixmap::copy() when the source Fl_Pixmap contains bad pixma...Manolo Gouy
2017-09-12Remove leading underscore from labeltyps as far as possible.Albrecht Schlosser
2017-09-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-08-30Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-11-08MacOS: use less temporary copies of image data for image printing.Manolo Gouy
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-08-09Fix typos, separate local variables of image scaling algorithms.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
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform.Manolo Gouy
2016-02-25Remove useless declarations.Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-01-31Needed for Linux/Unix build.Manolo Gouy
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-30Add configure and CMake checks for X11/Xregion.h.Albrecht Schlosser
2015-12-22Documentation only: removed warnings that appeared with Doxygen 1.8.10Manolo Gouy
2015-12-12Allow compilation with old Mac OS versions + USE_X11 mode with whichManolo Gouy
2015-06-22Indentation fix.Manolo Gouy
2015-06-21Fix Fl_Pixmap (background) drawing to respect the clip region (STR #3206).Albrecht Schlosser
2015-06-15Fix documentation and make platform specific code better distinguishable.Albrecht Schlosser
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-02-23WN32: Fl_Pixmap::draw(X,Y,W,H,cx,cy) did not print well when cx or cy was not...Manolo Gouy
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-05-01Fix STR#2831: regression in Fl_Pixmap drawing under X11.Manolo Gouy
2012-03-29Maybe fix for the Fl_Pixmap issue building 9310 on mingw/WinXP.Ian MacArthur
2012-03-28WIN32: Fl_Pixmap printing uses a global variable called win_pixmap_bg_color e...Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy