summaryrefslogtreecommitdiff
path: root/src/drivers/Android
AgeCommit message (Expand)Author
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2019-12-22Android Image driver was incomplete and did not compile.Matthias Melcher
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2019-02-23Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...ManoloFLTK
2018-06-26Moving headers Fl_XXX_Driver.H from FL/ to src/ --- continuedManolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
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: Lazy scroll is working. AT some point we should implement fast scrol...Matthias Melcher
2018-06-21Android: Teaching FLTK to beep. test/button works.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-05-06Improve fl_overlay_rect() when GUI is scaled.Manolo Gouy
2018-04-21Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...Manolo Gouy
2018-04-20Remove debugging statementManolo Gouy
2018-04-20Fix direct use of fl_draw_pixmap() whithout Fl_Pixmap object.Manolo Gouy
2018-04-16Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-01Android: Drawing RGB and monochrome image data on the fly from a buffer. Unte...Matthias Melcher
2018-04-01Android: Drawing RGB image data on the fly via callbackMatthias Melcher
2018-03-31Android: Drawing RGB image data (and probaly rgba and grayscale as well). Tes...Matthias Melcher
2018-03-27Android: Implemented Pixmap drawing, also much cleanup in Fl_Android_Graphics...Matthias Melcher
2018-03-27Android: Fl_Android_Graphics_Driver now derives from Fl_Graphics_Driver and n...Matthias Melcher
2018-03-26Android: Draws Fl_Bitmap.Matthias Melcher
2018-03-26Android: Avoids hiding and showing keyboard when focus changes from text inpu...Matthias Melcher
2018-03-26Android: Keyboard handles modifiers like Shift and Alt... .Matthias Melcher
2018-03-25Android: Added keycodes to make arrow keys, delete, return, and other non tex...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-23Android: Using floating point calls to make thigs look slightly better.Matthias Melcher
2018-03-23Android: Using xlib shortcut to draw circles and ellipses.Matthias Melcher
2018-03-23Android: Added fl_polygon and fl_loop calls. All boxtypes draw well now.Matthias Melcher
2018-03-23Android: Posting well behaved pie drawing method. Needs refactoring.Matthias Melcher
2018-03-22Android: Posting pretty buggy pie method; must visit later!Matthias Melcher
2018-03-22Android: Implemented vector drawing and polygons.Matthias Melcher
2018-03-18Android: Implemented font changing ( Fl::set_font(ix, name); )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