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_Driver.H
Age
Commit message (
Expand
)
Author
2022-03-31
Fix whitespace errors (no code changes)
Albrecht Schlosser
2022-03-21
Issue #359 RFE: access the MacOS windowid .
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-03
Rearrange "Print Button Window" functions
Albrecht Schlosser
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-11-26
Fix for issue #254: remove hardware overlay support .
ManoloFLTK
2021-11-19
Refactor and improve "Print front window" dialog
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-05-08
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-02-23
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...
ManoloFLTK
2018-06-27
Remove a few useless 'friend' statements.
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy