index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Window_shape.cxx
Age
Commit message (
Expand
)
Author
2016-03-10
Deleted because use f the window driver mechanism.
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
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-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-07-22
It's possible to transmit an Fl_Shared_Image to Fl_Window::shape(const Fl_Ima...
Manolo Gouy
2015-06-10
Mac 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-07
Fix window background and label drawing ("plastic" scheme only).
Albrecht Schlosser
2015-02-17
Restore window background image drawing (STR #3059).
Albrecht Schlosser
2014-10-01
Protect use of dlopen() and dlsym() with HAVE_DLSYM and HAVE_DLFCN_H for comp...
Manolo Gouy
2014-09-22
Reformatted the Doxygen documentation of Fl_Window::shape(Fl_Image*)
Manolo Gouy
2014-09-21
Corrected problem when compiling without FLTK_ABI_VERSION.
Manolo Gouy
2014-09-21
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...
Manolo Gouy