2003-10-14 |
Richard Rauch | Swept the freeglut_font.c for comment cleanup: |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Rauch | Small bug-fix that's been on my mind: |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Rauch | Removed the obsolete hack (or very ill-conceived dream... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Rauch | Cleaned up some of the style issues (mostly "fluff... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Rauch | Comment-cleaning sweep. |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Rauch | Cleaned up the comments a bit in the callbacks.c file... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Richard Rauch | Added all missing GLUT cursor types for X11. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Richard Rauch | Three tidying-up changes to the code of freeglut_callba... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Richard Rauch | Fixed a basic readability/style error in the code.... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Richard Rauch | Added a safety-check on a memory allocation. (Timers... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Richard Rauch | Committed two lines from John to help fix the menus... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Richard Rauch | Check the glutDisplayFunc() callback for being a NULL... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Richard Rauch | Applied John's updated ReadConfigFile() changes to... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Richard Rauch | Fixed: |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Richard Rauch | A few minor changes: |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Richard Rauch | Changed CreateNotify (in X11 ONLY) to act like a Config... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Eric Sandall | freeglut_menu.c:217,519,532: Fix menus to stay in the... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Richard Rauch | Several updates from John and myself. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Richard Rauch | Fixed a bug in the menu callback behavior. Menus were... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Eric Sandall | freeglut_menu.c:328 Fix submenu triangle (John Fay) |
commit | commitdiff | tree | snapshot |
2003-10-04 |
J.C. Jones | Tweaking for menu behavior in Linux regarding mouse... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Rauch | Applied a patch from "extraeme@netbsd.org" to add joyst... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Rauch | Added support for more arbitrary number of mouse button... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Christopher... | Don't install the demos. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
J.C. Jones | Package the demos.dsw file. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
J.C. Jones | Demos workspace for MSVC users |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Richard Rauch | Corrected a bug w.r.t. display and joystick events... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Brian Paul | added needClear flag to take care of initial window... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Richard Rauch | Per Nigel Stewart's comments, converted |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Richard Rauch | Fixed: |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Richard Rauch | Moved the #include/#ifdef/#define stuff up to the top. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Christopher... | Fix to allow demos to compile before freeglut has been... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
J.C. Jones | Add an idle function to ensure that the screen gets... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
J.C. Jones | Note the possible buffer overflow in window_title |
commit | commitdiff | tree | snapshot |
2003-09-21 |
J.C. Jones | Fix the window title. |
commit | commitdiff | tree | snapshot |
2003-09-21 |
J.C. Jones | Fix window title, and ensure that the random integer... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
J.C. Jones | Richard Rauch's patch to ensure that freeglut does... |
commit | commitdiff | tree | snapshot |
2003-09-20 |
J.C. Jones | Resolution for bug 809561 reported by Nigel Stewart... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Christopher... | Removed unused AC_PROG_RANLIB from configure.in |
commit | commitdiff | tree | snapshot |
2003-09-14 |
J.C. Jones | Resolve bug 806008 -- let Microsoft's compiler know... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Taking care of keeping things mostly up-to-date |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Most everything's been resolved for the 2.0.0 release. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Thierry Thomas said that FreeBSD has no machine/joystic... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Removed the incorrect relative path for including freeg... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Made all demos compile. Thanks to Thierry Thomas for... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Nigel Stewart's joystick fix (for hopefully all platfor... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Fix location of the include files from a fixed to relat... |
commit | commitdiff | tree | snapshot |
2003-09-13 |
J.C. Jones | Add dos line endings. Fixes bug 805476 |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Christopher... | A minor fix to that last commit. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Christopher... | Removed some remaining glib depandancy. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
J.C. Jones | Re-add catches for the case in which a menu callback... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Christopher... | More to fix a deinitialization related crash. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Christopher... | Fix for a deinitialization related crash. |
commit | commitdiff | tree | snapshot |
2003-09-08 |
J.C. Jones | Menus should deallocate better now - John Fay |
commit | commitdiff | tree | snapshot |
2003-09-05 |
J.C. Jones | Add freeglut_static.dsp to the releases |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Christopher... | Moved #ifdef for non XFree86 X11 compile. |
commit | commitdiff | tree | snapshot |
2003-09-02 |
Christopher... | Fix to stop fgSetWindow(NULL) crashing on X11. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
J.C. Jones | These change a bunch of assignments to calls to set... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
J.C. Jones | Another typecast bugfix from John Fay |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Christopher... | Changed #ifdef to #if |
commit | commitdiff | tree | snapshot |
2003-08-28 |
J.C. Jones | change the GLUT stroke function arguments from "const... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
J.C. Jones | Changes stroke function arguments from "const char... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Christopher... | Removing files from old freeglut-1.3 directory. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
J.C. Jones | Casting changes, John Fay |
commit | commitdiff | tree | snapshot |
2003-08-27 |
J.C. Jones | Major overhaul to the menu system, by John Fay |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Christopher... | Added double underscores to the header included macros. |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christopher... | Minor typo fix |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Christopher... | Moving that "#if TARGET_HOST_UNIX_X11" to the correct... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Christopher... | Game mode fixes from Bernhard Kaindl and Eric Espie. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Christopher... | Using override_redirect instead of motif wm hints. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Christopher... | I suspect a lot of people will not have motif installed. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Eric Sandall | (98) src/Makefile.am:34 Added mwmborder.c |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Eric Sandall | src/freeglut_main.c:816 and :1571, set the current... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Christopher... | Added X11 code for glutGet(GLUT_WINDOW_BORDER_WIDTH... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Christopher... | Replacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDO... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
J.C. Jones | Keep the X11 decoration-zapping code confined to X11... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
J.C. Jones | Menus' decorations are removed on Linux. Not sure if... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Christopher... | Got rid of configure warnings when using a newer autoconf |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Christopher... | Putting stuff back that was undone with the menu code... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
J.C. Jones | Major menu changes (they appear in their own window... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Christopher... | Added autoconf detection for the xf86 vid mode extentions. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Eric Sandall | src/freeglut_window.c:551 Removed extra carriage retur... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Eric Sandall | Credit Dave Reed for fix |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Eric Sandall | src/freeglut_initial.c:91 Added check for SOLARIS OS |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Christopher... | This should put an end to the font binary compatibility... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Eric Sandall | src/freeglut_window.c Windowing fixes from John F. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Eric Sandall | doc/Makefile.am:4 Removed trailing backslash and added... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Brian Paul | no change, testing CVS |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Brian Paul | no change, just testing CVS |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Eric Sandall | freeglut.lsm:3 Removed 'beta' label for next release... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christopher... | The version info had the revision and the age transposed. |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Eric Sandall | src/Makefile.am:38 Changed versioning to 11:0:8 thanks... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Eric Sandall | Applied John F. Fay's fixes to freeglut.dsp and freeglu... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Eric Sandall | Changed the overlay (freeglut_state.c:662) to return... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Andreas Umbach | renamed freeglut library to glut, bumped version info... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Andreas Umbach | bumped version number to 2.0.0 |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Andreas Umbach | changes for make dist |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Andreas Umbach | MSVC generated file |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christopher... | Fix for the font binary compatibility problem. |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Christopher... | Changed to build libfreeglut.so.2.0.0 |
commit | commitdiff | tree | snapshot |
next |