summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
AgeCommit message (Expand)Author
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
2014-01-09Restored the statement removed at r.9992 because it's required so Fl_Gl_Devic...Manolo Gouy
2013-09-24Fix some warnings for IRIX 6.5Greg Ercolano
2013-04-10While suggesting a new top_window() method for STR#2948,Greg Ercolano
2013-04-08Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Wind...Greg Ercolano
2013-04-08Fix STR# 2944 [1]: When an app uses overlays and gl_draw(),Greg Ercolano
2012-03-05Fix STR #2260: OpenGL windows in Fl_Tabs don't hide when tabs are switched (M...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-12Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. Manolo Gouy
2011-05-11On Mac OS, FL_HIDE is now sent when a window is minimized or the application ...Manolo Gouy
2011-04-15Corrected gl.h instead of gl.HManolo Gouy
2011-03-26Mac OS: added gl_texture_reset() function to be called when deleting an Fl_Gl...Manolo Gouy
2011-03-26Mac OS: Fixed bug where gl_draw() would fail after deletion of an Fl_GL_Window.Manolo Gouy
2011-01-03Mac OS X: removed all uses of Carbon (except for older OS versions) and re-or...Manolo Gouy
2010-12-20change __linux__ to USE_X11 fix STR #2437yuri
2010-12-18Mac OS: replaced several global functions by new member functions of Mac OS-s...Manolo Gouy
2010-12-13add missing SWAP GL_SWAP_TYPE overlay draw (the slowest)yuri
2010-12-01Consistent usage of __APPLE_QUARTZ__Manolo Gouy