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
/
Android
/
Fl_Android_Window_Driver.H
Age
Commit message (
Expand
)
Author
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-02-23
Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...
ManoloFLTK
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-21
Android: Lazy scroll is working. AT some point we should implement fast scrol...
Matthias Melcher
2018-06-21
Android: Implemented window positioning and sizing
Matthias Melcher
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-03-25
Android: Added keycodes to make arrow keys, delete, return, and other non tex...
Matthias Melcher
2018-03-24
Android: Made popup and menu windows work, fixed Fl::wait() recursion,
Matthias Melcher
2018-03-07
Android: using wait_for_expose to sync screen and windows
Matthias Melcher
2018-03-05
Android: more cleanup. Trying to solve the problem of undefined screen buffer...
Matthias Melcher
2018-03-03
Android: reorganizing
Matthias Melcher
2018-03-02
Set svn properties on new Android source files.
Albrecht Schlosser
2018-03-02
Adding crude Android native screen driver
Matthias Melcher