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
/
ide
/
AndroidStudio3
/
app
/
src
Age
Commit message (
Expand
)
Author
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 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: yes, we can unicode; cleanup; documentd
Matthias Melcher
2018-03-16
Android: loading and rendering multiple fonts at multiple sizes.
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-14
Android: adding stress test for complex clipping.
Matthias Melcher
2018-03-12
Android: added support for Fl::add_timeout() and friends.
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: crude graphics clipping
Matthias Melcher
2018-03-07
Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...
Matthias Melcher
2018-03-07
Android: moved all Android code from the main app into the driver system. All...
Matthias Melcher
2018-03-07
Android: improvements to Fl:flush() implementation. Initial draw, no wasted d...
Matthias Melcher
2018-03-05
Android: moved include files as well
Matthias Melcher
2018-03-05
Android: moved to IDE directory.
Matthias Melcher