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_Widget_Surface.cxx
Age
Commit message (
Expand
)
Author
2017-07-20
Make Fl_Widget_Surface::draw(Fl_Widget *wid, int, int) draw also the overlay ...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2017-03-12
Fix svn attributes of *.c, *.cxx, *.cmake and others.
Albrecht Schlosser
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-03-31
Fix error with PostScript driver on the Mac platform.
Manolo Gouy
2016-03-27
Remove platform-dependent code from Fl_Widget_Surface.cxx - last part.
Manolo Gouy
2016-03-27
Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-03
Made Pico/SDL setup compile and run some minimal code.
Matthias Melcher
2016-02-29
Add missing implementation of Fl_Widget_Surface::origin(int x, int y).
Manolo Gouy
2016-02-26
Make the Fl_Widget_Surface's constructor protected.
Manolo Gouy
2016-02-26
Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).
Manolo Gouy