2003-12-03 |
Richard Rauch | Touched up several comments, pointing up things that... |
blob | commitdiff |
2003-12-03 |
Richard Rauch | Hrm. I misunderstood the purpose of {window->State... |
blob | commitdiff | diff to current |
2003-12-02 |
Richard Rauch | Changed Create/ConfigureNotify handling in UNIX_X11: |
blob | commitdiff | diff to current |
2003-12-02 |
Richard Rauch | Added an "XXX" earmark for post-release contemplation... |
blob | commitdiff | diff to current |
2003-12-02 |
Richard Rauch | Ensure that the time-out for sleeping is never negative. |
blob | commitdiff | diff to current |
2003-12-02 |
Richard Rauch | Fixed a bug for UNIX_X11 where window reshape events... |
blob | commitdiff | diff to current |
2003-11-28 |
Christopher John... | Timer optimizations. |
blob | commitdiff | diff to current |
2003-11-27 |
Christopher John... | Window close fix. |
blob | commitdiff | diff to current |
2003-11-25 |
Richard Rauch | John reported, and fixed, a problem that recent changes... |
blob | commitdiff | diff to current |
2003-11-25 |
Richard Rauch | More work from John (sorry for procrastinating): |
blob | commitdiff | diff to current |
2003-11-25 |
Richard Rauch | Change from John (I removed a couple of spaces from... |
blob | commitdiff | diff to current |
2003-11-21 |
Richard Rauch | Numerous style normalizations from John: |
blob | commitdiff | diff to current |
2003-11-21 |
Richard Rauch | All changes are from John, except for: |
blob | commitdiff | diff to current |
2003-11-18 |
Christopher John... | Lots of stuff that John F. Fay pointed out. |
blob | commitdiff | diff to current |
2003-11-17 |
Christopher John... | Fix spelling mistake in a variable name. |
blob | commitdiff | diff to current |
2003-11-16 |
Christopher John... | Made Modifers variable global as per glut classic. |
blob | commitdiff | diff to current |
2003-11-15 |
Christopher John... | Removed the state variable BuildingAMenu. |
blob | commitdiff | diff to current |
2003-11-15 |
Christopher John... | Replace TRUE with GL_TRUE and FALSE with GL_FALSE where... |
blob | commitdiff | diff to current |
2003-11-15 |
Richard Rauch | Normalized the spacing around symbols, for the most... |
blob | commitdiff | diff to current |
2003-11-15 |
Christopher John... | Added a call to fgDeinitialize() before the call to... |
blob | commitdiff | diff to current |
2003-11-15 |
Christopher John... | Added a new state variable "Initalized". |
blob | commitdiff | diff to current |
2003-11-10 |
Richard Rauch | John's fix for the minimize/close/maximize controls... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | From John: |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Stripped out the now truly extraneous {braces} in such... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Pure code janitoring: Shuffled the order of some of... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Combined EnterNotify and LeaveNotify event processing... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Added ReparentNotify case to UNIX_X11 event loop, to... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Grr. Forgot to enable the "freeglut" C programming... |
blob | commitdiff | diff to current |
2003-11-07 |
Richard Rauch | Minor corrections to the UNIX_X11 mouse-wheel support... |
blob | commitdiff | diff to current |
2003-11-06 |
Richard Rauch | Ooops. I screwed up on part of John's fixes. Sorry. |
blob | commitdiff | diff to current |
2003-11-06 |
Richard Rauch | Cleanup pass after committing callback conversion ... |
blob | commitdiff | diff to current |
2003-11-06 |
Richard Rauch | Converted the "Callbacks" structure (with named members... |
blob | commitdiff | diff to current |
2003-11-06 |
Richard Rauch | From John, a couple of lines needed to be changed to... |
blob | commitdiff | diff to current |
2003-11-04 |
Richard Rauch | Some changes, mostly from John. Mostly style changes. |
blob | commitdiff | diff to current |
2003-11-04 |
Richard Rauch | Got rid of the G_LOG_DOMAIN junk, per discussion on... |
blob | commitdiff | diff to current |
2003-11-04 |
Richard Rauch | Missed a block where one level was 2-space indented. |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | * Indentation issues. |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | Heh. |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | Extracted some common code to a subroutine, in glutMain... |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | Caught a few more little style issues. |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | Added a "case" for an X event that we turn on but do... |
blob | commitdiff | diff to current |
2003-11-03 |
Richard Rauch | * Fixed a bug in the X11 handling of scrollwheel/mouse... |
blob | commitdiff | diff to current |
2003-10-31 |
Richard Rauch | En masse removal of most (I think) of the remaining... |
blob | commitdiff | diff to current |
2003-10-30 |
Richard Rauch | Forgot to set {direction} explicitly to +/- 1 for freeg... |
blob | commitdiff | diff to current |
2003-10-30 |
Richard Rauch | Minor fix to allow for multiple ticks to be received... |
blob | commitdiff | diff to current |
2003-10-30 |
Richard Rauch | Grrr. My attempt to commit got aborted, and the commit... |
blob | commitdiff | diff to current |
2003-10-29 |
Richard Rauch | * Fixed a bug that I introduced in fgWarning()/fgError... |
blob | commitdiff | diff to current |
2003-10-28 |
Richard Rauch | Commit, mostly of work from John: |
blob | commitdiff | diff to current |
2003-10-27 |
Richard Rauch | Cleaned up glutMainLoop() a bit: |
blob | commitdiff | diff to current |
2003-10-27 |
Richard Rauch | Partially (re-?)unified some of the glutMainLoopEvent... |
blob | commitdiff | diff to current |
2003-10-26 |
Richard Rauch | Moved the idle callback out of glutMainLoopEvent()... |
blob | commitdiff | diff to current |
2003-10-26 |
Richard Rauch | Superficial cleanup of the code. Mostly taking lines... |
blob | commitdiff | diff to current |
2003-10-26 |
Richard Rauch | Fixed the buglet about failing to report the program... |
blob | commitdiff | diff to current |
2003-10-08 |
Richard Rauch | Changed CreateNotify (in X11 ONLY) to act like a Config... |
blob | commitdiff | diff to current |
2003-10-08 |
Richard Rauch | Fixed a bug in the menu callback behavior. Menus were... |
blob | commitdiff | diff to current |
2003-10-04 |
J.C. Jones | Tweaking for menu behavior in Linux regarding mouse... |
blob | commitdiff | diff to current |
2003-10-01 |
Richard Rauch | Added support for more arbitrary number of mouse button... |
blob | commitdiff | diff to current |
2003-09-24 |
Richard Rauch | Corrected a bug w.r.t. display and joystick events... |
blob | commitdiff | diff to current |
2003-09-23 |
Richard Rauch | Fixed: |
blob | commitdiff | diff to current |
2003-09-22 |
Richard Rauch | Moved the #include/#ifdef/#define stuff up to the top. |
blob | commitdiff | diff to current |
2003-09-20 |
J.C. Jones | Richard Rauch's patch to ensure that freeglut does... |
blob | commitdiff | diff to current |
2003-09-13 |
J.C. Jones | Nigel Stewart's joystick fix (for hopefully all platfor... |
blob | commitdiff | diff to current |
2003-09-10 |
J.C. Jones | Re-add catches for the case in which a menu callback... |
blob | commitdiff | diff to current |
2003-09-09 |
Christopher John... | More to fix a deinitialization related crash. |
blob | commitdiff | diff to current |
2003-09-08 |
J.C. Jones | Menus should deallocate better now - John Fay |
blob | commitdiff | diff to current |
2003-08-29 |
J.C. Jones | These change a bunch of assignments to calls to set... |
blob | commitdiff | diff to current |
2003-08-29 |
J.C. Jones | Another typecast bugfix from John Fay |
blob | commitdiff | diff to current |
2003-08-28 |
J.C. Jones | Casting changes, John Fay |
blob | commitdiff | diff to current |
2003-08-27 |
J.C. Jones | Major overhaul to the menu system, by John Fay |
blob | commitdiff | diff to current |
2003-08-05 |
Eric Sandall | src/freeglut_main.c:816 and :1571, set the current... |
blob | commitdiff | diff to current |
2003-08-02 |
J.C. Jones | Major menu changes (they appear in their own window... |
blob | commitdiff | diff to current |
2003-07-07 |
Christopher John... | glutMainLoopEvent() was not closing windows properly. |
blob | commitdiff | diff to current |
2003-07-02 |
Christopher John... | It was crashing on and event for a unknown window. |
blob | commitdiff | diff to current |
2003-06-27 |
Brian Paul | XF86 game mode fixes, context sharing option. (John... |
blob | commitdiff | diff to current |
2003-06-23 |
Eric Sandall | Changed all references to the 'freeglut-1.3' directory... |
blob | commitdiff | diff to current |
|