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_Font.cxx
Age
Commit message (
Expand
)
Author
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
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-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-18
Android: Fixed another bug when deleting complex clipping areas
Matthias Melcher
2018-03-18
Android: Fixed bug when deleting complex clipping areas
Matthias Melcher
2018-03-17
Android: added text clipping in all its uglyness.
Matthias Melcher
2018-03-17
Android: added fontattributes, so formatting works well now.
Matthias Melcher
2018-03-17
Android: added font access into Android package via Assets, added font
Matthias Melcher
2018-03-17
Android: added chaching
Matthias Melcher
2018-03-17
Android: yes, we can unicode; cleanup; documentd
Matthias Melcher
2018-03-17
Android: basic font management structure is complete.
Matthias Melcher
2018-03-16
Android: loading and rendering multiple fonts at multiple sizes.
Matthias Melcher
2018-03-16
Android: finally founded font functionality, freakishly fluttered first
Matthias Melcher