summaryrefslogtreecommitdiff
path: root/src/drivers/Android
AgeCommit message (Expand)Author
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
2018-03-17Android: intersetcing a complex clipping region with a rectangleMatthias Melcher
2018-03-17Android: added text clipping in all its uglyness.Matthias Melcher
2018-03-17Android: added fontattributes, so formatting works well now.Matthias Melcher
2018-03-17Android: added font access into Android package via Assets, added fontMatthias Melcher
2018-03-17Android: added chachingMatthias Melcher
2018-03-17Android: yes, we can unicode; cleanup; documentdMatthias Melcher
2018-03-17Android: basic font management structure is complete.Matthias Melcher
2018-03-16Android: loading and rendering multiple fonts at multiple sizes.Matthias Melcher
2018-03-16Android: finally founded font functionality, freakishly fluttered first Matthias Melcher
2018-03-16Android: starting to handle user clipping regions, but first I will Matthias Melcher
2018-03-16Android: added function to optimize complex regionsMatthias Melcher
2018-03-16Android: clipping regions code grew so big, they moved into their ownMatthias Melcher
2018-03-15Android: commented the iterator code of the complex clipping area.Matthias Melcher
2018-03-15Android: clipping code cleanup, xy and yx lines are clippedMatthias Melcher
2018-03-15Android: window clipping working fl_rectf. Matthias Melcher
2018-03-15Android: implemented good complex clipping, but unoptimized.Matthias Melcher
2018-03-14Android: implemented complex clipping at the first level.Matthias Melcher
2018-03-14Android: adding stress test for complex clipping. Matthias Melcher
2018-03-12Android: fixed Fl_Rect.H commit.Matthias Melcher
2018-03-12Android: added support for Fl::add_timeout() and friends.Matthias Melcher
2018-03-12Android: Reinstated working simple cliping functionality based on anMatthias Melcher
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-10Android: finally taught AndroidStudio where the SVN root directory isMatthias Melcher
2018-03-10Android: fixed some variables to avoid crashing.Matthias Melcher