summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-21X11: Remove tentative, uncompiled code to cache RGB images with Xrender Pictu...Manolo Gouy
2018-03-20Extend the doc of Fl_Image::scale() member function.Manolo Gouy
2018-03-20Fix, optimize, and comment "gleam" scheme box drawing.Albrecht Schlosser
2018-03-20Remove compilation warning with gcc-6.3 and -WreorderManolo 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-16Fix whitespace and comments only.Albrecht Schlosser
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-15Fixing Tabs, typos, and comments.Matthias Melcher
2018-03-15Fixing FIXME's and tab characters in fl_shortcut.cxx.Matthias Melcher
2018-03-15Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab charact...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-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-11Document fl_numericsort() and fl_casenumericsort().Albrecht Schlosser
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy
2018-03-11Documentation of fl_create_offscreen: give more details useful because the sc...Manolo Gouy
2018-03-11Documentation: homogenize uses of "FLTK units" and "drawing units".Manolo Gouy
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