Implementing first part of Windows version of "GLUT_CAPTIONLESS" and "GLUT_BORDERLESS...
[freeglut] / src / freeglut_window.c
2007-09-19 John F. FayImplementing first part of Windows version of "GLUT_CAP...
2007-09-18 John F. FayImplementing feature request "[ 947118 ] Popup menu...
2007-09-18 John F. FayAddressing Feature Request #1307049 that "freeglut...
2007-09-16 John F. FayFixing bug #1688954, submitted in Marcy '07. I changed...
2007-09-16 John F. FayFixing bug report #1052151 from October 2004.
2006-09-28 Joe KrahnRemoved incorrect comment about internal WGL/ARB defini...
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
2006-09-25 John F. FayFixing a typo bug in the display mode checking (removin...
2006-09-21 John F. FayAdding support for the multisampling query per bug...
2006-09-21 John F. FayAdding multisampling to *nix and Windows; also some...
2006-09-21 John F. FayJoe Krahn's changes to "TARGET_HOST" defined constants
2006-09-21 John F. FayFixing two minor bugs, adding comments
2005-10-06 John F. FayImplementing Stereo in Windows
2005-07-05 Sven PanneX11 only: Free XVisualInfo structures when they are...
2005-07-05 Sven PanneTiny change to make grep's life easier: Rename the...
2005-05-19 Sven PanneFixed SF bug #1204261: Mini space leak when creating...
2005-05-04 John F. FayAdding a comment on why \"freeglut\" differs from GLUT...
2005-05-04 John F. FayUpdating the ChangeLog and TODO files in preparation...
2005-04-27 John F. FayFixing bug [ 1111218 ] fullscreen not working
2005-04-22 John F. FayTrying again to change \"fgStructure.Window\" to \...
2005-02-16 Brian Paulfixes for menus being attached to multiple buttons...
2005-02-15 Brian PaulAUX buffers for Windows (John Fay)
2005-02-11 Brian PaulAux color buffer support. Pass one of GLUT_AUX[1234...
2005-01-05 Sven PanneHopefully removed all damage done by commits without...
2005-01-03 Sven PanneImproved error message a bit when no suitable visual...
2005-01-03 Sven PanneMoved '#include "config.h"' to freeglut_internal.h...
2005-01-03 J.C. JonesChanges remove duplicate menu code from "freeglut_windo...
2005-01-03 J.C. JonesAdding initialization checking to all GLUT interface...
2004-12-31 Sven PanneFixed bug #1045054 (KeyReleaseMask typo).
2004-12-17 J.C. JonesSome assertion changes / removals from Dr. John Fay
2004-10-05 Brian Paulimproved comments and mouse coord adjustments (John...
2004-09-13 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Paulupdated comments from John Fay
2004-08-05 J.C. JonesImplements Richard Rauch's request that the warning...
2004-06-29 Brian Paulmove glXMakeCurrent() to after the point where the...
2004-05-12 J.C. JonesJohn Fay: Implement the modified logic of the direct...
2004-03-16 Daniel Wagnerreplaced all tabs with 4 spaces
2004-03-16 Nigel StewartRevert X11 fgCloseWindow to 1.38 pre-offscreen implemen...
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-15 Richard RauchCompleted removal of all support for the offscreen...
2004-03-14 Nigel StewartCode formatting tweak
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-10 Nigel StewartResolve [ 853044 ] FreeGLUT menus on Win32 in task...
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-02-18 Richard RauchMinor comment adjustments.
2004-02-07 Richard Rauch...AND a tab snuck into my changes for GLUT_OFFSCREEN...
2004-02-07 Richard RauchOoops. We don't want people to be able to create a...
2004-02-07 Richard RauchAdds GLUT_OFFSCREEN as a display mode option. This...
2004-01-05 Nigel StewartWin32 glutIconifyWindow() patch contributed by John...
2003-12-30 Nigel StewartOpenGL context is not made current on Win32 until fgSet...
2003-12-30 Nigel Stewart#pragma message is only understood my MS compiler
2003-12-11 Richard RauchStripped out TABs that got reintroduced.
2003-12-11 J.C. JonesNigel Stewart's Win32 window-sizing fix for game mode
2003-12-11 Richard RauchJohn correctly observed that the initialization {OldHei...
2003-12-03 Richard RauchHrm. I misunderstood the purpose of {window->State...
2003-11-28 Christopher John... Fixed windows compilation problem with last update.
2003-11-27 Christopher John... Window close fix.
2003-11-21 Richard RauchNumerous style normalizations from John:
2003-11-21 Richard RauchAll changes are from John, except for:
2003-11-15 Christopher John... Removed the state variable BuildingAMenu.
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-15 Christopher John... Added a new state variable "Initalized".
2003-11-14 Richard RauchNoted one of a few cases where we do something immediat...
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-10-31 Richard RauchPicked up some stray TABs scattered in this file.
2003-10-31 Richard RauchNoted by XXX comments that the XFlush() calls probably...
2003-10-31 Richard RauchPolished off the say-nothing-new comments and lines...
2003-10-31 Richard RauchMissed a few say-nothing-new comments in fgOpenWindow().
2003-10-31 Richard RauchCleansed fgCloseWindow():
2003-10-31 Richard RauchCleaned up fgOpenWindow():
2003-10-31 Richard RauchCleanup to fgSetWindow(). The usual suspects:
2003-10-31 Richard RauchCleanup to fgSetupixelFormat(). Should be no functiona...
2003-10-31 Richard RauchThere should be no changes to code functionality, thoug...
2003-10-29 Christopher John... There is a problem with the way I did glutFullscreen...
2003-10-29 Christopher John... Rewrote glutFullscreen().
2003-09-23 Richard RauchFixed:
2003-09-02 Christopher John... Fix to stop fgSetWindow(NULL) crashing on X11.
2003-08-17 Christopher John... Game mode fixes from Bernhard Kaindl and Eric Espie.
2003-08-05 Christopher John... Using override_redirect instead of motif wm hints.
2003-08-05 Eric Sandall(98) src/Makefile.am:34 Added mwmborder.c
2003-08-04 J.C. JonesKeep the X11 decoration-zapping code confined to X11...
2003-08-04 J.C. JonesMenus' decorations are removed on Linux. Not sure if...
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-08-01 Eric Sandallsrc/freeglut_window.c:551 Removed extra carriage retur...
2003-07-23 Eric Sandallsrc/freeglut_window.c Windowing fixes from John F.
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...