Removed redundant code.
[freeglut] / src / freeglut_main.c
2005-07-06 Sven PanneRemoved redundant code.
2005-07-05 John F. FayImplementing the new menu context variable names in...
2005-07-02 Sven PanneHandle modifiers in MotionNotify events, too. This...
2005-06-30 Sven PanneOoops, forgot to set the current window in the last...
2005-06-30 Sven PanneWhen a window is iconified, only an UnmapNotify is...
2005-06-30 Sven PanneCleaned up CreateNotify/ConfigureNotify handling.
2005-06-30 Sven PanneOoops, forgot to dump a few fields in some events...
2005-06-30 Sven PanneAdded --enable-debug configure flag. Currently it only...
2005-05-26 John F. FayTakeshi Nishimura\'s changes to make the Windows mouse...
2005-05-26 J.C. JonesFix joysticks so they are polled by their timer correct...
2005-05-24 Sven PanneWhen switching to game mode under X11, no ConfigureNoti...
2005-05-12 John F. FayTakeshi Nishimura\'s menu changes--menus should now...
2005-05-12 John F. FayTakeshi Nishimura\'s menu fixes
2005-05-06 Sven PanneNecessary compilation fixes for newer GCCs (e.g. 3...
2005-05-04 John F. FayChanging hard-coded constant (number of mouse buttons...
2005-04-28 John F. FayAdding Window Exit event handling to the Windows code...
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-01-23 Sven PanneTesting for errno.h is overkill. :-)
2005-01-23 Sven PanneWindows platforms only: Merged some cursor-related...
2005-01-05 Sven PanneHopefully removed all damage done by commits without...
2005-01-03 Sven Panneautoconf'd vfprintf
2005-01-03 Sven Panneautoconf'd <errno.h> handling and removed an unused...
2005-01-03 Sven Panneautoconf'd <limits.h> and <sys/param.h> handling, remov...
2005-01-03 Sven PanneImproved <sys/typed.h> / <unistd.h> handling as suggest...
2005-01-03 Sven PanneFixed <sys/time.h> / <time.h> handling as suggested...
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 first bug of #1064195 (two things when using...
2004-10-05 Brian Paulupdated comments (John Fay)
2004-10-05 Brian Paulimproved comments and mouse coord adjustments (John...
2004-09-23 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Pauljoystick updates from John Fay
2004-09-10 Brian Paulupdated comments from John Fay
2004-08-11 J.C. JonesFix a game mode crashing bug, conditional compilation...
2004-05-12 J.C. JonesJohn Fay: A bug fix re: behavior of the code when the...
2004-03-22 Daniel Wagnerremoved .cpp file (using LoadLibrary() instead)
2004-03-17 Nigel StewartPrevent exceeding array bounds in X11 key-repeat detection
2004-03-16 Daniel Wagnerreplaced all tabs with 4 spaces
2004-03-16 Nigel StewartWhitespace conversion - tabs to 4 spaces
2004-03-15 Daniel Wagnerfixed mouse position and keyboard mapping.
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-15 Nigel StewartRepeat-key handling for Win32
2004-03-14 Nigel StewartResolution of X11 key-repeat handling
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-08 Nigel StewartResolved bug #869765 glutIgnoreKeyRepeat() Fix (Win32)
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-02-14 Richard RauchFor some reason, the X "expose" event handler was ...
2004-02-01 Richard RauchClose a bug whereby events can be delayed arbitrarily...
2004-01-16 Richard RauchAmmended a comment on fgCheckJoystickCallback().
2004-01-16 Richard RauchMinor style normalizations to minimize the diffs betwee...
2004-01-16 Richard RauchSome changes from John.
2004-01-05 Nigel StewartWin32 glutIconifyWindow() patch contributed by John...
2003-12-30 Richard RauchSplit a few overlong lines.
2003-12-30 Richard RauchHm... I thought that I committed this last night....
2003-12-30 Nigel StewartTidy nested if/else to suppress gcc -Wall -pedantic...
2003-12-23 Richard RauchMoved the window-resize code so that it happens wheneve...
2003-12-22 Richard RauchSeveral test-on-assignment cases have been converted...
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-10 Richard RauchCommit of John's change to stop an infinite-loop condit...
2003-12-03 Richard RauchTouched up several comments, pointing up things that...
2003-12-03 Richard RauchHrm. I misunderstood the purpose of {window->State...
2003-12-02 Richard RauchChanged Create/ConfigureNotify handling in UNIX_X11:
2003-12-02 Richard RauchAdded an "XXX" earmark for post-release contemplation...
2003-12-02 Richard RauchEnsure that the time-out for sleeping is never negative.
2003-12-02 Richard RauchFixed a bug for UNIX_X11 where window reshape events...
2003-11-28 Christopher John... Timer optimizations.
2003-11-27 Christopher John... Window close fix.
2003-11-25 Richard RauchJohn reported, and fixed, a problem that recent changes...
2003-11-25 Richard RauchMore work from John (sorry for procrastinating):
2003-11-25 Richard RauchChange from John (I removed a couple of spaces from...
2003-11-21 Richard RauchNumerous style normalizations from John:
2003-11-21 Richard RauchAll changes are from John, except for:
2003-11-18 Christopher John... Lots of stuff that John F. Fay pointed out.
2003-11-17 Christopher John... Fix spelling mistake in a variable name.
2003-11-16 Christopher John... Made Modifers variable global as per glut classic.
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 Richard RauchNormalized the spacing around symbols, for the most...
2003-11-15 Christopher John... Added a call to fgDeinitialize() before the call to...
2003-11-15 Christopher John... Added a new state variable "Initalized".
2003-11-10 Richard RauchJohn's fix for the minimize/close/maximize controls...
2003-11-07 Richard RauchFrom John:
2003-11-07 Richard RauchStripped out the now truly extraneous {braces} in such...
2003-11-07 Richard RauchPure code janitoring: Shuffled the order of some of...
2003-11-07 Richard RauchCombined EnterNotify and LeaveNotify event processing...
2003-11-07 Richard RauchAdded ReparentNotify case to UNIX_X11 event loop, to...
2003-11-07 Richard RauchGrr. Forgot to enable the "freeglut" C programming...
2003-11-07 Richard RauchMinor corrections to the UNIX_X11 mouse-wheel support...
2003-11-06 Richard RauchOoops. I screwed up on part of John's fixes. Sorry.
2003-11-06 Richard RauchCleanup pass after committing callback conversion ...
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-11-06 Richard RauchFrom John, a couple of lines needed to be changed to...
2003-11-04 Richard RauchSome changes, mostly from John. Mostly style changes.
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-11-04 Richard RauchMissed a block where one level was 2-space indented.
next