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_Graphics_Driver.cxx
Age
Commit message (
Expand
)
Author
2018-06-19
Android: Clearing the desktop when a window is hidden.
Matthias Melcher
2018-04-21
Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...
Manolo Gouy
2018-04-20
Remove debugging statement
Manolo Gouy
2018-04-20
Fix direct use of fl_draw_pixmap() whithout Fl_Pixmap object.
Manolo Gouy
2018-04-16
Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-04-01
Android: Drawing RGB and monochrome image data on the fly from a buffer. Unte...
Matthias Melcher
2018-04-01
Android: Drawing RGB image data on the fly via callback
Matthias Melcher
2018-03-31
Android: Drawing RGB image data (and probaly rgba and grayscale as well). Tes...
Matthias Melcher
2018-03-27
Android: Implemented Pixmap drawing, also much cleanup in Fl_Android_Graphics...
Matthias Melcher
2018-03-27
Android: Fl_Android_Graphics_Driver now derives from Fl_Graphics_Driver and n...
Matthias Melcher
2018-03-26
Android: Draws Fl_Bitmap.
Matthias Melcher
2018-03-24
Android: Made popup and menu windows work, fixed Fl::wait() recursion,
Matthias Melcher
2018-03-23
Android: Using floating point calls to make thigs look slightly better.
Matthias Melcher
2018-03-23
Android: Using xlib shortcut to draw circles and ellipses.
Matthias Melcher
2018-03-23
Android: Added fl_polygon and fl_loop calls. All boxtypes draw well now.
Matthias Melcher
2018-03-23
Android: Posting well behaved pie drawing method. Needs refactoring.
Matthias Melcher
2018-03-22
Android: Posting pretty buggy pie method; must visit later!
Matthias Melcher
2018-03-22
Android: Implemented vector drawing and polygons.
Matthias Melcher
2018-03-18
Android: Implemented font changing ( Fl::set_font(ix, name); )
Matthias Melcher
2018-03-17
Android: added text clipping in all its uglyness.
Matthias Melcher
2018-03-16
Android: loading and rendering multiple fonts at multiple sizes.
Matthias Melcher
2018-03-16
Android: added function to optimize complex regions
Matthias Melcher
2018-03-15
Android: clipping code cleanup, xy and yx lines are clipped
Matthias Melcher
2018-03-15
Android: window clipping working fl_rectf.
Matthias Melcher
2018-03-15
Android: implemented good complex clipping, but unoptimized.
Matthias Melcher
2018-03-14
Android: implemented complex clipping at the first level.
Matthias Melcher
2018-03-12
Android: Reinstated working simple cliping functionality based on an
Matthias Melcher
2018-03-11
Android: Made Fl_Rect virtual. Maybe a bad idea?
Matthias Melcher
2018-03-10
Android: finally taught AndroidStudio where the SVN root directory is
Matthias Melcher
2018-03-10
Android: fixed some variables to avoid crashing.
Matthias Melcher
2018-03-10
Android: adding and fixing to the graphics clipping code
Matthias Melcher
2018-03-10
Android: crude graphics clipping
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
More Android changes.
Matthias Melcher
2018-03-02
Adding crude Android native screen driver
Matthias Melcher