summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2018-03-22Android: Posting pretty buggy pie method; must visit later!Matthias Melcher
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-22Android: Implemented vector drawing and polygons.Matthias Melcher
2018-03-21X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-19Remove useless member function declaration.Manolo Gouy
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-15Improve X11 coordinate clipping.Albrecht Schlosser
2018-03-15Fix a potential internal stack overflow in Xlib graphics driver.Albrecht Schlosser
2018-03-15Remove unused #include files and FL_CFG_* conditional code.Albrecht Schlosser
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-13Improve and simplify X line and rect 16-bit clipping.Albrecht Schlosser
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-10Remove useless #include statement.Manolo Gouy
2018-03-10Fl_Xlib_Graphics_Driver::scale_clip: restrict the computed X11 region to the ...Manolo Gouy
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-03-09Improve X11 (16-bit) clipping of lines and rectangles.Albrecht Schlosser
2018-03-09Android: move Android specific platform events to FL/android.HMatthias Melcher
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-03-08Fix X11 clip region outside 16-bit coordinate space.Albrecht Schlosser
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