freeglut
2012-03-10 John Tsiombikasadded the timer demo
2012-03-10 Diederick Niehorsteradded not about soversion for those not knowledgable...
2012-03-10 Diederick NiehorsterCMake updates:
2012-03-10 Diederick Niehorsterin freeglut_init set gamemode defaults to -1 (no change...
2012-03-10 Diederick Niehorstermoved some windows only code from common to windows...
2012-03-10 Diederick NiehorsterXParseGeometry include now compiles with windows (VS201...
2012-03-09 Sylvain BeuclerInclude xparsegeometry_repl.h header on non-X11 targets
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports (3)
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports (2)
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports
2012-03-09 Sylvain BeuclerAdd CMake toolchain script for mingw32/64 compilation...
2012-03-09 Sylvain BeuclerSpecify libraries for windows static compilation
2012-03-09 Sylvain BeuclerCMake now defines HAVE_VFPRINTF for windows; suppress...
2012-03-09 Sylvain BeuclerDetect vfprintf (used in fgError/fgWarning)
2012-03-09 Sylvain BeuclerFix .so dependencies: reference -lGL and -lm; only...
2012-03-09 Sylvain BeuclerProperly add maths library for demos
2012-03-09 Sylvain BeuclerAdd maths library for demos
2012-03-09 Sylvain BeuclerFix X86vmode library detection
2012-03-08 Diederick Niehorsterupdated resource file
2012-03-08 Diederick Niehorsterjust a bit of formatting, mostly to test out my SVN...
2012-02-25 John F. FayA bit of comment clean-up per e-mail from Diederick...
2012-02-25 John F. FayImplementing the monotonic clock if available, per...
2012-02-25 John F. FayChecking for "gettimeofday" per e-mail from John Tsiomb...
2012-02-12 John F. FayMoving some Windows-specific preprocessor stuff and...
2012-02-08 John F. FaySetting the line endings and keywords on a bunch of...
2012-02-07 John F. FayPutting in many 'CMakeLists.txt' fixes per e-mail from...
2012-02-07 John F. FayFixing a build warning in OpenSUSE about control reachi...
2012-02-06 John F. FayFixing confusion over the name of "fgPlatformGetGLUTPro...
2012-02-05 John F. FayFixing the rest of the "EXTRA_DIST" bug per e-mail...
2012-02-05 John F. FayAdding a bit of documentation for MinGW that was left...
2012-02-05 John F. FayFixing the MinGW build and updating the "omitted files...
2012-02-05 John F. FayFixing call to "fghGetProcAddress" by giving the new...
2012-02-05 John F. FayFixing X11 "unterminated #if" build error
2012-02-05 John F. FaySplitting the X11-specific "freeglut_cursor.c" code...
2012-02-05 John F. FayMoving the platform dependencies from the "freeglut_men...
2012-02-05 John F. FayRemoving an extraneous "#if TARGET_HOST"
2012-02-05 John F. FayMoving an X11-specific function call to destroy a conte...
2012-02-05 John F. FaySplitting the X11-specific stuff out of "freeglut_inter...
2012-02-05 John F. FayRemoving an extraneous "#if TARGET_HOST_POSIX_X11"...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_structure.c" code...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_ext.c" code into...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_joystick.c" code...
2012-02-05 John F. FayRemoving an extraneous "#if" from "freeglut_xinput_x11.c"
2012-02-05 John F. FaySplitting the X11-specific "freeglut_spaceball.c" code...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_main.c" code into...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_state.c" code...
2012-02-05 John F. FayFixing the header comments of a couple of X11-specific...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_gamemode.c" code...
2012-02-05 John F. FaySplitting the X11-specific "freeglut_window.c" code...
2012-02-05 John F. FayTrying to fix a screen freezing bug reported by Shane...
2012-02-05 John F. FayFixing the "fghGetProcAddress" bug also noted by Evan...
2012-02-05 John F. FayPutting in changes recommended by Evan Felix to fix...
2012-02-04 John F. FayMoving X11-specific code from "freeglut_display.c"...
2012-02-04 John F. FayMoving the X11-specific code from "freeglut_menu.c...
2012-02-04 John F. FayMoving all the X11-specific "fgDisplay" structure field...
2012-02-04 John F. FayChanging a bunch of platform-specific "fgDisplay" field...
2012-02-04 John F. FaySplitting the X11-specific code from "freeglut_init...
2012-02-04 John F. FayMoving the X11-specific code from "freeglut_input_devic...
2012-02-04 John F. FayDeleting the now-empty "freeglut_glutfont_definitions...
2012-02-04 John F. FayRemoving the "freeglut_glutfont_definitions.c" dependen...
2012-02-04 John F. FayFixing the "glutGetProcAddress" snafu -- thank you...
2012-02-04 John F. FayRemoving the "freeglut_glutfont_definitions.c" dependen...
2012-02-04 John F. Faygit-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code...
2012-02-04 John F. FayRemoving extraneous directories from the base "Makefile...
2012-02-04 John F. FayFixing "cmake" with the new location of the "freeglut_x...
2012-02-04 John F. FayMoving the "\freeglut_xinput.c" file from the Common...
2012-02-04 John F. FayAdding the X11-specific source files to the Makefile...
2012-02-01 John F. FayMoving some header-style joystick code from "freeglut_j...
2012-01-31 John F. FayChanging the version number since we're making some...
2012-01-30 John F. FayFixing a bug I introduced into the "...ATEXIT" hack
2012-01-29 John F. FayMoving the platform-specific window state fields into...
2012-01-29 John F. FayMoving more Windows-specific header stuff over to the...
2012-01-29 John F. FayMoving the Windows-specific includes into the Windows...
2012-01-29 John F. FayMoving the Windows-specific "__glutCreateMenuWIthExit...
2012-01-29 John F. FayMoving the Windows-specific joystick definitions into...
2012-01-29 John F. FayMoved the platform-specific variables in the Joystick...
2012-01-29 John F. FayRemoving the Windows-specific "includes" from "freeglut...
2012-01-29 John F. FaySplitting the platform-specific joystick "Raw Read...
2012-01-29 John F. FaySplitting the platform-specific "fgSystemTime" code...
2012-01-29 John F. FayMoving non-Windows platform-specific code lower in...
2012-01-29 John F. FaySplitting out the platform-specific code from "fghJoyst...
2012-01-29 John F. FayMoving the definition of the "fgJoystick" structure...
2012-01-29 John F. FayMoving the platform-specific code (non-Windows) farther...
2012-01-29 John F. FaySplitting platform-specific code out of "fgJoystickClos...
2012-01-29 John F. FayMoving the Windows-specific "glutInitWithExit" function...
2012-01-29 John F. FayMoving the "glutCreateWindowWithExit" and its associate...
2012-01-29 John F. FayMoving the platform-specific FBConfig and device contex...
2012-01-29 John F. FayMoving the platform-specific window handle and context...
2012-01-29 John F. FayMoving the Windows platform-specific "SwapBuffers"...
2012-01-29 John F. FayMoving platform-specific fields in "SFG_Display" into...
2012-01-29 John F. FayFixing the previous commit so we don't have a circular...
2012-01-29 John F. FayAdding the platform-specific includes to "freeglut_inte...
2012-01-24 John F. FayRemoving some Windows-specific function prototypes...
2012-01-24 John F. FayRemoving a bunch of "static" declarations from the...
2012-01-24 John F. FayFixing the Linux directory paths in which the "automake...
2012-01-24 John F. FayPutting in Diederick Niehorster's patch from e-mail...
2012-01-23 John F. FayFixing a preprocessor typo
2012-01-23 John F. FaySplitting the rest of the Windows-specific "freeglut_wi...
2012-01-23 John F. FaySplitting some Windows-specific "freeglut_window.c...
2012-01-23 John F. FayMoving some function prototypes into the source files...
next