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 |
2003-10-26 |
Richard Rauch | Moved the idle callback out of glutMainLoopEvent()...
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Added John's text-positioning modification.
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Committed change from Nigel to fix the joystick bug...
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Superficial cleanup of the code. Mostly taking lines...
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Added some error-checking (particularly w.r.t. strdup()).
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Removed two more bogus "carriage return" references...
|
commit | commitdiff | tree |
2003-10-26 |
Richard Rauch | Fixed the buglet about failing to report the program...
|
commit | commitdiff | tree |
2003-10-14 |
Richard Rauch | Swept the freeglut_font.c for comment cleanup:
|
commit | commitdiff | tree |
2003-10-13 |
Richard Rauch | Small bug-fix that's been on my mind:
|
commit | commitdiff | tree |
2003-10-13 |
Richard Rauch | Removed the obsolete hack (or very ill-conceived dream...
|
commit | commitdiff | tree |
2003-10-13 |
Richard Rauch | Cleaned up some of the style issues (mostly "fluff...
|
commit | commitdiff | tree |
2003-10-13 |
Richard Rauch | Comment-cleaning sweep.
|
commit | commitdiff | tree |
2003-10-13 |
Richard Rauch | Cleaned up the comments a bit in the callbacks.c file...
|
commit | commitdiff | tree |
2003-10-12 |
Richard Rauch | Added all missing GLUT cursor types for X11.
|
commit | commitdiff | tree |
2003-10-11 |
Richard Rauch | Three tidying-up changes to the code of freeglut_callbacks.c;
|
commit | commitdiff | tree |
2003-10-11 |
Richard Rauch | Fixed a basic readability/style error in the code....
|
commit | commitdiff | tree |
2003-10-11 |
Richard Rauch | Added a safety-check on a memory allocation. (Timers...
|
commit | commitdiff | tree |
next |