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
/
PicoAndroid
/
Fl_PicoAndroid_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-02-25
Fix typo (case) in include file name.
Albrecht Schlosser
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-04-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-03-25
Completed the vector font.
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-11
Android "Hello" compiles and runs!
Matthias Melcher
2016-03-11
Android version compiles, links, launches, and receives commands.
Matthias Melcher
2016-03-11
(incomplete) Add files required to compile for Android via Pico driver.
Matthias Melcher