summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...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-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 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-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-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-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
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-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-26Android: Avoids hiding and showing keyboard when focus changes from text inpu...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-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-22Android: Posting pretty buggy pie method; must visit later!Matthias Melcher