1. 918ea51 Rename 'mms-config.' to 'mms.config'. by Michal Krol · 17 years ago
  2. 90ee7a4 Gutsy oopses on touch of existing file. Workaround. by Keith Whitwell · 17 years ago
  3. 76fb808 Fix a number of MINGW32 issues by Zhang · 17 years ago
  4. a495707 Compute the amount of time to sleep on idle event using timers as reference. by Claudio Ciccani · 17 years ago
  5. 37aca21 a variety of fixes for MingW by zhang · 17 years ago
  6. 401629c miniglx/glut: should use the x/y pos to create window by Dave Airlie · 17 years ago
  7. 286faac assorted fixes for Windows/VC8 by Karl Schultz · 18 years ago
  8. 7ae8f38 Commiting a few minor fixes to glut fbdev (segfault on a separate stack) by Sean D'Epagnier · 18 years ago
  9. af0190b Updated keyboard input so that glut programs can read from stdin without by Sean D'Epagnier · 18 years ago
  10. 73fdecc Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header. by Claudio Ciccani · 18 years ago
  11. 10cbd08 by Sean D'Epagnier · 18 years ago
  12. 0570fcf by Sean D'Epagnier · 18 years ago
  13. 464fcd0 New bin/minstall script - a minimal replacement for 'install'. by Brian Paul · 18 years ago
  14. 1d914fe remove obsolete comment by Brian Paul · 18 years ago
  15. e184bd8 by Sean D'Epagnier · 18 years ago
  16. 81e0d73 GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only) by Brian Paul · 18 years ago
  17. b7d9b1e new code to init DirectColor colormaps by Brian Paul · 18 years ago
  18. a38aef9 by Sean D'Epagnier · 18 years ago
  19. bd3e6ec by Sean D'Epagnier · 18 years ago
  20. 7e4152f by Sean D'Epagnier · 18 years ago
  21. 7196cdd by Sean D'Epagnier · 18 years ago
  22. 288d4b6 by Sean D'Epagnier · 18 years ago
  23. 21dc092 Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in glutDeviceGet(). by Claudio Ciccani · 18 years ago
  24. 3ab2dd9 Moved glutDeviceGet() to events.c. by Claudio Ciccani · 18 years ago
  25. fe3242f GLUT on fbdev driver. Sean D'Epagnier by Brian Paul · 18 years ago
  26. fc43462 Clear window's event mask before enabling handled events. by Claudio Ciccani · 18 years ago
  27. 883f989 LIB_DIR is now just 'lib' or 'lib64' by Brian Paul · 18 years ago
  28. 78a6000 Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. by Brian Paul · 18 years ago
  29. 0e794a1 New 'install' targets in makefile. See bug 2372. by Brian Paul · 18 years ago
  30. da4b012 Added some notes about this implementation. by Claudio Ciccani · 18 years ago
  31. 4812a59 Enable setting invible cursors. by Claudio Ciccani · 18 years ago
  32. 6acc6dd Separated joystick pointer coordinates from mouse pointer coordinates. by Claudio Ciccani · 18 years ago
  33. b18191c Added DirectFB GLUT implementation. by Claudio Ciccani · 18 years ago
  34. 1e7d84e move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284) by Brian Paul · 18 years ago
  35. 700359c check if button >= GLUT_MAX_MENUS in glutAttacheMenu() by Brian Paul · 18 years ago
  36. 2b3aab0 check event button against GLUT_MAX_MENUS (bug 1484284) by Brian Paul · 18 years ago
  37. 3a3e63d DMesa now uses OSMesa as a back-end. by Daniel Borca · 19 years ago
  38. 3a46dff Removed empty arrays. by Daniel Borca · 19 years ago
  39. 31be397 Use X11_INCLUDES config macro instead of hardcoded path in makefile. by Jerome Glisse · 19 years ago
  40. d997b90 by Jouk Jansen · 19 years ago
  41. 712e504 fix some strict aliasing problems related to choosing framebuffer configs (Matthias Hopf) by Brian Paul · 19 years ago
  42. a08d8a0 Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will by Ian Romanick · 19 years ago
  43. 8dcc673 Added -linker option to mklib, used to specify a particular program for by Brian Paul · 19 years ago
  44. ed88633 Fixed warnings by using GLUTProc type instead of anonymous (void *) for by Philippe Houdoin · 19 years ago
  45. f7c0c4f moved to windows build dir by Karl Schultz · 19 years ago
  46. 6f3d16c assorted warning clean-ups for x86_64, etc (Mikko T.) by Brian Paul · 19 years ago
  47. 72b2af6 removed detritus by Daniel Borca · 20 years ago
  48. 84396a7 separated DOS GLUT from GLX GLUT. added a few FreeGLUT specific functions. by Daniel Borca · 20 years ago
  49. 6931087 Remove depend on make clean by Keith Whitwell · 20 years ago
  50. 404273a changed coding style. made `glutTimerFunc' less accurate, but far more reliable. by Daniel Borca · 20 years ago
  51. 0c68589 changed coding style. added possibility to use default timer instead of PC/HW timer. by Daniel Borca · 20 years ago
  52. aa7a27b changed coding style. added a NULL pointer check. by Daniel Borca · 20 years ago
  53. 7da875d changed coding style by Daniel Borca · 20 years ago
  54. d24e49f Put quotes around the CC and CXX variables passed to mklib. This make by Ian Romanick · 20 years ago
  55. 3f12058 updated makefiles for gcc 3.4.3 and bnu 2.15 by Daniel Borca · 20 years ago
  56. fc23672 Improve the behaviour of the build system wrt depend files. by Keith Whitwell · 20 years ago
  57. fa9ab2d sync with glut/glx by Daniel Borca · 20 years ago
  58. 3903c1f don't need glut_fbc.c by Brian Paul · 20 years ago
  59. 1343552 clean up 'depend' commands by Brian Paul · 20 years ago
  60. 2dd5b9e typedef GLUTproc, return it from glutGetProcAddress() by Brian Paul · 20 years ago
  61. 0479ce0 updated from patch 1026109 by Brian Paul · 20 years ago
  62. 5cc7111 new file (bug 1026109) by Brian Paul · 20 years ago
  63. 0a55db0 removed (bug 1026109) by Brian Paul · 20 years ago
  64. 479b3d0 Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, thought. by Philippe Houdoin · 20 years ago
  65. b8b12a9 Replaced the .cpp-ized (for build issue) common GLUT source files by their by Philippe Houdoin · 20 years ago
  66. bba512b Replaced the .cpp-ized (for build issue) common GLUT source files by their by Philippe Houdoin · 20 years ago
  67. a041e62 Update to Jake Hamby's BeOS GLUT 3.7 port. by Philippe Houdoin · 20 years ago
  68. fad0e5d Move to $(TOP)/configs/default-based makefile. by Philippe Houdoin · 20 years ago
  69. 9eecb03 Make sure mklib sees the definition of CC and CXX. Make mklib respect by Ian Romanick · 20 years ago
  70. f016e25 Missed in last commit: by Eric Anholt · 20 years ago
  71. 751c9d0 obsolete in favor of regular Makefiles by Brian Paul · 20 years ago
  72. 362f1df obsolete by Brian Paul · 21 years ago
  73. 9f4ccd8 use new MKDEP, MKDEP_OPTIONS variables by Brian Paul · 21 years ago
  74. de0ee31 New Makefile system by Brian Paul · 21 years ago
  75. 77b47bb re-order arguments to mklib by Brian Paul · 21 years ago
  76. 537f42e fix typo (Matt Case) by Brian Paul · 21 years ago
  77. 2aa8449 fixed some typos by Daniel Borca · 21 years ago
  78. 61bc62c added glutGetProcAddress in DMesaGLUT by Daniel Borca · 21 years ago
  79. 8d2cfa9 glutTimerFunc cleanup by Daniel Borca · 21 years ago
  80. f8761dc implemented glutTimerFunc by Daniel Borca · 21 years ago
  81. b3b725b Assorted mklib tweaks. Added Intel icc support to mklib. by Brian Paul · 21 years ago
  82. 50f20ec Updates from Philippe Houdoin. by Brian Paul · 21 years ago
  83. 520ef4b new makefiles by Brian Paul · 21 years ago
  84. ef563d0 doc updates; GLUT timer additions; fixed compilation warnings by Daniel Borca · 21 years ago
  85. 5e99ad1 s/GGIMesaContext/ggi_mesa_context_t/ by Brian Paul · 21 years ago
  86. 6c520ef GameMode by Daniel Borca · 21 years ago
  87. facb597 fix error message (bug 816876) by Brian Paul · 21 years ago
  88. 5fd77da improved 'clean' targets (Otto Solares) by Brian Paul · 21 years ago
  89. a75246f updates from Daniel Borca by Brian Paul · 21 years ago
  90. b263802 Make binary - even though this is a text file, common practice is to store MS studio files as binary by Karl Schultz · 21 years ago
  91. 0c415bc Copy the DLL files to the lib directory instead of libexec. by Karl Schultz · 21 years ago
  92. 0a363f4 fix timer bug (801485) by Brian Paul · 21 years ago
  93. c86eab8 added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223) by Brian Paul · 21 years ago
  94. 77e85f1 update from Daniel Borca by Brian Paul · 21 years ago
  95. e38a55e Generate browse info for Debug version. by Karl Schultz · 21 years ago
  96. 7609600 Updates from Daniel Borca by Brian Paul · 21 years ago
  97. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago
  98. 4778beb updates from Daniel Borca by Brian Paul · 21 years ago
  99. 9ec58c2 DOS and glide driver updates from Daniel Borca by Brian Paul · 21 years ago
  100. c06ff13 Project file to build GLUT32.DLL by Karl Schultz · 21 years ago