summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
AgeCommit message (Expand)Author
2017-07-03Fix Fl_WinAPI_Gl_Window_Driver::pixels_per_unit() when on secondary monitor.Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-05-11Added some example code to Fl_Gl_Window::draw() docs..Greg Ercolano
2017-01-20Allow resizable Fl_Gl_Window drawn using the Fl_OpenGL_Graphics_DriverManolo Gouy
2017-01-10Match glPushAttrib() with glPopAttrib()Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-12-05For consistency, make the pre-processor check for the inclusion of "dlfcn.h" beIan MacArthur
2016-08-23Step back from r11886 that is not correct.Manolo Gouy
2016-08-23Make Fl_Gl_Window::make_current() set the value of the fl_window global varia...Manolo Gouy
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
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-05-08Rewrite OpenGL-related code under the driver model.Manolo Gouy
2016-04-19Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Move GL-related static member functions of the Fl_X class on Mac OS to class ...Manolo Gouy
2016-04-19Move several of the methods of class Fl_X for Mac platform to class Fl_Cocoa_...Manolo Gouy
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-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-10Fix MSWindows compile issues.Matthias Melcher
2016-01-29Updated OpenGL Display DeviceMatthias Melcher
2016-01-21Removed OpenGL graphics driver from public view. For the parts that are imple...Matthias Melcher
2016-01-20Avoid clipping stack overruns in OpenGL graphics driverMatthias Melcher
2016-01-20Wrapping up fl_rect.cxx implementation. Introducing 3 moer virtual functions ...Matthias Melcher
2016-01-20Reorganized all integer line and polygon drawing functionsMatthias Melcher
2016-01-20Re-ordering a few more functions. It's nice to see how clear functions like r...Matthias Melcher
2016-01-20Starting to cut out individual graphics function, so that multiple drivers ca...Matthias Melcher
2016-01-19Fixed typos for Linux compilation. OpenGL driver compiles and somewhat works,...Matthias Melcher
2016-01-18Replaced static initializer with Fl_OpenGL_Display_Device.Matthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-09-08The Fl_Gl_Window public API offers 2 ways to control the OpenGL capabilities ...Manolo Gouy
2015-09-07Moved a few Mac-specific lines from Fl_Gl_Window::show() to Fl_Gl_Window::mode()Manolo Gouy
2015-09-07Mac OS X: restored the possibility to set a GL context mode with theManolo Gouy
2015-08-31Improved use of the gl_texture_reset() function:Manolo Gouy
2015-08-27Programs compiled with pre-10.7 SDKs can now fully use retina displays.Manolo Gouy
2015-02-03Fixed crash when resizing a not yet shown() Fl_Gl_Window.Manolo Gouy
2015-02-02Replace gl_xxx() function names by new member functions of the Fl_X class to ...Manolo Gouy
2015-01-31Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...Manolo Gouy
2015-01-14A public header file must not use a preprocessor variable such as MAC_OS_X_VE...Manolo Gouy
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-11-11Added support of true subwindows to the Mac OS X code. With this, a window in...Manolo Gouy
2014-06-30Follow up to earlier commit. Missed one reference to fixcursor.Pierre Ossman
2014-06-30The SGI 320 is obsolete since many many years, so remove this codePierre Ossman
2014-02-07Fix crash when Fl_Window::flush() is called before show() (STR #3028).Albrecht Schlosser
2014-01-16Better way to force linking of Fl_Gl_Device_Plugin.o whenever Fl_Gl_Window.o ...Manolo Gouy
2014-01-10To force linking of Fl_Gl_Device_Plugin.o when Fl_Gl_Window.o is linked, an a...Manolo Gouy