summaryrefslogtreecommitdiff
path: root/src/drivers/Android
AgeCommit message (Expand)Author
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
2018-03-10Android: adding and fixing to the graphics clipping codeMatthias Melcher
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-03-09Android: move Android specific platform events to FL/android.HMatthias Melcher
2018-03-07Cleaning FLTK namespaceMatthias Melcher
2018-03-07Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...Matthias Melcher
2018-03-07Android: moved all Android code from the main app into the driver system. All...Matthias Melcher
2018-03-07Android: using wait_for_expose to sync screen and windowsMatthias Melcher
2018-03-07Android: improvements to Fl:flush() implementation. Initial draw, no wasted d...Matthias Melcher
2018-03-05Android: moved to IDE directory.Matthias Melcher
2018-03-05Android: drawing behaves nice enough. Fl::flush seems to bring the expected r...Matthias Melcher
2018-03-05Android: more cleanup. Trying to solve the problem of undefined screen buffer...Matthias Melcher
2018-03-04Android: beautified the Fl_Android_Application interface.Matthias Melcher
2018-03-03Android: reorganizingMatthias Melcher
2018-03-03Android: case of .h and .HMatthias Melcher
2018-03-03Android: need more source filesMatthias Melcher
2018-03-02Set svn properties on new Android source files.Albrecht Schlosser
2018-03-02More Android changes.Matthias Melcher
2018-03-02Adding crude Android native screen driverMatthias Melcher