summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-19Fix documentation formatting.Albrecht Schlosser
2018-04-18Clarified the fl_choice ordering in first example with an image and arrows,Greg Ercolano
2018-04-18Add comments: "Implementation note about how Fl_Pixmap objects get printed un...Manolo Gouy
2018-04-18Simplify the implementation of printing of Fl_Pixmap images under Windows.Manolo Gouy
2018-04-18Fix crash in test/device after scale-GUI + Fl_Printer + Fl_Image_SurfaceManolo Gouy
2018-04-18Fix Fl_Text_Editor overstrike mode (STR #3463).Albrecht Schlosser
2018-04-18Docs for fl_choice() clarify argument order, added missing image for one of t...Greg Ercolano
2018-04-17Only fix correct indenting of function fl_convert_pixmap()Manolo Gouy
2018-04-16Comments only: extend "Implementation note about image drawing" to describe t...Manolo Gouy
2018-04-16Getting rid of warning in Xcode 9.3Matthias Melcher
2018-04-16Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...Manolo Gouy
2018-04-16Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.Manolo Gouy
2018-04-16Comments only: complete "Implementation note about image drawing" about how t...Manolo Gouy
2018-04-16Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...Manolo Gouy
2018-04-16Remove useless re-implementation of this virtual member function.Manolo Gouy
2018-04-15Comments only: extend the description of how Fl_Graphics_Driver derived class...Manolo Gouy
2018-04-15Restore building for X11 with HAVE_XRENDER = 0Manolo Gouy
2018-04-14Remove useless 'friend' statements from class Fl_Graphics_DriverManolo Gouy
2018-04-14Comments only: more extensive explanation of how virtual member functions of ...Manolo Gouy
2018-04-14Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once.Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-13Simplify code for image drawing by PostScript graphics driver.Manolo Gouy
2018-04-12Update 'examples' (test) documentation, add images.Albrecht Schlosser
2018-04-12SVG support: improve printed SVG images by increasing the resolution when pri...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-12Remove unnecessary dependency on FL/Fl_Rect.H.Albrecht Schlosser
2018-04-10Remove unused variable, update dependencies.Albrecht Schlosser
2018-04-10Document Fl_Rect::r() and b() to be outside the rectangle.Albrecht Schlosser
2018-04-10General description: mention how to move items aroundGreg Ercolano
2018-04-05X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continuedManolo Gouy
2018-04-05Added global Fl::visible_focus() checkbox.Greg Ercolano
2018-04-05X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 that left f...Manolo Gouy
2018-04-02Fixes STR #3459.Greg Ercolano
2018-04-01Android: Drawing RGB and monochrome image data on the fly from a buffer. Unte...Matthias Melcher
2018-04-01Android: Drawing RGB image data on the fly via callbackMatthias Melcher
2018-03-31Android: Drawing RGB image data (and probaly rgba and grayscale as well). Tes...Matthias Melcher
2018-03-31Added mention of the new Fl::menu_linespacing() in the Fl_Menu_ docs.Greg Ercolano
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: New version of the IDE Android Studio 3.1 . All still working fine.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