implemented SUPER key/modifier support on windows
[freeglut] / src / x11 /
2022-03-07 John TsiombikasAdded GLUT_ACTIVE_SUPER modifier, and corresponding...
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...
2017-07-31 Thomas KlausnerFix build on NetBSD.
2017-07-12 Diederick Niehorstermoved static variables and functions that should not...
2017-07-12 Thomas KlausnerFix build on NetBSD.
2017-06-30 Rcmaniac25Fixed x11 and Wayland not using INVOKE_WCB
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-10-20 John Tsiombikasremoved all HAVE_ERRNO checks
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-17 Diederick Niehorsterrenamed all references to freeglut_xxx files (their...
2014-10-13 Nigel StewartTidy-up: config.h included via fg_internal.h no deep...
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-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-18 John Tsiombikaschanged the X11 gamemode code policy. Falling back...
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-01-23 Diederick Niehorster-sync command line option now causes X server to operat...
2014-01-21 John TsiombikasApplied Bruce Merry's patch fixing bug #206 (segfault...
2013-08-28 John TsiombikasApplied James DeLisle's patch adding EWMH _NET_WM_PID...
2013-05-19 Sylvain BeuclerFix compilation warning about unused variables and...
2013-04-07 Diederick Niehorsterpart of dealing with work is platform independent,...
2013-04-07 Diederick Niehorsterredisplay is now also on the work list instead of handl...
2013-04-04 Diederick Niehorsterdont wait till window visible when creating menu, as...
2013-04-04 Diederick Niehorsterdon't show window when creating menu (better fix then...
2013-04-04 Diederick Niehorstervariable declaration in wrong place
2013-04-04 Diederick Niehorster- moving to a new way of handling window changes (posit...
2013-04-03 Diederick Niehorsterto check for menu opening/closing upon button press...
2013-03-06 Diederick Niehorsternow have a default reshape callback function that is...
2013-03-04 Diederick NiehorsterMenuStatusCallback when menu was closed did not return...
2013-03-01 Diederick NiehorsterVisibility functions better implemented now. All goes...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2013-02-09 Diederick Niehorsternow have 64bit internal time on Windows, as we deal...
2013-01-17 Diederick NiehorsterMake CTRL and SHIFT arrive properly in single (as oppos...
2013-01-17 Diederick Niehorsterfixed closing window crash, thanks Philipp!
2012-08-09 John TsiombikasThe mapping from XInput button mask to the standard...
2012-07-31 John Tsiombikasgamemode-x11: fixed the conditions checking for XR...
2012-07-29 Diederick Niehorsterforgot to set use to true (not that its useful, but...
2012-07-29 Diederick Niehorsterattempt to implement fghPlatformGetCursorPos on X11
2012-07-29 John TsiombikasFixed broken X11 menus. The MPX patch would naively...
2012-05-13 Sylvain BeuclerFix extra CRLF
2012-05-13 Sylvain BeuclerMulti-touch: fix CMake: Xi and XInput2.h detection...
2012-05-10 John TsiombikasApplied Thomas Bastiani's patch fixing the behaviour...
2012-05-02 Sylvain BeuclerFix misleading comment
2012-04-21 Sylvain BeuclerFix a few more compiler warnings
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-03-31 John Tsiombikasadded an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
2012-03-25 Sylvain BeuclerEGL: implement fgPlatformGetProcAddress
2012-03-19 Diederick Niehorstersimplified check for whether opengl 2.1+ context is...
2012-03-18 Sylvain BeuclerAdd missing new _glx files
2012-03-18 Sylvain BeuclerAdd support for X11+EGL.
2012-03-11 Diederick Niehorsterand some more renames
2012-03-11 Diederick Niehorstermoved common files back to src root
2012-03-11 Diederick Niehorstertimers internally now use 64bit unsigned int, if available
2012-03-10 Diederick Niehorstermoved some windows only code from common to windows...
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-08 John F. FaySetting the line endings and keywords on a bunch of...
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 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-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. 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. Faygit-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code...
2012-02-04 John F. FayMoving the "\freeglut_xinput.c" file from the Common...
2012-01-16 John F. FayAdding /one more/ blank platform-specific file
2012-01-16 John F. FayAdding empty files for platform-specific Windows and...