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