2003-11-14 |
Richard Rauch | Normalized the internal header's style a bit.
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Plowed one more file this morning. Still just trivial...
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Yet more trivial style normalizations.
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Minor style corrections.
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Minor spacing quibble.
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Added a brief explanatory note to the X code for GLUT_CURSOR...
|
commit | commitdiff | tree |
2003-11-14 |
Richard Rauch | Noted one of a few cases where we do something immediately...
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Updated ChangeLog for the day.
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Removal of all remaining TABs in the freeglut *.[ch...
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Moved glutInit*() functions ahead of glutInit(). ...
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Style normalizations: Removed CRs and hard TABs mostly.
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Corrected the numbering of the ChangeLog (there were...
|
commit | commitdiff | tree |
2003-11-11 |
Richard Rauch | Added CRs to the ends of all lines in MS developer...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | John's fix for the minimize/close/maximize controls...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | A *.dsp file for CallbackMaker in the demos.
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | New demo from John: CallbackMaker.
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | Hm. I thought that I already hit this file for style...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | Ooops. Forgot that we already had a call to fgClearCallBack...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | Added Nigel's suggested code to clear all but the destroy...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | Modified the menus to refer to {border} rather than...
|
commit | commitdiff | tree |
2003-11-10 |
Richard Rauch | Well, a couple of days have gone by, so I assume that...
|
commit | commitdiff | tree |
2003-11-08 |
Richard Rauch | A first pass over freeglut_menu.c to bring it in line...
|
commit | commitdiff | tree |
2003-11-08 |
Richard Rauch | Altered the way that the {random} value (from 0..3...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | From John:
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Stripped out the now truly extraneous {braces} in such...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Adopted Eero Pajarre's suggestion of using a do { ...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Pure code janitoring: Shuffled the order of some of...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Combined EnterNotify and LeaveNotify event processing...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Added ReparentNotify case to UNIX_X11 event loop, to...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Oh well, I might as well add the call to clear callbacks...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Added fgInitCallBacks() to freeglut_structure.c. ...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Style normalization; removal of say-nothing-useful...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Normalized the style of freeglut_font.c No substantial...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Somewhat normalized the style of this file.
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Further normalization of the code's style. No substantial...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Split one last overlong line in freeglut_cursor.c.
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Added GLUT_CURSOR_NONE support in UNIX_X11 (well, NetBSD...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Further normalized the style of the cursor code.
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Slight style improvements. Two rules of thumb that...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Grr. Forgot to enable the "freeglut" C programming...
|
commit | commitdiff | tree |
2003-11-07 |
Richard Rauch | Minor corrections to the UNIX_X11 mouse-wheel support...
|
commit | commitdiff | tree |
2003-11-06 |
Richard Rauch | Ooops. I screwed up on part of John's fixes. Sorry.
|
commit | commitdiff | tree |
2003-11-06 |
Richard Rauch | Cleanup pass after committing callback conversion ...
|
commit | commitdiff | tree |
2003-11-06 |
Richard Rauch | Converted the "Callbacks" structure (with named members...
|
commit | commitdiff | tree |
2003-11-06 |
Richard Rauch | From John, a couple of lines needed to be changed to...
|
commit | commitdiff | tree |
2003-11-06 |
Richard Rauch | Update from John: Includes mouse button, mouse motion...
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Multiple changes from John. Style issues, plus a bug...
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Some changes, mostly from John. Mostly style changes.
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Per John's emailed desire to have all files obey UNIX...
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Update from John:
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Update from John:
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Got rid of the G_LOG_DOMAIN junk, per discussion on...
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Minor formatting quibbles. (The brain isn't up to...
|
commit | commitdiff | tree |
2003-11-04 |
Richard Rauch | Missed a block where one level was 2-space indented.
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Fixed a memory leak (thanks for the correction, John!).
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Deleted 3 files (again?) from CVS, on John's request...
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | * Indentation issues.
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Heh.
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Extracted some common code to a subroutine, in glutMainLoopE...
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Caught a few more little style issues.
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | Added a "case" for an X event that we turn on but do...
|
commit | commitdiff | tree |
2003-11-03 |
Richard Rauch | * Fixed a bug in the X11 handling of scrollwheel/mouse...
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Cleaned up one macro definition.
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Fit some long lines to 80 columns.
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Last of the hard TABs in the src/*.c files.
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | En masse removal of most (I think) of the remaining...
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Picked up some stray TABs scattered in this file.
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Noted by XXX comments that the XFlush() calls probably...
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Polished off the say-nothing-new comments and lines...
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Missed a few say-nothing-new comments in fgOpenWindow().
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Cleansed fgCloseWindow():
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Cleaned up fgOpenWindow():
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Cleanup to fgSetWindow(). The usual suspects:
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | Cleanup to fgSetupixelFormat(). Should be no functional...
|
commit | commitdiff | tree |
2003-10-31 |
Richard Rauch | There should be no changes to code functionality, though...
|
commit | commitdiff | tree |
2003-10-30 |
Richard Rauch | Finished off most of the issues with freeglut_structure...
|
commit | commitdiff | tree |
2003-10-30 |
Richard Rauch | Eliminated most of the say-nothing-new comments.
|
commit | commitdiff | tree |
2003-10-30 |
Richard Rauch | Forgot to set {direction} explicitly to +/- 1 for freeglut...
|
commit | commitdiff | tree |
2003-10-30 |
Richard Rauch | Minor fix to allow for multiple ticks to be received...
|
commit | commitdiff | tree |
2003-10-30 |
Richard Rauch | Grrr. My attempt to commit got aborted, and the commit...
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Should be no real changes to the code function.
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Should be entirely superficial changes to code style:
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Added Thierry's change to include sys/param.h. This...
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Deleted some say-nothing-new comments.
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Deleted a bunch of say-nothing-new comments. Someday...
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Previous changes were made without the freeglut major...
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Rewrote the TODO BEFORE THE STABLE RELEASE comment...
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | Got the last of the say-nothing-new comments in freeglut_misc.c.
|
commit | commitdiff | tree |
2003-10-29 |
Richard Rauch | * Fixed a bug that I introduced in fgWarning()/fgError...
|
commit | commitdiff | tree |
2003-10-28 |
Richard Rauch | Commit, mostly of work from John:
|
commit | commitdiff | tree |
2003-10-28 |
Richard Rauch | Re-indentation style changes from John.
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Converted a few "x != NULL" tests to "x" for clarity.
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Cleaned up a little redundancy in a comment on the...
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Removed about 90 lines of say-nothing-new comments.
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Propogated a pointer-check from menu-attach to menu...
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Cosmetic changes (mostly deleted a few more say-nothing...
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Changed an "#elif TARGET_HOST_UNIX_X11" to "#else"...
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Minor modifications to the menus:
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Cleaned up glutMainLoop() a bit:
|
commit | commitdiff | tree |
2003-10-27 |
Richard Rauch | Partially (re-?)unified some of the glutMainLoopEvent...
|
commit | commitdiff | tree |
next |