summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 a subfolder called src/drivers/PostScript - ...Manolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy
2016-02-26Add virtual destructor to Fl_Screen_Driver.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-26Update dependencies.Albrecht Schlosser
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-25Remove useless declarations.Manolo Gouy
2016-02-25Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...Manolo Gouy
2016-02-24Avoid static initializers to allow FLTK usage in static initializers.Manolo Gouy
2016-02-23Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().Manolo Gouy
2016-02-22Fix unused variable compiler warning.Albrecht Schlosser
2016-02-22Fix Fl_Text_Display line numbers and scrolling (STR #3272).Albrecht Schlosser
2016-02-20Update copyright and comments of src/cmap.cxx (no code changes).Albrecht Schlosser
2016-02-20Document creation of src/fl_cmap.h with src/cmap.cxx.Albrecht Schlosser
2016-02-20Fix include files.Albrecht Schlosser
2016-02-19Fixes for X11Matthias Melcher
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Typo in X11 part of src/MakefileMatthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-19Fix Fl_X11_Screen_Driver::wait(). The fractals demo is back.Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-19Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-18Fix Fl::grab(win) under Linux (program crashed in menus).Albrecht Schlosser
2016-02-17Fix flush() call (Linux) - makes drawing work again, but still buggy.Albrecht Schlosser
2016-02-17Fix compilation under Linux - compiles, but doesn't work :-(Albrecht Schlosser
2016-02-17Fix typos.Albrecht Schlosser
2016-02-16Fix drawing of window decoration.Manolo Gouy
2016-02-15Reformatting.Manolo Gouy
2016-02-15Restore compilability for the WIN32 platform.Manolo Gouy
2016-02-15Improve image drawing to double-resolution Fl_Image_Surface objects (Mac OS o...Manolo Gouy
2016-02-15FL porting Win32 build fix:Ian MacArthur
2016-02-14Fix HTML entities in Fl_Help_View.Albrecht Schlosser
2016-02-14Fl_Graphics_Driver::has_feature(Fl_Graphics_Driver::NATIVE) is useful here.Manolo Gouy
2016-02-14Remove Fl_X::q_fill_context() used only once.Manolo Gouy
2016-02-14Remove Fl_X::q_clear_clipping() used only once.Manolo Gouy
2016-02-14Move Fl_Quartz_Graphics_Driver::draw_CGImage() to Fl_Quartz_Graphics_Driver_i...Manolo Gouy
2016-02-13[Cairo] Remove part of the dependency of FL/Fl.H on config.h.Albrecht Schlosser
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...Manolo Gouy
2016-02-13Refactoring get_system_colors() into Fl_Screen_DriverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-13Simpler code to support drawing to high-resolution Fl_Image_Surface object.Manolo Gouy
2016-02-12Fl_Window::capture_titlebar_and_borders() returns a double-resolution top image.Manolo Gouy