summaryrefslogtreecommitdiff
path: root/src/drivers/Android/Fl_Android_Screen_Driver.cxx
AgeCommit message (Expand)Author
2018-06-23Android: Android Developer Documentation would work but needs some changes in...Matthias Melcher
2018-06-23Android: added a few more Doxygen commentsMatthias Melcher
2018-06-23Android: fixed fl_beep to plat different sound for differen beep types, testi...Matthias Melcher
2018-06-21Android: roughly fixed Fl::grab() to make menus easier to navigateMatthias Melcher
2018-06-21Android: Windows are now centered on screen if no position is defined, dialog...Matthias Melcher
2018-06-21Android: Teaching FLTK to beep. test/button works.Matthias Melcher
2018-06-19Android: Clearing the desktop when a window is hidden.Matthias Melcher
2018-03-25Android: Separating keyboard stuff into a new fileMatthias Melcher
2018-03-25Android: Improved event handling to handle all pending events before redrawin...Matthias Melcher
2018-03-24Android: Tried to fix flaws in the Android Native interface. Only Matthias Melcher
2018-03-24Android: Even rougherer cut to make the keyboard pop up.Matthias Melcher
2018-03-24Android: Rough, verz rough kezboard handling.Matthias Melcher
2018-03-24Android: Made popup and menu windows work, fixed Fl::wait() recursion,Matthias Melcher
2018-03-18Android: Fixed another bug when deleting complex clipping areasMatthias Melcher
2018-03-18Android: Fixed bug when deleting complex clipping areasMatthias Melcher
2018-03-16Android: finally founded font functionality, freakishly fluttered first Matthias Melcher
2018-03-12Android: added support for Fl::add_timeout() and friends.Matthias Melcher
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-09Android: move Android specific platform events to FL/android.HMatthias Melcher
2018-03-07Cleaning FLTK namespaceMatthias Melcher
2018-03-07Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...Matthias Melcher
2018-03-07Android: moved all Android code from the main app into the driver system. All...Matthias 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-04Android: beautified the Fl_Android_Application interface.Matthias Melcher
2018-03-03Android: reorganizingMatthias Melcher
2018-03-03Android: need more source filesMatthias Melcher
2018-03-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02Adding crude Android native screen driverMatthias Melcher