2021-12-22 |
John Tsiombikas | fix crash when calling primitive drawing functions... |
tree | commitdiff |
2021-12-22 |
John Tsiombikas | minor: incorrect filename at the top of fg_gl2.h |
tree | commitdiff |
2020-02-21 |
John Tsiombikas | Work-around for an issue which cropped up with the... |
tree | commitdiff |
2019-10-22 |
Maya Rashish | Omit mention of autoconf update, autoconf is no longer... |
tree | commitdiff |
2019-10-22 |
Maya Rashish | Use <sys/joystick.h> on netbsd, too. |
tree | commitdiff |
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 |
2018-03-27 |
Diederick Niehorster | variable wasn't declared before rest of function. Thank... |
tree | commitdiff |
2018-03-26 |
Diederick Niehorster | cleaning up mixed tabs and spaces |
tree | commitdiff |
2018-03-26 |
Diederick Niehorster | fix that stereo shutter glasses for nVidia setups did... |
tree | commitdiff |
2017-10-23 |
Diederick Niehorster | clear window workmask when queuing up window for destru... |
tree | commitdiff |
2017-07-31 |
Thomas Klausner | Fix build on NetBSD. |
tree | commitdiff |
2017-07-21 |
Rcmaniac25 | Fixed warnings on Linux where GCC under padantic compla... |
tree | commitdiff |
2017-07-12 |
Diederick Niehorster | moved static variables and functions that should not... |
tree | commitdiff |
2017-07-12 |
Diederick Niehorster | some whitespace cleanup |
tree | commitdiff |
2017-07-12 |
Thomas Klausner | Fix build on NetBSD. |
tree | commitdiff |
2017-07-12 |
Thomas Klausner | Do not define HAVE_USBHID_H manually, cmake does it... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Removed "hack" macro set |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Corrected phrasing in docs and unneeded \ in code |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Fixed x11 and Wayland not using INVOKE_WCB |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Added "hack" function for glutCreateMenuUcall |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Moved as many callback setters as possible to macro... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Fixed bug where, under c89 mode, callback macros wouldn... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Removed unneeded line optimization for INVOKE_WCB macro |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Fixed issue where setting the same callback with differ... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Added compiler feature detection for __VA_ARGS__ and... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Implemented pre-C99 support for macro expansion for... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Bug fix for GCC compiler usage |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Initial refactoring of callback macros to make sure... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | More explicit argument list for INVOKE_WCB callbacks |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Changed EXPAND_WCB so it works with MSVC and GCC |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Finished implementing all user-data callbacks (GCC... |
tree | commitdiff |
2017-06-30 |
Rcmaniac25 | Initial work on callbacks with user data parameters. |
tree | commitdiff |
2017-05-25 |
John Tsiombikas | In glutMainLoop, the checking of ExecState, and wether... |
tree | commitdiff |
2017-05-14 |
Rcmaniac25 | Ensure "maximixed" is taken into account when updating... |
tree | commitdiff |
2016-02-21 |
Nigel Stewart | XParseGeometry will always be needed for Windows, no... |
tree | commitdiff |
2016-01-20 |
Jinrong Xie | bug fix |
tree | commitdiff |
2016-01-20 |
Jinrong Xie | update comments of WCB_SpaceXXX in fg_internal.h |
tree | commitdiff |
2016-01-17 |
Diederick Niehorster | fixed up wrong comment |
tree | commitdiff |
2015-12-14 |
John Archdeacon | Fixed C2275 compiler error in fg_spaceball_mswin.c |
tree | commitdiff |
2015-12-14 |
Rcmaniac25 | Defined logic for glutCreateSubWindow when negative... |
tree | commitdiff |
2015-12-14 |
Rcmaniac25 | Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows... |
tree | commitdiff |
2015-10-20 |
John Tsiombikas | minor C89 conformity fixes in fg_window_egl.c |
tree | commitdiff |
2015-07-11 |
Johannes Zarl | Fix compilation on Linux. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN3... |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | minor update making code more compact. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
tree | commitdiff |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
tree | commitdiff |
2015-04-04 |
Manuel Bachmann | Implement initial Wayland support |
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-11-03 |
Rcmaniac25 | Added support for minimizing window. |
tree | commitdiff |
2014-11-03 |
Rcmaniac25 | Added missing glutStrokeWidthf and glutStrokeLengthf... |
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-19 |
John Tsiombikas | added missing newlines at the ends of two files as... |
tree | commitdiff |
2014-10-18 |
Diederick Niehorster | small simplification |
tree | commitdiff |
2014-10-17 |
Diederick Niehorster | adding glutStrokeWidthf and glutStrokeLengthf from... |
tree | commitdiff |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
tree | commitdiff |
2014-10-16 |
Diederick Niehorster | be more careful about closing menus when focus changes... |
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 | some cleanup, correctness in naming, correctness in... |
tree | commitdiff |
2014-10-12 |
Diederick Niehorster | change some initializer use that some compilers choke... |
tree | commitdiff |
2014-10-12 |
Diederick Niehorster | Fixed bug identified by Kevin. If pollrate is larger... |
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-10-11 |
John Tsiombikas | fixed build on MSVC6 |
tree | commitdiff |
2014-09-28 |
Diederick Niehorster | drawing join dots on stroke fonts is now optional ... |
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-27 |
Diederick Niehorster | caption height should include the width of the border... |
tree | commitdiff |
2014-08-18 |
Nigel Stewart | For builds not using cmake, generate fg_version.h to... |
tree | commitdiff |
2014-08-18 |
John Tsiombikas | changed the X11 gamemode code policy. Falling back... |
tree | commitdiff |
2014-06-24 |
Rcmaniac25 | Updated BlackBerry references to make note of the chang... |
tree | commitdiff |
2014-06-01 |
Sylvain Beucler | Rewrite EGL attributes using our ATTRIB/ATTRIB_VAL... |
tree | commitdiff |
2014-06-01 |
Sylvain Beucler | EGL is always double-buffered |
tree | commitdiff |
2014-06-01 |
Sylvain Beucler | Unify GLES1 and GLES2 (libraries are compatible and... |
tree | commitdiff |
2014-05-14 |
Diederick Niehorster | KEY_EVENT macro exists in windows 8.1 API: renamed... |
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-03-05 |
Michal Stawinski | Fix issues with context lost on Android |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Added comments about GLES 3.0 support with 2.0 references. |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | BlackBerry and Android -Added ability for developer... |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Updated toolchain so that it does a more exact check... |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Added BlackBerry PlayBook support Bug memleak when... |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Info logging only shows in debug compilation Added... |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Hardcoded the RGB bitdepths for EGL surface creation. |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Made glutGet, for window width and height, return width... |
tree | commitdiff |
2014-01-24 |
Rcmaniac25 | Added support for rotation so an app can be rotated... |
tree | commitdiff |
next |