summaryrefslogtreecommitdiff
path: root/src/Fl_Pixmap.cxx
AgeCommit message (Expand)Author
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
2012-03-17Removed duplicated code when printing pixmap on WIN32.Manolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-02Removed global variable fl_surface that was not very useful because equivalentManolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-08-25Fixed a bug that would have crashed the program on Windows versionsAlbrecht Schlosser
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-06-07Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx Manolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-04-14Fl_Pixmap: improved algorithm for WIN32 printingManolo Gouy
2010-04-14More logical use of Fl_Device::draw(<image class> *,...) functionsManolo Gouy
2010-03-25Reorganized code to allow compilation with Fl_Device, Fl_Display but without ...Manolo Gouy
2010-03-18Renamed class Fl_Virtual_Printer into Fl_Abstract_PrinterManolo Gouy
2010-03-15Renamed internal member variables id and mask to id_ and mask_ to avoidAlbrecht Schlosser
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-13Quickdraw removal: option removed from configure, all Qd code removed from so...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-14Doxygen Documentation WP5 Done, WP6 half finished so that all Fl_Image class ...Fabien Costantini
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet