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
/
examples
/
shapedwindow.cxx
Age
Commit message (
Expand
)
Author
2024-11-01
Fix memory leaks in examples/shapedwindow.cxx
Albrecht Schlosser
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2021-08-30
Fix MSVC compiler warnings (PR #267)
fire-eggs
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-03-10
Add necessary #include directive
Manolo Gouy
2016-02-02
Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac OS X.
Manolo Gouy
2016-02-01
Fix shapedwindow test program.
Manolo Gouy
2015-12-08
Replaced call to Fl_Window::resize() by call to Fl_Widget::position() that is...
Manolo Gouy
2014-09-21
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...
Manolo Gouy
2014-09-02
Fixed header/footer lines
Manolo Gouy
2014-08-27
Added the Fl_Shaped_Window class to support windows of arbitrary shapes.
Manolo Gouy