summaryrefslogtreecommitdiff
path: root/src/drivers/OpenGL
AgeCommit message (Expand)Author
2 dayswipmaxim nikonov
2023-04-13Fix compiler warnings [-Wpedantic]Albrecht Schlosser
2023-03-18Fix gl_rect and OGL::fl_point #688Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-12-10Fixes some VC compiler warningsMatthias Melcher
2022-12-10Fixes OpenGL complex polygons when scaling (#576)Matthias Melcher
2022-12-08Fix compilation warning, update dependenciesAlbrecht Schlosser
2022-12-05Fixing fl_complex_polygon() compilation for WIN32 (#571)Matthias Melcher
2022-12-05Implement fl_complex_polygon() for OpenGL (#570)Matthias Melcher
2022-11-30Add a unit test for drawing complex shapes (#565)Matthias Melcher
2022-08-20Remove FL_EXPORT qualifier from platform-specific class declarations.ManoloFLTK
2022-08-18Simplify class Fl_OpenGL_Display_Device.ManoloFLTK
2022-03-24Remove useless virtual member function overrides.ManoloFLTK
2022-03-21Fix silly MSVC 2010 parser warningsAlbrecht Schlosser
2022-02-26Fix Visual Studio build warnings in OpenGL graphics driverAlbrecht Schlosser
2022-02-06OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)Matthias Melcher
2021-12-09Remove compiler warnings about unused parameters (issue #307) - cont'dManoloFLTK
2021-08-27Remove compiler warnings '-Wextra-semi' (see also PR #266)Albrecht Schlosser
2021-04-29Cleaner access to Fl_Gl_Window_Driver objects.ManoloFLTK
2021-04-16Minor simplification in Fl_Gl_Window_Driver::capture_gl_rectangle()ManoloFLTK
2021-03-01Remove duplicated code between derived classes of Fl_Graphics_Driver.ManoloFLTK
2021-03-01Remove warnings about hidden virtual member functions.ManoloFLTK
2021-02-21Remove VS compilation warning messages about implicit type conversions.ManoloFLTK
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2021-02-16Create virtual Fl_RGB_Image* Fl_Gl_Window_Driver::capture_gl_rectangle()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-09Remove empty file from compilationAlbrecht Schlosser
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-11-30Comments only: correct the header of 2 source files.Manolo Gouy
2018-10-31Remove use of Fl_Gl_Window_Driver.H in file src/Fl_cocoa.mmManolo Gouy
2018-10-31Remove all dependency to libfltk_gl from Fl_cocoa.mm.Manolo Gouy
2018-10-16Fix Fl_OpenGL_Display_Device::capture_gl_rectangle(Fl_Gl_Window*) by making c...Manolo Gouy
2018-06-26Move Fl_Gl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-05-30MacOS: have Fl_OpenGL_Display_Device::capture_gl_rectangle() capture also the...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-12-19Scaling capability under MacOS platform: fix capture of scaled window.Manolo Gouy
2017-08-14Remove unnecessary #include statements and compilation guards.Albrecht Schlosser
2017-08-14Make 'driver' header include guards more standard.Albrecht Schlosser
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...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-09Simpler code path for a member function calling another member function of sa...Manolo Gouy
2016-11-16Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...Manolo Gouy
2016-09-13Remove possible warnings when compiling with -WundefManolo Gouy
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy