implemented SUPER key/modifier support on windows
[freeglut] / src /
2022-03-08 John Tsiombikasimplemented SUPER key/modifier support on windows master
2022-03-07 John TsiombikasAdded GLUT_ACTIVE_SUPER modifier, and corresponding...
2021-12-22 John Tsiombikasfix crash when calling primitive drawing functions...
2021-12-22 John Tsiombikasminor: incorrect filename at the top of fg_gl2.h
2020-02-21 John TsiombikasWork-around for an issue which cropped up with the...
2019-10-22 Maya RashishOmit mention of autoconf update, autoconf is no longer...
2019-10-22 Maya RashishUse <sys/joystick.h> on netbsd, too.
2019-09-25 John TsiombikasFixed bug #252: menu windows are drawn with immediate...
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...
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...
2017-10-23 Diederick Niehorsterclear window workmask when queuing up window for destru...
2017-07-31 Thomas KlausnerFix build on NetBSD.
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 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 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 "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-05-25 John TsiombikasIn glutMainLoop, the checking of ExecState, and wether...
2017-05-14 Rcmaniac25Ensure "maximixed" is taken into account when updating...
2016-02-21 Nigel StewartXParseGeometry will always be needed for Windows, no...
2016-01-20 Jinrong Xiebug fix
2016-01-20 Jinrong Xieupdate comments of WCB_SpaceXXX in fg_internal.h
2016-01-17 Diederick Niehorsterfixed up wrong comment
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-07-11 Johannes ZarlFix compilation on Linux.
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-02-28 John Tsiombikas- fixed a minor bug in the UNIX/X11 cursor code, causin...
2015-02-18 John TsiombikasMacOSX doesn't define HOST_NAME_MAX in unistd.h, which...
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-03 Rcmaniac25Added support for minimizing window.
2014-11-03 Rcmaniac25Added missing glutStrokeWidthf and glutStrokeLengthf...
2014-10-20 John Tsiombikasremoved all HAVE_ERRNO checks
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-19 John Tsiombikasadded missing newlines at the ends of two files as...
2014-10-18 Diederick Niehorstersmall simplification
2014-10-17 Diederick Niehorsteradding glutStrokeWidthf and glutStrokeLengthf from...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-16 Diederick Niehorsterbe more careful about closing menus when focus changes...
2014-10-13 Nigel StewartTidy-up: config.h included via fg_internal.h no deep...
2014-10-12 Diederick Niehorstersome cleanup, correctness in naming, correctness in...
2014-10-12 Diederick Niehorsterchange some initializer use that some compilers choke...
2014-10-12 Diederick NiehorsterFixed bug identified by Kevin. If pollrate is larger...
2014-10-12 Diederick Niehorsterremoved debug code I forgot to clean up
2014-10-11 John Tsiombikasfixed a printf format specifier (was %i instead of...
2014-10-11 John Tsiombikasfixed build on MSVC6
2014-09-28 Diederick Niehorsterdrawing join dots on stroke fonts is now optional ...
2014-08-29 Diederick Niehorsternow using _NET_FRAME_EXTENTS if available to get size...
2014-08-27 Diederick NiehorsterX11: implemented borderless and captionless window...
2014-08-27 Diederick NiehorsterglutGet window position should be relative to parent
2014-08-27 Diederick Niehorstercaption height should include the width of the border...
2014-08-18 Nigel StewartFor builds not using cmake, generate fg_version.h to...
2014-08-18 John Tsiombikaschanged the X11 gamemode code policy. Falling back...
2014-06-24 Rcmaniac25Updated BlackBerry references to make note of the chang...
2014-06-01 Sylvain BeuclerRewrite EGL attributes using our ATTRIB/ATTRIB_VAL...
2014-06-01 Sylvain BeuclerEGL is always double-buffered
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2014-05-14 Diederick NiehorsterKEY_EVENT macro exists in windows 8.1 API: renamed...
2014-05-14 John TsiombikasUsing the -pedantic flag with gcc uncovered a series...
2014-04-11 Lindley FrenchXPutBackEvent copies an XEvent internally, so the point...
2014-03-05 Michal StawinskiFix issues with context lost on Android
2014-01-24 Rcmaniac25Added comments about GLES 3.0 support with 2.0 references.
2014-01-24 Rcmaniac25BlackBerry and Android -Added ability for developer...
2014-01-24 Rcmaniac25Updated toolchain so that it does a more exact check...
2014-01-24 Rcmaniac25Added BlackBerry PlayBook support Bug memleak when...
2014-01-24 Rcmaniac25Info logging only shows in debug compilation Added...
2014-01-24 Rcmaniac25Hardcoded the RGB bitdepths for EGL surface creation.
next