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_Graphics_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
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2017-03-13
Fix include file case (patch from Haiku port, thanks).
Albrecht Schlosser
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-19
Pico, fixed graphics scaling and circles
Matthias Melcher
2016-04-16
Fix typos in comments.
Albrecht Schlosser
2016-04-15
Pico can draw lines rectf and arcs, so the top level driver does not have to
Matthias Melcher
2016-04-15
Fixed Pico again.
Matthias Melcher
2016-04-09
Fix Doxygen warning ("nested comment").
Albrecht Schlosser
2016-03-25
Completed the vector font.
Matthias Melcher
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Add Android Touch events.
Matthias Melcher
2016-03-08
A few more Pico fixes. Tests with single buffered windows render well for tho...
Matthias Melcher
2016-03-08
Add very basic graphics support to PicoSDL.
Matthias Melcher
2016-03-02
Add support for SDL as a base library on OS X.
Matthias Melcher