| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2019-02-02 | STR #2714: remove new shadow lint for MacOS | Matthias Melcher |
| 2018-08-04 | Have the Doxygen doc of fl_draw_pixmap() show the default value of the last a... | Manolo Gouy |
| 2018-08-03 | Fix regression seen with test/input under X11: the cursor becomes a grey squa... | Manolo Gouy |
| 2018-06-26 | Move Fl_System_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-04-19 | Fix background color when drawing pixmap data both directly or as an Fl_Pixma... | Manolo Gouy |
| 2018-04-19 | Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg... | Manolo Gouy |
| 2018-04-18 | Simplify the implementation of printing of Fl_Pixmap images under Windows. | Manolo Gouy |
| 2018-04-17 | Only fix correct indenting of function fl_convert_pixmap() | Manolo Gouy |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 2 (STR #3435). | Albrecht Schlosser |
| 2016-04-12 | Rewrite fl_draw_pixmap.cxx under the driver model. | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-25 | Remove a bunch of useless #include <FL/x.H> directives. | Manolo Gouy |
| 2016-02-25 | Remove the global variable fl_mask_bitmap - put it in the graphics driver's v... | Manolo Gouy |
| 2016-02-25 | Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran... | Manolo Gouy |
| 2016-02-14 | Fl_Graphics_Driver::has_feature(Fl_Graphics_Driver::NATIVE) is useful here. | Manolo Gouy |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |
| 2016-02-11 | Mark places that need to be refactored with // PORTME: | Matthias Melcher |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-02-10 | Mac OS: more parsimonious memory usage when drawing Fl_RGB_Image. The image d... | Manolo Gouy |
| 2014-08-22 | Remove unused variable. | Albrecht Schlosser |
| 2014-06-21 | Removed non-standard allocation of variable-sized array on the stack. | Manolo Gouy |
| 2014-06-12 | Add ability to convert a Fl_Pixmap into a Fl_RGB_Image. | Pierre Ossman |
| 2013-10-21 | STR #2991: No functionality changed. | Greg Ercolano |
| 2013-10-21 | Fix brace indents, various code cosmetics/comments. | Greg Ercolano |
| 2013-10-20 | While investigating STR#2991, noted (but did not remove) misleading comments. | Greg Ercolano |
| 2012-04-22 | fixed missing win32 preprocessor clause | Fabien Costantini |
| 2012-04-22 | restore transparent_c use for win32... | Fabien Costantini |
| 2012-04-22 | Fixed linux 64 gcc 4.6.1 compilation problems | Fabien Costantini |
| 2012-03-18 | Fix STR#2810: removed all uses of function Fl_Device::class_name(). | Manolo Gouy |
| 2011-07-19 | Modifications to all LGPL headers for STR #2685. | Greg Ercolano |
| 2011-02-02 | Replaced a bunch of delete by delete[] where it's legitimate. | Manolo Gouy |
| 2011-01-05 | Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con... | Manolo Gouy |
| 2010-11-28 | Fixed Copyright to 2010. | Matthias Melcher |
| 2010-10-28 | Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss... | Matthias Melcher |
| 2010-07-01 | Renamed global variable from fl_device to fl_graphics_driver to better expres... | Manolo Gouy |
| 2010-06-17 | Replaced 'fl_surface->driver()' by the shorter 'fl_device' | Manolo Gouy |
| 2010-06-17 | Correct way to test for device-specificity under Mac OS X | Manolo Gouy |
| 2010-06-16 | Reintroduced the changes brought in r.7606 that had been lost in r.7617 | Manolo Gouy |
| 2010-05-27 | Better device hierarchy with surfaces and graphics drivers. | Manolo Gouy |
| 2010-05-13 | Fixed WIN32 crash when pixmap has no background area | Manolo Gouy |
| 2010-05-13 | Make sure that "transparent_c" is not NULL before it is used in win32 builds. | Ian MacArthur |
| 2010-04-14 | Fl_Pixmap: improved algorithm for WIN32 printing | Manolo Gouy |
| 2010-01-24 | added explicit cast to remove 64-bit compilation error that sometimes occur | Manolo Gouy |
| 2009-03-15 | added doxygen coments for more routines in fl_draw.H | engelsman |
| 2009-01-01 | Changed Copyright in 'src' directory | Matthias Melcher |
| 2008-09-16 | Doxygen documentation : took the opportunity to update copyright info as we m... | Fabien Costantini |
| 2008-02-14 | Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856 | Matthias Melcher |
| 2006-06-04 | OS X Quartz: one pretty essential fix to the call order in Quartz context cha... | Matthias Melcher |
| 2005-12-30 | Fixed a few memory faults found by Valgrind (yes, I finally got my Linux | Matthias Melcher |