summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2017-06-28Better implementation of Fl_WinAPI_Window_Driver::reuse_cursor() that will al...Manolo Gouy
2017-06-28HiDPI support: keep window's icons after rescalingManolo Gouy
2017-06-28HiDPI support: keep window's cursor after rescaling.Manolo Gouy
2017-06-27WIN32 platform: more progress for full HiDPI supportManolo Gouy
2017-06-27Exact computation of scaled clipping region for X11 platform.Manolo Gouy
2017-06-21Move line_width_ protected member variable from Fl_Xlib_Graphics_Driver to Fl...Manolo Gouy
2017-06-19HiDPI support under WIN32: fix bugs with tile demo and with fullscreen demo.Manolo Gouy
2017-06-19HiDPI support under WIN32: fix fullscreen mode when scaling factor is > 1.Manolo Gouy
2017-06-19HiDPI support under WIN32 platform: fix Fl_WinAPI_Window_Driver::capture_titl...Manolo Gouy
2017-06-18Advancing HiDPI support for the WIN32 platform - still incomplete.Manolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy
2017-06-15Limit initial scaling factor to sensible values.Albrecht Schlosser
2017-06-10Remove temporary code used for development of the scaling support.Manolo Gouy
2017-06-06X11 platform: Accurate box graphics at wide range of scaling factor values.Manolo Gouy
2017-06-02Fix problem introduced at r.12247Manolo Gouy
2017-06-01Remove the 'defined(WIN32)' and 'defined(__APPLE__)' preprocessor directives ...Manolo Gouy
2017-06-01Additional check in Fl_Xlib_Graphics_Driver::font_unscaled(Fl_Font, Fl_Fontsi...Manolo Gouy
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-05-22X11 + Pango platform: improve text drawing with angle.Manolo Gouy
2017-05-22Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual funct...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-05-06De-duplicate code to load pointer to the TransparentBlt() system function at ...Manolo Gouy
2017-05-05Fix erroneously cased include file namesManolo Gouy
2017-04-25Remove Fl_Translated_GDI_Graphics_Driver and have its functions performed by ...Manolo Gouy
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
2017-04-24Remove unused variable from class Fl_Xlib_Image_Surface_Driver.Albrecht Schlosser
2017-04-24Undo change at r.12221 because it's done at r.12222 in a cross-platform fashion.Manolo Gouy
2017-04-23Fix Fl_Image_Surface::image() as discussed in fltk.generalAlbrecht Schlosser
2017-04-12Fix for STR#3374: Crash with pango enabled when changing default fontManolo Gouy
2017-04-11Fix Windows CreateDC/DeleteDC mismatch (STR #3373).Albrecht Schlosser
2017-04-07Fixed typo in warning message.Manolo Gouy
2017-03-17Account for translation also in non-Pango code section.Manolo Gouy
2017-03-17Create Fl_Xlib_Graphics_Driver::scale_and_render_pixmap() to draw depth-4 or ...Manolo Gouy
2017-03-17The new Fl_Xlib_Graphics_Driver::draw_scaled() member function must also acco...Manolo Gouy
2017-03-17Remove class Fl_Translated_Xlib_Graphics_Driver and move its processing to Fl...Manolo Gouy
2017-03-17Fix the projective transformation matrix used for Xrender-based scaled image ...Manolo Gouy
2017-03-16Add scaled image drawing to the X11 platform using Xrender.Manolo Gouy
2017-03-13Fix include file case (patch from Haiku port, thanks).Albrecht Schlosser
2017-03-07Add to Fl_System_Driver support for measuring time with split second resolution.Manolo Gouy
2017-02-25Fix typo (case) in include file name.Albrecht Schlosser
2017-02-22Avoid potential crash occurring after calling win->show(0,0)Manolo Gouy
2017-02-20Mac OS: remove unused members variables from platform-specific struct Fl_Wind...Manolo Gouy
2017-01-10Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL wind...Manolo Gouy
2017-01-10Fl_OpenGL_Graphics_Driver : use gl_font()/gl_draw() to draw text in a GL window.Manolo Gouy
2016-12-23Fix CMake config.h and compiler warnings.Albrecht Schlosser
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-12-21Fix Fl_Xlib_Graphics_Driver::delete_bitmask() : the pixmap argument is to be ...Manolo Gouy
2016-12-16Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...Manolo Gouy
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-12-09Simpler code path for a member function calling another member function of sa...Manolo Gouy