summaryrefslogtreecommitdiff
path: root/src/Fl_Window_shape.cxx
AgeCommit message (Expand)Author
2016-03-10Deleted because use f the window driver mechanism.Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.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-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-07-22It's possible to transmit an Fl_Shared_Image to Fl_Window::shape(const Fl_Ima...Manolo Gouy
2015-06-10Mac OS: remove 5 compilation warnings of this kind:Manolo Gouy
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2015-03-07Fix window background and label drawing ("plastic" scheme only).Albrecht Schlosser
2015-02-17Restore window background image drawing (STR #3059).Albrecht Schlosser
2014-10-01Protect use of dlopen() and dlsym() with HAVE_DLSYM and HAVE_DLFCN_H for comp...Manolo Gouy
2014-09-22Reformatted the Doxygen documentation of Fl_Window::shape(Fl_Image*)Manolo Gouy
2014-09-21Corrected problem when compiling without FLTK_ABI_VERSION.Manolo Gouy
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy