summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-31Added Fl::menu_linespacing() to solve STR# 2927.Greg Ercolano
2018-03-30Minimal code edit, no functional change.Albrecht Schlosser
2018-03-29Refactor and simplify Fl_Group::resize().Albrecht Schlosser
2018-03-28Add more display scaling factors for testing.Albrecht Schlosser
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-27Android: Implemented Pixmap drawing, also much cleanup in Fl_Android_Graphics...Matthias Melcher
2018-03-27Android: Fl_Android_Graphics_Driver now derives from Fl_Graphics_Driver and n...Matthias Melcher
2018-03-26Android: Draws Fl_Bitmap.Matthias Melcher
2018-03-26Fix for STR#3457: Fl_SVG_Image handling of invalid width/heightManolo Gouy
2018-03-26Android: Avoids hiding and showing keyboard when focus changes from text inpu...Matthias Melcher
2018-03-26Android: Widgets can now request the on-screen keyboard when they get focus. ...Matthias Melcher
2018-03-26Android: Keyboard handles modifiers like Shift and Alt... .Matthias Melcher
2018-03-25Android: Added keycodes to make arrow keys, delete, return, and other non tex...Matthias Melcher
2018-03-25Android: Separating keyboard stuff into a new fileMatthias Melcher
2018-03-25Android: Improved event handling to handle all pending events before redrawin...Matthias Melcher
2018-03-24Android: Tried to fix flaws in the Android Native interface. Only Matthias Melcher
2018-03-24Remove GUI scale factor values above 300% which were here for development only.Manolo Gouy
2018-03-24Android: Even rougherer cut to make the keyboard pop up.Matthias Melcher
2018-03-24Android: Rough, verz rough kezboard handling.Matthias Melcher
2018-03-24Android: Made popup and menu windows work, fixed Fl::wait() recursion,Matthias Melcher
2018-03-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-03-23Android: Using floating point calls to make thigs look slightly better.Matthias Melcher
2018-03-23Android: Using xlib shortcut to draw circles and ellipses.Matthias Melcher
2018-03-23Android: Added fl_polygon and fl_loop calls. All boxtypes draw well now.Matthias Melcher
2018-03-23Android: Posting well behaved pie drawing method. Needs refactoring.Matthias Melcher
2018-03-23Fix Fl_Image::copy() and its versions for derived image classes following the...Manolo Gouy
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-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