summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Window.cxx
AgeCommit message (Expand)Author
2008-09-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2007-12-15Fl_Gl_Window::mode() needed to hide and show the window when toggling stereoMichael R Sweet
2007-12-15Add set_visible() for GL windows on Mac OS X (STR #1707)Michael R Sweet
2006-08-17New context_changed() function for OpenGL windows allowing efficient texture ...Matthias Melcher
2006-01-15More copyright updates.Michael R Sweet
2006-01-14Fix resizing of Windows (STR #1139)Michael R Sweet
2005-05-12Resizing of OpenGL subwindows was broken on OSX (STR #804)Michael R Sweet
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-09Quartz port:Matthias Melcher
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-03-31Fix OpenGL resize bug some more - still have an outstanding issue withMichael R Sweet
2003-03-31Possible fix for OpenGL bus errors on OSX.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-14Fix OpenGL resize bug.Michael R Sweet
2002-12-04OSX fixes for GLUT/GL window classes.Michael R Sweet
2002-11-15Fix OpenGL resize bug under OSX.Michael R Sweet
2002-10-15Preliminary OpenGL single-buffering fix.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-01-03cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handlingMatthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2001-12-21Get rid of CR's in some files...Michael R Sweet
2001-12-19MacOS: added opaque window resizing,Matthias Melcher
2001-12-18- Mac: greatly improved OpenGL support, some window management,Matthias Melcher
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-12-06Implemeted 95% of all Mac OS X support. Makefiles still need modifications.Matthias Melcher
2001-12-04Some Win32 drivers would draw into wrong buffersMatthias Melcher
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-07-18Does not blink the OpenGl cursor on NT except when a gl overlay is being done...Bill Spitzak
2001-03-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-09-15Fl_Gl_Window with an overlay on X always resized any child windows evenBill Spitzak
2000-07-07Buttons with box(FL_NO_BOX) did not draw. Apparently they did inBill Spitzak
2000-06-10Made sure all draw()s were protected and all handle()s were public. (MostCarl E. Thompson
2000-06-10More fixes to the OpenGL overlay code on win32. This now seems toBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-07More fixes to the NT OpenGL overlaysBill Spitzak
2000-03-24OpenGL overlays now work on NT. Tested on several different cards.Bill Spitzak
2000-03-18OpenGL overlays now work on NT!Bill Spitzak
2000-03-05Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h toBill Spitzak