summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-30Extend documentation of fl_begin_offscreen()Manolo Gouy
2018-04-30Fix indentation.Albrecht Schlosser
2018-04-29Fl_WinAPI_System_Driver::paste() : fix handling of clipboard containing top-d...Manolo Gouy
2018-04-29Fl_WinAPI_System_Driver::paste() : fix indentation only.Manolo Gouy
2018-04-29Pasting image from clipboard: partial support of top-down DIB image (still ne...Manolo Gouy
2018-04-29Fix Fl_WinAPI_System_Driver::paste() when clipboard contains GIF imageManolo Gouy
2018-04-29Fix Fl_WinAPI_System_Driver::paste() when the clipboard contains an image as ...Manolo Gouy
2018-04-26Documentation: complete doc of Fl_Image_Surface::offscreen()Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-04-26Fix Fl_WinAPI_System_Driver::paste() when clipboard contains an image and the...Manolo Gouy
2018-04-26Fix Fl_GDI_Graphics_Driver::copy_offscreen() when the destination surface is ...Manolo Gouy
2018-04-25class Fl_Xlib_Image_Surface_Driver : Remove unused member variable.Manolo Gouy
2018-04-25Have Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() restore the wind...Manolo Gouy
2018-04-25Windows: fix fl_copy_offscreen() when input offscreen is scaled and output su...Manolo Gouy
2018-04-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-04-23Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...Manolo Gouy
2018-04-21Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...Manolo Gouy
2018-04-20Fix Fl_GDI_Graphics_Driver::cache(Fl_Pixmap *) where 2 distinct Fl_GDI_Graphi...Manolo Gouy
2018-04-20Remove debugging statementManolo Gouy
2018-04-20Fix direct use of fl_draw_pixmap() whithout Fl_Pixmap object.Manolo Gouy
2018-04-19Fix background color when drawing pixmap data both directly or as an Fl_Pixma...Manolo Gouy
2018-04-19Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-19Documentation: place Doxygen doc next to function implementationManolo Gouy
2018-04-19Documentation: add doc for Fl_Graphics_Driver::cache_size()Manolo Gouy
2018-04-19Documentation: simplify example code for Fl_Image::scale()Manolo Gouy
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-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-16Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...Manolo Gouy
2018-04-15Restore building for X11 with HAVE_XRENDER = 0Manolo 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-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-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-05X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 that left f...Manolo Gouy