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.cxx
Age
Commit message (
Expand
)
Author
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-02-23
Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...
ManoloFLTK
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-21
Android: Windows are now centered on screen if no position is defined, dialog...
Matthias Melcher
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-06-19
Android: Clearing the desktop when a window is hidden.
Matthias Melcher
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-03-24
Android: Made popup and menu windows work, fixed Fl::wait() recursion,
Matthias Melcher
2018-03-11
Android: Made Fl_Rect virtual. Maybe a bad idea?
Matthias Melcher
2018-03-07
Android: using wait_for_expose to sync screen and windows
Matthias Melcher
2018-03-07
Android: improvements to Fl:flush() implementation. Initial draw, no wasted d...
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-02
Set svn properties on new Android source files.
Albrecht Schlosser
2018-03-02
Adding crude Android native screen driver
Matthias Melcher