summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxxManolo Gouy
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Cocoa_Window_Driver.cxxManolo Gouy
2018-05-12MacOS: move timer-related code from file Fl_cocoa.mm to file Fl_Cocoa_Screen_...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-10Comments only: describe the Inheritance diagram for classes Fl_Surface_Device...Manolo Gouy
2018-05-09Fix fl_overlay_rect() for MacOS platform when GUI is scaled.Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-05-07Added convenience method update_menubutton(),Greg Ercolano
2018-05-07New Fl_Image_Surface::rescale() class function and document equivalence betwe...Manolo Gouy
2018-05-06Deprecate Fl_Image_Surface::highres_image() because Fl_Image_Surface::image()...Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-05-06Improve fl_overlay_rect() when GUI is scaled.Manolo Gouy
2018-05-05Fix Fl_Screen_Driver::traverse_to_gl_subwindows() to support Fl_Widget_Surfac...Manolo Gouy
2018-05-05Improve Fl_Screen_Driver::traverse_to_gl_subwindows(), still needs to be comp...Manolo Gouy
2018-05-05Fix Fl_X11_Screen_Driver::read_win_rectangle() when GUI is scaled.Manolo Gouy
2018-05-05Add checks for NULL pointer, just in case.Manolo Gouy
2018-05-04Simplify Fl_Gl_Device_Plugin::print() using the Fl_Image::scale() member func...Manolo Gouy
2018-05-04Documentation: improve doc of Fl_Widget_Surface::print_window_part() and Fl_W...Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2018-05-04MacOS: improve fl_overlay_rect() when GUI scale factor = 1.7Manolo Gouy
2018-05-03Simplify fl_overlay_rect() using the Fl_Image::scale() member function.Manolo Gouy
2018-05-03Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.Manolo Gouy
2018-05-02Simplify Fl_Widget_Surface::print_window_part() using the new Fl_Image::scale...Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2018-05-01Update fluid (.fl) files.Albrecht Schlosser
2018-05-01Add missing function fl_define_FL_ICON_LABEL() (STR #3468).Albrecht Schlosser
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