summaryrefslogtreecommitdiff
path: root/src/gl_draw.cxx
AgeCommit message (Expand)Author
2017-01-24MacOS: reduce the memory size of class gl_texture_fifo managing GL textures t...Manolo Gouy
2017-01-19Remove USE_OksiD_style_GL_font_selection preprocessor variable because it is ...Manolo Gouy
2017-01-10Remove useless #include directivesManolo Gouy
2016-09-27 MacOS platform: fix building under OS 10.4 that may not have kCGBitmapByteO...Manolo Gouy
2016-06-16Fix for STR#3316 to match the size argument of glGenLists() and glDeleteLists...Manolo Gouy
2016-05-08Remove Doxygen warning.Manolo Gouy
2016-05-08Make Fl_Cocoa_Gl_Window_Driver::draw_string() simplerManolo Gouy
2016-05-08Fix gl_draw() used in simple window under Mac OS X.Manolo Gouy
2016-05-08Rewrite file src/gl_draw.cxx under the driver model.Manolo Gouy
2016-05-08Rewrite OpenGL-related code under the driver model.Manolo Gouy
2016-04-16Fix usage of preprocessor macro USE_X11.Albrecht Schlosser
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo 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-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-20Starting to cut out individual graphics function, so that multiple drivers ca...Matthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...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-10-21Mac OS and SDK 10.3: #define's necessary for gl_draw.cxx are better in the li...Manolo Gouy
2015-09-03Extended Mac OS support of gl_draw() functions to old Apple hardware that do...Manolo Gouy
2015-08-31Mac OS: Use the more standard GL_TEXTURE_RECTANGLE_ARB Manolo Gouy
2015-08-29Fixed bug in Mac OS version of gl_draw() that could produce truncated strings.Manolo Gouy
2015-02-22Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).Albrecht Schlosser
2014-12-21Remove the link error sometimes caused by class Fl_XFont_On_Demand not export...Manolo Gouy
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-10-30Add missing gl includesLauri Kasanen
2014-08-23Move Xutf8.h to src/, update includes, refresh makedependsLauri Kasanen
2014-01-15Mac OS: when computing a texture, save/restore the global fl_gc variable.Manolo Gouy
2013-10-29After r.10011 that removed the q_name member from class Fl_Font_Descriptor, c...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-10r. 8537 had by error introduced a compilation error with ppc architecture.Manolo 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-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-07Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor().Manolo Gouy
2011-02-05Removed global variables fl_font_ and fl_size_ that are now distinct for each...Manolo Gouy
2011-01-09Removed compilation warning.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed the remaining warningsMatthias Melcher
2010-04-14gl_draw.cxx: simplified/clarified #define'sManolo Gouy
2010-04-14gl_draw.cxx: removed the suspenders but kept the belt.Manolo Gouy
2010-04-13gl_draw.cxx (Mac-specific): fixed bad shading of text color.Manolo Gouy
2010-04-13gl_draw.cxx (Mac-specific): fixed another bad use of non null-terminated string.Manolo Gouy
2010-04-13gl_draw.cxx (Mac-specific): fixed use of fl_measure with non null-terminated ...Manolo Gouy
2010-04-13gl_draw.cxx (Mac-specific): account for text color.Manolo Gouy