2003-11-25 |
Richard Rauch | Commit of work from Nigel: |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | More work from John (sorry for procrastinating): |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | Change from John (I removed a couple of spaces from... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Richard Rauch | Numerous style normalizations from John: |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Richard Rauch | All changes are from John, except for: |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Christopher... | Lots of stuff that John F. Fay pointed out. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Christopher... | Fix spelling mistake in a variable name. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Christopher... | Made Modifers variable global as per glut classic. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Christopher... | Removed old unused glutInitDisplayString code. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Christopher... | Use XParseGeometry for better geometry parsing. |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Christopher... | Removed the state variable BuildingAMenu. |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Christopher... | freeglut_assert_ready is going to have to go at some... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Christopher... | Replace TRUE with GL_TRUE and FALSE with GL_FALSE where... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Richard Rauch | Normalized the spacing around symbols, for the most... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Christopher... | Added a call to fgDeinitialize() before the call to... |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Richard Rauch | Style normalizations to the joystick code. |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Christopher... | Added a new state variable "Initalized". |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Normalized the internal header's style a bit. |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Plowed one more file this morning. Still just trivial... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Yet more trivial style normalizations. |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Minor style corrections. |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Minor spacing quibble. |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Added a brief explanatory note to the X code for GLUT_C... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Rauch | Noted one of a few cases where we do something immediat... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Updated ChangeLog for the day. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Removal of all remaining TABs in the freeglut *.[ch... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Moved glutInit*() functions ahead of glutInit(). ... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Style normalizations: Removed CRs and hard TABs mostly. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Corrected the numbering of the ChangeLog (there were... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Richard Rauch | Added CRs to the ends of all lines in MS developer... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | John's fix for the minimize/close/maximize controls... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | A *.dsp file for CallbackMaker in the demos. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | New demo from John: CallbackMaker. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | Hm. I thought that I already hit this file for style... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | Ooops. Forgot that we already had a call to fgClearCal... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | Added Nigel's suggested code to clear all but the destr... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | Modified the menus to refer to {border} rather than... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Richard Rauch | Well, a couple of days have gone by, so I assume that... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Christopher... | Applied Braden McDaniel's non-srcdir build patch. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Richard Rauch | A first pass over freeglut_menu.c to bring it in line... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Richard Rauch | Altered the way that the {random} value (from 0..3... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | From John: |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Stripped out the now truly extraneous {braces} in such... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Adopted Eero Pajarre's suggestion of using a do { ... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Pure code janitoring: Shuffled the order of some of... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Combined EnterNotify and LeaveNotify event processing... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Added ReparentNotify case to UNIX_X11 event loop, to... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Oh well, I might as well add the call to clear callback... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Added fgInitCallBacks() to freeglut_structure.c. ... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Style normalization; removal of say-nothing-useful... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Normalized the style of freeglut_font.c No substantial... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Somewhat normalized the style of this file. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Further normalization of the code's style. No substant... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Split one last overlong line in freeglut_cursor.c. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Added GLUT_CURSOR_NONE support in UNIX_X11 (well, NetBS... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Further normalized the style of the cursor code. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Slight style improvements. Two rules of thumb that... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Grr. Forgot to enable the "freeglut" C programming... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Richard Rauch | Minor corrections to the UNIX_X11 mouse-wheel support... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Richard Rauch | Ooops. I screwed up on part of John's fixes. Sorry. |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Richard Rauch | Cleanup pass after committing callback conversion ... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Richard Rauch | Converted the "Callbacks" structure (with named members... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Richard Rauch | From John, a couple of lines needed to be changed to... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Richard Rauch | Update from John: Includes mouse button, mouse motion... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Multiple changes from John. Style issues, plus a bug... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Some changes, mostly from John. Mostly style changes. |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Per John's emailed desire to have all files obey UNIX... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Update from John: |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Update from John: |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Got rid of the G_LOG_DOMAIN junk, per discussion on... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Minor formatting quibbles. (The brain isn't up to... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Richard Rauch | Missed a block where one level was 2-space indented. |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Fixed a memory leak (thanks for the correction, John!). |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Deleted 3 files (again?) from CVS, on John's request... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | * Indentation issues. |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Heh. |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Extracted some common code to a subroutine, in glutMain... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Caught a few more little style issues. |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | Added a "case" for an X event that we turn on but do... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Richard Rauch | * Fixed a bug in the X11 handling of scrollwheel/mouse... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Cleaned up one macro definition. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Fit some long lines to 80 columns. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Last of the hard TABs in the src/*.c files. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | En masse removal of most (I think) of the remaining... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Picked up some stray TABs scattered in this file. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Noted by XXX comments that the XFlush() calls probably... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Polished off the say-nothing-new comments and lines... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Missed a few say-nothing-new comments in fgOpenWindow(). |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Cleansed fgCloseWindow(): |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Cleaned up fgOpenWindow(): |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Cleanup to fgSetWindow(). The usual suspects: |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | Cleanup to fgSetupixelFormat(). Should be no functiona... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Rauch | There should be no changes to code functionality, thoug... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Richard Rauch | Finished off most of the issues with freeglut_structure... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Richard Rauch | Eliminated most of the say-nothing-new comments. |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Richard Rauch | Forgot to set {direction} explicitly to +/- 1 for freeg... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Richard Rauch | Minor fix to allow for multiple ticks to be received... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Richard Rauch | Grrr. My attempt to commit got aborted, and the commit... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Christopher... | There is a problem with the way I did glutFullscreen... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Christopher... | Rewrote glutFullscreen(). |
commit | commitdiff | tree | snapshot |
next |