summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-10-14MacOS: finer control of the compilation conditions under which Core text and ...Manolo Gouy
2016-10-11Add public: to definition of class Fl_Quartz_Printer_Graphics_Driver.Manolo Gouy
2016-10-11Replace .h by .H in #include "Fl_Quartz_Graphics_Driver.h"Manolo Gouy
2016-10-10Re-organisation of code to support CoreText and ATSU for drawing text.Manolo Gouy
2016-10-07Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_...Manolo Gouy
2016-10-07Fl_Graphics_Driver::global_gc() is already implemented in Fl_Graphics_Driver.cxxManolo Gouy
2016-10-06 Correct function Fl_GDI_Graphics_Driver::gc(void*) that did not update the ...Manolo Gouy
2016-10-06Correct function Fl_Quartz_Graphics_Driver::gc(void*) that did not update the...Manolo Gouy
2016-09-29Avoid compilation warnings with -Wmaybe-uninitializedManolo Gouy
2016-09-26Replace a few global variables by members of the Fl_Quartz_Graphics_Driver classManolo Gouy
2016-09-26These files are no longer useful.Manolo Gouy
2016-09-26MacOS platform: the printer's graphics driver should also call Fl_Graphics_Dr...Manolo Gouy
2016-09-26MacOS platform: centralize check whether a font has been set before drawing textManolo Gouy
2016-09-25X11: More explicit warning when using rotated text w/o Xft.Albrecht Schlosser
2016-09-24Mac OS platform: restore usability with SDK 10.3 and 10.4Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-23Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...Manolo Gouy
2016-09-22Fl_Screen_Driver class: its platform dependent member functions should not be...Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
2016-09-21Remove a block of header comments in the middle of the file.Manolo Gouy
2016-09-21Restore building with X11 but not XftManolo Gouy
2016-09-20Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...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-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-09-12Fix typo in macro __LP64__Manolo Gouy
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy
2016-09-11Put the code that defines the layout of struct _XRegion in FL/x.HManolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-08-27Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...Manolo Gouy
2016-08-27Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() for displays whe...Manolo Gouy
2016-08-25Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...Manolo Gouy
2016-08-24Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...Manolo Gouy
2016-08-23Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().Albrecht Schlosser
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-08-22Use the HAS_ATSU preprocessor variable once moreManolo Gouy
2016-07-23Fix Fl_X11_System_Driver::utf8locale() that did not work when no locale is set.Manolo Gouy
2016-07-15Fix uninitialized variable warning.Albrecht Schlosser
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
2016-06-22Use Xrandr to get the true DPI of the display under the X11 platform.Manolo Gouy
2016-06-14Fix compiler warning under Linux [-Wunused-variable].Albrecht Schlosser
2016-06-11Remove // "$id: lines in the middle of the source codeManolo Gouy
2016-06-09Add missing variable declaration under AIXManolo Gouy
2016-06-09Add missing variable declaration under NetBSDManolo Gouy
2016-05-31Fix compiler warnings.Albrecht Schlosser
2016-05-13Add GLContext to the set of platform-dependent types defined in FL/platform_t...Manolo Gouy
2016-05-09Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...Manolo Gouy
2016-04-27Use standard fopen() as default implementation of virtual Fl_System_Driver::f...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy