2019-09-25 |
John Tsiombikas | Fixed bug #252: menu windows are drawn with immediate... |
tree | commitdiff |
2019-09-11 |
John Tsiombikas | A couple of fixes in fg_joystick_x11.c identified in... |
tree | commitdiff |
2019-08-14 |
John Tsiombikas | Fixed namespace pollution due to a number of global... |
tree | commitdiff |
2018-10-10 |
John Tsiombikas | Fixed mousewheel callbacks under X11. (bug #247, github... |
tree | commitdiff |
2018-09-29 |
John Tsiombikas | fixed spaceball button callback (x11) compatibility... |
tree | commitdiff |
2018-04-02 |
John Tsiombikas | - fallback to non-sRGB visuals if the context creation... |
tree | commitdiff |
2017-07-31 |
Thomas Klausner | Fix build on NetBSD. |
tree | commitdiff |
2017-07-12 |
Diederick Niehorster | moved static variables and functions that should not... |
tree | commitdiff |
2017-07-12 |
Thomas Klausner | Fix build on NetBSD. |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Fixed x11 and Wayland not using INVOKE_WCB |
tree | commitdiff |
2015-02-28 |
John Tsiombikas | - fixed a minor bug in the UNIX/X11 cursor code, causin... |
tree | commitdiff |
2015-02-18 |
John Tsiombikas | MacOSX doesn't define HOST_NAME_MAX in unistd.h, which... |
tree | commitdiff |
2014-12-22 |
Veres Lajos | typofixes - https://github.com/vlajos/misspell_fixer |
tree | commitdiff |
2014-12-02 |
John Tsiombikas | include standard UNIX header fcntl.h in fg_joystick_x11... |
tree | commitdiff |
2014-10-20 |
John Tsiombikas | removed all HAVE_ERRNO checks |
tree | commitdiff |
2014-10-20 |
John Tsiombikas | removed vfprintf and checking from CMakeLists.txt,... |
tree | commitdiff |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
tree | commitdiff |
2014-10-13 |
Nigel Stewart | Tidy-up: config.h included via fg_internal.h no deep... |
tree | commitdiff |
2014-10-12 |
Diederick Niehorster | removed debug code I forgot to clean up |
tree | commitdiff |
2014-10-11 |
John Tsiombikas | fixed a printf format specifier (was %i instead of... |
tree | commitdiff |
2014-08-29 |
Diederick Niehorster | now using _NET_FRAME_EXTENTS if available to get size... |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | X11: implemented borderless and captionless window... |
tree | commitdiff |
2014-08-27 |
Diederick Niehorster | glutGet window position should be relative to parent |
tree | commitdiff |
2014-08-18 |
John Tsiombikas | changed the X11 gamemode code policy. Falling back... |
tree | commitdiff |
2014-05-14 |
John Tsiombikas | Using the -pedantic flag with gcc uncovered a series... |
tree | commitdiff |
2014-04-11 |
Lindley French | XPutBackEvent copies an XEvent internally, so the point... |
tree | commitdiff |
2014-01-23 |
Diederick Niehorster | -sync command line option now causes X server to operat... |
tree | commitdiff |
2014-01-21 |
John Tsiombikas | Applied Bruce Merry's patch fixing bug #206 (segfault... |
tree | commitdiff |
2013-08-28 |
John Tsiombikas | Applied James DeLisle's patch adding EWMH _NET_WM_PID... |
tree | commitdiff |
2013-05-19 |
Sylvain Beucler | Fix compilation warning about unused variables and... |
tree | commitdiff |
2013-04-07 |
Diederick Niehorster | part of dealing with work is platform independent,... |
tree | commitdiff |
2013-04-07 |
Diederick Niehorster | redisplay is now also on the work list instead of handl... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | dont wait till window visible when creating menu, as... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | don't show window when creating menu (better fix then... |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | variable declaration in wrong place |
tree | commitdiff |
2013-04-04 |
Diederick Niehorster | - moving to a new way of handling window changes (posit... |
tree | commitdiff |
2013-04-03 |
Diederick Niehorster | to check for menu opening/closing upon button press... |
tree | commitdiff |
2013-03-06 |
Diederick Niehorster | now have a default reshape callback function that is... |
tree | commitdiff |
2013-03-04 |
Diederick Niehorster | MenuStatusCallback when menu was closed did not return... |
tree | commitdiff |
2013-03-01 |
Diederick Niehorster | Visibility functions better implemented now. All goes... |
tree | commitdiff |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
tree | commitdiff |
2013-02-09 |
Diederick Niehorster | now have 64bit internal time on Windows, as we deal... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | Make CTRL and SHIFT arrive properly in single (as oppos... |
tree | commitdiff |
2013-01-17 |
Diederick Niehorster | fixed closing window crash, thanks Philipp! |
tree | commitdiff |
2012-08-09 |
John Tsiombikas | The mapping from XInput button mask to the standard... |
tree | commitdiff |
2012-07-31 |
John Tsiombikas | gamemode-x11: fixed the conditions checking for XR... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | forgot to set use to true (not that its useful, but... |
tree | commitdiff |
2012-07-29 |
Diederick Niehorster | attempt to implement fghPlatformGetCursorPos on X11 |
tree | commitdiff |
2012-07-29 |
John Tsiombikas | Fixed broken X11 menus. The MPX patch would naively... |
tree | commitdiff |
2012-05-13 |
Sylvain Beucler | Fix extra CRLF |
tree | commitdiff |
2012-05-13 |
Sylvain Beucler | Multi-touch: fix CMake: Xi and XInput2.h detection... |
tree | commitdiff |
2012-05-10 |
John Tsiombikas | Applied Thomas Bastiani's patch fixing the behaviour... |
tree | commitdiff |
2012-05-02 |
Sylvain Beucler | Fix misleading comment |
tree | commitdiff |
2012-04-21 |
Sylvain Beucler | Fix a few more compiler warnings |
tree | commitdiff |
2012-04-21 |
Sylvain Beucler | Fix more compiler warnings |
tree | commitdiff |
2012-04-21 |
Sylvain Beucler | Fix compiler warnings |
tree | commitdiff |
2012-03-31 |
John Tsiombikas | added an option (GLUT_SKIP_STALE_MOTION_EVENTS) to... |
tree | commitdiff |
2012-03-25 |
Sylvain Beucler | EGL: implement fgPlatformGetProcAddress |
tree | commitdiff |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is... |
tree | commitdiff |
2012-03-18 |
Sylvain Beucler | Add missing new _glx files |
tree | commitdiff |
2012-03-18 |
Sylvain Beucler | Add support for X11+EGL. |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | and some more renames |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | moved common files back to src root |
tree | commitdiff |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available |
tree | commitdiff |
2012-03-10 |
Diederick Niehorster | moved some windows only code from common to windows... |
tree | commitdiff |
2012-02-25 |
John F. Fay | Implementing the monotonic clock if available, per... |
tree | commitdiff |
2012-02-25 |
John F. Fay | Checking for "gettimeofday" per e-mail from John Tsiomb... |
tree | commitdiff |
2012-02-08 |
John F. Fay | Setting the line endings and keywords on a bunch of... |
tree | commitdiff |
2012-02-07 |
John F. Fay | Fixing a build warning in OpenSUSE about control reachi... |
tree | commitdiff |
2012-02-06 |
John F. Fay | Fixing confusion over the name of "fgPlatformGetGLUTPro... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Fixing call to "fghGetProcAddress" by giving the new... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Fixing X11 "unterminated #if" build error |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_cursor.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Moving the platform dependencies from the "freeglut_men... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Removing an extraneous "#if TARGET_HOST" |
tree | commitdiff |
2012-02-05 |
John F. Fay | Moving an X11-specific function call to destroy a conte... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific stuff out of "freeglut_inter... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Removing an extraneous "#if TARGET_HOST_POSIX_X11"... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_structure.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_ext.c" code into... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_joystick.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Removing an extraneous "#if" from "freeglut_xinput_x11.c" |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_spaceball.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_main.c" code into... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_state.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Fixing the header comments of a couple of X11-specific... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_gamemode.c" code... |
tree | commitdiff |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_window.c" code... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Moving X11-specific code from "freeglut_display.c"... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Moving the X11-specific code from "freeglut_menu.c... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Changing a bunch of platform-specific "fgDisplay" field... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Splitting the X11-specific code from "freeglut_init... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Moving the X11-specific code from "freeglut_input_devic... |
tree | commitdiff |
2012-02-04 |
John F. Fay | git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code... |
tree | commitdiff |
2012-02-04 |
John F. Fay | Moving the "\freeglut_xinput.c" file from the Common... |
tree | commitdiff |
2012-01-16 |
John F. Fay | Adding /one more/ blank platform-specific file |
tree | commitdiff |
2012-01-16 |
John F. Fay | Adding empty files for platform-specific Windows and... |
tree | commitdiff |
|