summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
AgeCommit message (Expand)Author
2017-04-11Fix Windows CreateDC/DeleteDC mismatch (STR #3373).Albrecht Schlosser
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Fl_Screen_Driver class: its platform dependent member functions should not be...Manolo Gouy
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-08-27Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...Manolo Gouy
2016-08-23Change comment describing return type of Fl_WinAPI_Screen_Driver::read_win_re...Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-04-12Add and correct a few Doxygen comments.Manolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-04-02Complete removal of platform-dependent code from fl_set_font.cxxManolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-31Move dnd and character-composition related functions from Fl_System_Driver to...Manolo Gouy
2016-03-01Moved timer code to screen drivers. Not sure if this should be in System Driv...Matthias Melcher
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-17Fix typos.Albrecht Schlosser
2016-02-15FL porting Win32 build fix:Ian MacArthur
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
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-11Move platform part of Fl::flush()Matthias Melcher
2016-02-10Moving fl_beep into screen driver.Matthias Melcher
2016-02-10Fixed Screen Drivers for MSWindowsMatthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher