summaryrefslogtreecommitdiff
path: root/src/fl_draw_pixmap.cxx
AgeCommit message (Expand)Author
2016-02-25Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...Manolo Gouy
2016-02-25Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...Manolo Gouy
2016-02-14Fl_Graphics_Driver::has_feature(Fl_Graphics_Driver::NATIVE) is useful here.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-02-10Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image d...Manolo Gouy
2014-08-22Remove unused variable.Albrecht Schlosser
2014-06-21Removed non-standard allocation of variable-sized array on the stack.Manolo Gouy
2014-06-12Add ability to convert a Fl_Pixmap into a Fl_RGB_Image.Pierre Ossman
2013-10-21STR #2991: No functionality changed.Greg Ercolano
2013-10-21Fix brace indents, various code cosmetics/comments.Greg Ercolano
2013-10-20While investigating STR#2991, noted (but did not remove) misleading comments.Greg Ercolano
2012-04-22fixed missing win32 preprocessor clauseFabien Costantini
2012-04-22restore transparent_c use for win32...Fabien Costantini
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-02Replaced a bunch of delete by delete[] where it's legitimate.Manolo 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-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-06-17Replaced 'fl_surface->driver()' by the shorter 'fl_device'Manolo Gouy
2010-06-17Correct way to test for device-specificity under Mac OS XManolo Gouy
2010-06-16Reintroduced the changes brought in r.7606 that had been lost in r.7617Manolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-05-13Fixed WIN32 crash when pixmap has no background areaManolo Gouy
2010-05-13Make sure that "transparent_c" is not NULL before it is used in win32 builds.Ian MacArthur
2010-04-14Fl_Pixmap: improved algorithm for WIN32 printingManolo Gouy
2010-01-24added explicit cast to remove 64-bit compilation error that sometimes occurManolo Gouy
2009-03-15added doxygen coments for more routines in fl_draw.Hengelsman
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-02-14Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856Matthias Melcher
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2005-12-30Fixed a few memory faults found by Valgrind (yes, I finally got my Linux Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-11Fixed problems with 2-byte Xpm files on 64-bit platforms (STRMichael R Sweet
2004-08-31Quartz for FLTK1.1Matthias Melcher
2004-08-31#warn is not portable.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet