freeglut
2019-10-22 Maya RashishUse <sys/joystick.h> on netbsd, too.
2019-09-25 John Tsiombikasupdated version number to prepare for release 3.2.1
2019-09-25 John TsiombikasFixed bug #252: menu windows are drawn with immediate...
2019-09-18 John Tsiombikasfixed bug #251: freeglut cmake modules installation...
2019-09-18 John TsiombikasFixed failure to install glut.h header file when FREEGL...
2019-09-18 John TsiombikasVersion bump in cmake, that should have been done for...
2019-09-11 John TsiombikasA couple of fixes in fg_joystick_x11.c identified in...
2019-08-14 John TsiombikasFixed namespace pollution due to a number of global...
2019-03-26 John TsiombikasApplied Christian's change to drop unnecessary dependen...
2018-10-10 John TsiombikasFixed mousewheel callbacks under X11. (bug #247, github...
2018-09-29 John Tsiombikasfixed spaceball button callback (x11) compatibility...
2018-04-02 John Tsiombikas- fallback to non-sRGB visuals if the context creation...
2018-03-27 Diederick Niehorstervariable wasn't declared before rest of function. Thank...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2018-03-26 Diederick Niehorsterfix that stereo shutter glasses for nVidia setups did...
2018-03-24 Diederick NiehorsterFix build for Android using clang compiler.
2017-10-23 Diederick Niehorsterclear window workmask when queuing up window for destru...
2017-10-23 FirslaLittle fix'es.
2017-07-31 Thomas KlausnerFix build on NetBSD.
2017-07-31 Sean MooreFixed freeglut.pdb install for builds with MSVC compile...
2017-07-21 Rcmaniac25Fixed warnings on Linux where GCC under padantic compla...
2017-07-12 Diederick Niehorstermoved static variables and functions that should not...
2017-07-12 Diederick Niehorsteradding vs folder to ignores
2017-07-12 Diederick Niehorstersome whitespace cleanup
2017-07-12 Thomas KlausnerFix build on NetBSD.
2017-07-12 Thomas KlausnerDo not define HAVE_USBHID_H manually, cmake does it...
2017-06-30 Rcmaniac25Fixed incorrect MESSAGE usage
2017-06-30 Rcmaniac25CMake produces an error if XInput.h is not found
2017-06-30 Rcmaniac25Removed "hack" macro set
2017-06-30 Rcmaniac25Corrected phrasing in docs and unneeded \ in code
2017-06-30 Rcmaniac25Fixed x11 and Wayland not using INVOKE_WCB
2017-06-30 Rcmaniac25Added timer_callback sample for user callbacks
2017-06-30 Rcmaniac25Added "hack" function for glutCreateMenuUcall
2017-06-30 Rcmaniac25Moved as many callback setters as possible to macro...
2017-06-30 Rcmaniac25Fixed bug where, under c89 mode, callback macros wouldn...
2017-06-30 Rcmaniac25Removed unneeded line optimization for INVOKE_WCB macro
2017-06-30 Rcmaniac25Fixed issue where setting the same callback with differ...
2017-06-30 Rcmaniac25Added compiler feature detection for __VA_ARGS__ and...
2017-06-30 Rcmaniac25Implemented pre-C99 support for macro expansion for...
2017-06-30 Rcmaniac25Bug fix for GCC compiler usage
2017-06-30 Rcmaniac25Initial refactoring of callback macros to make sure...
2017-06-30 Rcmaniac25More explicit argument list for INVOKE_WCB callbacks
2017-06-30 Rcmaniac25Changed EXPAND_WCB so it works with MSVC and GCC
2017-06-30 Rcmaniac25Finished implementing all user-data callbacks (GCC...
2017-06-30 Rcmaniac25Initial work on callbacks with user data parameters.
2017-06-14 Diederick Niehorstermulti-touch demo: if an index 64 would come in, this...
2017-06-14 Diederick Niehorsterresizer demo: adding a bit more output to console to...
2017-06-14 Diederick Niehorstermulti-touch callback had a copy paste error in the...
2017-05-25 John TsiombikasIn glutMainLoop, the checking of ExecState, and wether...
2017-05-14 Rcmaniac25Ensure "maximixed" is taken into account when updating...
2017-04-26 Diederick NiehorsterCMake: include/GL/glut.h should only be installed when...
2017-04-22 Boris PekFixed indentation characters in CMakeLists.txt
2017-04-22 Boris PekFixed Cflags variable in pkgconfig file.
2017-04-22 Boris PekAdded FREEGLUT_REPLACE_GLUT configure option for MS...
2016-02-21 Nigel StewartXParseGeometry will always be needed for Windows, no...
2016-01-20 Jinrong Xiebug fix
2016-01-20 Jinrong Xiemoved spaceball macros from freeglut_std.h to freeglut_...
2016-01-20 Jinrong XieAdded API macros for additional Spaceball buttons.
2016-01-20 Jinrong XieAdded API macros for Spaceball buttons.
2016-01-20 Jinrong Xieupdate comments of WCB_SpaceXXX in fg_internal.h
2016-01-17 Diederick Niehorsterfixed up wrong comment
2016-01-12 Ray DonnellyEmit the correct LIBNAME to .pc files
2015-12-14 Manuel BachmannMention Wayland build requirements in documentation
2015-12-14 John ArchdeaconFixed C2275 compiler error in fg_spaceball_mswin.c
2015-12-14 Rcmaniac25Defined logic for glutCreateSubWindow when negative...
2015-12-14 Rcmaniac25Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
2015-10-20 John Tsiombikasminor C89 conformity fixes in fg_window_egl.c
2015-10-17 Rcmaniac25Removed invalid PDB install
2015-10-12 Johannes Zarl... Export relevant static compile flags on windows.
2015-07-11 Johannes ZarlSet public definitions in cmake package.
2015-07-11 Johannes ZarlCreate cmake package using imported targets.
2015-07-11 Johannes ZarlFix compilation on Linux.
2015-06-29 Jinrong Xieminor fix on CMakeLists for checking MSVC_VERSION
2015-06-29 Jinrong Xieupdate CMake file so that it will generate proper _WIN3...
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong Xiefixed unsafe usage of malloc() pointed out by jtsiomb.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong XieMinor fix on indentation.
2015-06-29 Jinrong Xieminor update making code more compact.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2015-06-29 Jinrong XieAdded support for 3Dconnexion Space Navigator.
2015-04-04 Manuel BachmannImplement initial Wayland support
2015-03-07 John Tsiombikasupdated the readme file, and removed out of date and...
2015-03-07 John Tsiombikasfixed indentation in AUTHORS
2015-03-07 John Tsiombikasadded the init error handler example program contribute...
2015-02-28 John Tsiombikas- fixed a minor bug in the UNIX/X11 cursor code, causin...
2015-02-18 John Tsiombikasremoved the completely outdated FrequentlyAskedQuestion...
2015-02-18 John TsiombikasMacOSX doesn't define HOST_NAME_MAX in unistd.h, which...
2015-02-18 John Tsiombikas- changed the main INCLUDE_DIRECTORIES definition to...
2015-02-18 John Tsiombikasadded INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make...
2015-02-18 John TsiombikasApplied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBD...
2015-01-03 John Tsiombikaspkgconfig files should go to $(PREFIX)/lib, not $(PREFI...
2014-12-25 Diederick Niehorsterupdated list of cmake switches in README.cmake
2014-12-25 Diederick NiehorsterCMake: FREEGLUT_REPLACE_GLUT option should not be visib...
2014-12-24 John Tsiombikasbrought back the option to build either as "glut" or...
2014-12-22 Veres Lajostypofixes - https://github.com/vlajos/misspell_fixer
2014-12-02 John Tsiombikasinclude standard UNIX header fcntl.h in fg_joystick_x11...
2014-11-04 John Tsiombikas- changed the minor so version for the new release...
2014-11-03 Rcmaniac25Added support for minimizing window.
2014-11-03 Rcmaniac25Added missing glutStrokeWidthf and glutStrokeLengthf...
next