summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Window_Driver.cxx
AgeCommit message (Expand)Author
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-21Android: Windows are now centered on screen if no position is defined, dialog...Matthias Melcher
2018-06-21Android: Lazy scroll is working. AT some point we should implement fast scrol...Matthias Melcher
2018-06-21Android: Implemented window positioning and sizingMatthias Melcher
2018-06-19Android: Clearing the desktop when a window is hidden.Matthias Melcher
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-03-24Android: Made popup and menu windows work, fixed Fl::wait() recursion,Matthias Melcher
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-07Android: using wait_for_expose to sync screen and windowsMatthias Melcher
2018-03-07Android: improvements to Fl:flush() implementation. Initial draw, no wasted d...Matthias Melcher
2018-03-05Android: drawing behaves nice enough. Fl::flush seems to bring the expected r...Matthias Melcher
2018-03-05Android: more cleanup. Trying to solve the problem of undefined screen buffer...Matthias Melcher
2018-03-03Android: reorganizingMatthias Melcher
2018-03-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02Adding crude Android native screen driverMatthias Melcher