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_Screen_Driver.H
Age
Commit message (
Expand
)
Author
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-06-26
Moving headers Fl_XXX_Driver.H from FL/ to src/ --- continued
Manolo Gouy
2018-06-21
Android: roughly fixed Fl::grab() to make menus easier to navigate
Matthias Melcher
2018-06-21
Android: Windows are now centered on screen if no position is defined, dialog...
Matthias Melcher
2018-06-21
Android: Teaching FLTK to beep. test/button works.
Matthias Melcher
2018-06-19
Android: Clearing the desktop when a window is hidden.
Matthias Melcher
2018-03-27
Android: Implemented Pixmap drawing, also much cleanup in Fl_Android_Graphics...
Matthias Melcher
2018-03-25
Android: Separating keyboard stuff into a new file
Matthias Melcher
2018-03-24
Android: Rough, verz rough kezboard handling.
Matthias Melcher
2018-03-24
Android: Made popup and menu windows work, fixed Fl::wait() recursion,
Matthias Melcher
2018-03-12
Android: added support for Fl::add_timeout() and friends.
Matthias Melcher
2018-03-07
Android: moved all Android code from the main app into the driver system. All...
Matthias Melcher
2018-03-05
Android: drawing behaves nice enough. Fl::flush seems to bring the expected r...
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-03
Android: case of .h and .H
Matthias Melcher
2018-03-03
Android: need more source files
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