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
/
drivers
/
Pico
/
Fl_Pico_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2022-01-23
Remove experimental platforms Android, Pico, SDL (PR #376)
Albrecht Schlosser
2021-02-18
Remove #include ".../config_lib.h" from remaining sources
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-02-25
Fix typo (case) in include file name.
Albrecht Schlosser
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-17
virtualizes fl_set_spot and fl_reset_spot
Matthias Melcher
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-13
Extended double buffering fix to Android
Matthias Melcher
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-03
Made Pico/SDL setup compile and run some minimal code.
Matthias Melcher
2016-03-02
Add support for SDL as a base library on OS X.
Matthias Melcher