summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-03-08Add missing PicoSDL functions for command line build.Matthias Melcher
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Fixes for X11Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-03-06New, driver-based Fl_Double_Window implementation.Manolo Gouy
2016-03-06Rename SDL driver files to PicoSDL.Matthias Melcher
2016-03-06Remove duplicate Fl_Image_Surface::(un)translate()Manolo Gouy
2016-03-06Build with SDL driver needs to know also the Fl_Image_Surface class.Manolo Gouy
2016-03-06Fix include statements.Albrecht Schlosser
2016-03-05Complete the platform-neutral implementation of fl_XXX_offscreen() functions.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform - continued.Manolo Gouy
2016-03-04Fix a problem seen in fluid on the Mac OS platform.Manolo Gouy
2016-03-04Fix bad #include directivesManolo Gouy
2016-03-04Complete driver-based implementation of Fl_Image_Surface.Manolo Gouy
2016-03-04Fix Fl_Xlib_Graphics_Driver::draw(Fl_RGB_Image *,...) that was incompletely c...Manolo Gouy
2016-03-03A hopefully clearer implementation of the fl_XXX_offscreen() functions.Manolo Gouy
2016-03-03Fix error in an #include directive.Manolo Gouy
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-03-02Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).Albrecht Schlosser
2016-03-02Finalize new implementation of Fl_Copy_Surface.Manolo Gouy
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-03-01Fix a few Doxygen warnings.Manolo Gouy
2016-03-01Allow fl_draw_image() with negative L parameter for Mac OS - continued.Manolo Gouy
2016-03-01Allow running fluid -c without opening the X11 display.Manolo Gouy
2016-03-01Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple...Manolo Gouy
2016-03-01Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...Manolo Gouy
2016-03-01Added missing virtua function headersMatthias Melcher
2016-03-01Have fl_draw_image(buf,X,Y,W,H,D,L) support negative D and/or L arguments on ...Manolo Gouy
2016-03-01Moved timer code to screen drivers. Not sure if this should be in System Driv...Matthias Melcher
2016-02-29Accept fl_draw_image(buf, X,Y,W,H,D,L) with negative D and/or L arguments on ...Manolo Gouy
2016-02-27Remove declaration of Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(...Manolo Gouy
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-26Correct \file info for DoxygenManolo Gouy
2016-02-26These files have been renamed from .h to .HManolo Gouy
2016-02-26Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warningsManolo Gouy
2016-02-26More .h renamed to .HManolo Gouy
2016-02-26Change #include following new file locationManolo Gouy
2016-02-26Rename remaining src/drivers/XXX.h to XXX.H - continuedManolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-26Rename Fl_Quartz_Display_Device.h to Fl_Quartz_Display_Device.HManolo Gouy
2016-02-26Rename Fl_Xlib_Graphics_Driver.h to Fl_Xlib_Graphics_Driver.HManolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-25Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...Manolo Gouy
2016-02-25Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...Manolo Gouy