2022-03-08 |
John Tsiombikas | Added keyboard demo, and changed the spaceball demo... |
commit | commitdiff | tree | snapshot |
2022-03-07 |
John Tsiombikas | Added GLUT_ACTIVE_SUPER modifier, and corresponding... |
commit | commitdiff | tree | snapshot |
2022-02-06 |
John Tsiombikas | bump version numbers before minor release |
commit | commitdiff | tree | snapshot |
2022-02-06 |
John Tsiombikas | Removed the doc directory from the source tree, which... |
commit | commitdiff | tree | snapshot |
2021-12-22 |
John Tsiombikas | fix crash when calling primitive drawing functions... |
commit | commitdiff | tree | snapshot |
2021-12-22 |
John Tsiombikas | minor: incorrect filename at the top of fg_gl2.h |
commit | commitdiff | tree | snapshot |
2021-09-29 |
John Tsiombikas | shapes demo: added flat shading option (fixed-function... |
commit | commitdiff | tree | snapshot |
2020-02-26 |
Maciej Sroczyński | Add checks for debug flags for android |
commit | commitdiff | tree | snapshot |
2020-02-26 |
Maciej Sroczyński | set default FREEGLUT_GLES=ON on android |
commit | commitdiff | tree | snapshot |
2020-02-21 |
John Tsiombikas | Work-around for an issue which cropped up with the... |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Maya Rashish | Omit mention of autoconf update, autoconf is no longer... |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Maya Rashish | Use <sys/joystick.h> on netbsd, too. |
commit | commitdiff | tree | snapshot |
2019-09-25 |
John Tsiombikas | updated version number to prepare for release 3.2.1 |
commit | commitdiff | tree | snapshot |
2019-09-25 |
John Tsiombikas | Fixed bug #252: menu windows are drawn with immediate... |
commit | commitdiff | tree | snapshot |
2019-09-18 |
John Tsiombikas | fixed bug #251: freeglut cmake modules installation... |
commit | commitdiff | tree | snapshot |
2019-09-18 |
John Tsiombikas | Fixed failure to install glut.h header file when FREEGL... |
commit | commitdiff | tree | snapshot |
2019-09-18 |
John Tsiombikas | Version bump in cmake, that should have been done for... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
John Tsiombikas | A couple of fixes in fg_joystick_x11.c identified in... |
commit | commitdiff | tree | snapshot |
2019-08-14 |
John Tsiombikas | Fixed namespace pollution due to a number of global... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
John Tsiombikas | Applied Christian's change to drop unnecessary dependen... |
commit | commitdiff | tree | snapshot |
2018-10-10 |
John Tsiombikas | Fixed mousewheel callbacks under X11. (bug #247, github... |
commit | commitdiff | tree | snapshot |
2018-09-29 |
John Tsiombikas | fixed spaceball button callback (x11) compatibility... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
John Tsiombikas | - fallback to non-sRGB visuals if the context creation... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Diederick Niehorster | variable wasn't declared before rest of function. Thank... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Diederick Niehorster | cleaning up mixed tabs and spaces |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Diederick Niehorster | fix that stereo shutter glasses for nVidia setups did... |
commit | commitdiff | tree | snapshot |
2018-03-24 |
Diederick Niehorster | Fix build for Android using clang compiler. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Diederick Niehorster | clear window workmask when queuing up window for destru... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Firsla | Little fix'es. |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Thomas Klausner | Fix build on NetBSD. |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Sean Moore | Fixed freeglut.pdb install for builds with MSVC compile... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Rcmaniac25 | Fixed warnings on Linux where GCC under padantic compla... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Diederick Niehorster | moved static variables and functions that should not... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Diederick Niehorster | adding vs folder to ignores |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Diederick Niehorster | some whitespace cleanup |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Thomas Klausner | Fix build on NetBSD. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Thomas Klausner | Do not define HAVE_USBHID_H manually, cmake does it... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Fixed incorrect MESSAGE usage |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | CMake produces an error if XInput.h is not found |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Removed "hack" macro set |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Corrected phrasing in docs and unneeded \ in code |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Fixed x11 and Wayland not using INVOKE_WCB |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Added timer_callback sample for user callbacks |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Added "hack" function for glutCreateMenuUcall |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Moved as many callback setters as possible to macro... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Fixed bug where, under c89 mode, callback macros wouldn... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Removed unneeded line optimization for INVOKE_WCB macro |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Fixed issue where setting the same callback with differ... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Added compiler feature detection for __VA_ARGS__ and... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Implemented pre-C99 support for macro expansion for... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Bug fix for GCC compiler usage |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Initial refactoring of callback macros to make sure... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | More explicit argument list for INVOKE_WCB callbacks |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Changed EXPAND_WCB so it works with MSVC and GCC |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Finished implementing all user-data callbacks (GCC... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Rcmaniac25 | Initial work on callbacks with user data parameters. |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Diederick Niehorster | multi-touch demo: if an index 64 would come in, this... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Diederick Niehorster | resizer demo: adding a bit more output to console to... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Diederick Niehorster | multi-touch callback had a copy paste error in the... |
commit | commitdiff | tree | snapshot |
2017-05-25 |
John Tsiombikas | In glutMainLoop, the checking of ExecState, and wether... |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Rcmaniac25 | Ensure "maximixed" is taken into account when updating... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Diederick Niehorster | CMake: include/GL/glut.h should only be installed when... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Boris Pek | Fixed indentation characters in CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Boris Pek | Fixed Cflags variable in pkgconfig file. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Boris Pek | Added FREEGLUT_REPLACE_GLUT configure option for MS... |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Nigel Stewart | XParseGeometry will always be needed for Windows, no... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Jinrong Xie | bug fix |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Jinrong Xie | moved spaceball macros from freeglut_std.h to freeglut_... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Jinrong Xie | Added API macros for additional Spaceball buttons. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Jinrong Xie | Added API macros for Spaceball buttons. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Jinrong Xie | update comments of WCB_SpaceXXX in fg_internal.h |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Diederick Niehorster | fixed up wrong comment |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Ray Donnelly | Emit the correct LIBNAME to .pc files |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Manuel Bachmann | Mention Wayland build requirements in documentation |
commit | commitdiff | tree | snapshot |
2015-12-14 |
John Archdeacon | Fixed C2275 compiler error in fg_spaceball_mswin.c |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Rcmaniac25 | Defined logic for glutCreateSubWindow when negative... |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Rcmaniac25 | Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
John Tsiombikas | minor C89 conformity fixes in fg_window_egl.c |
commit | commitdiff | tree | snapshot |
2015-10-17 |
Rcmaniac25 | Removed invalid PDB install |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Johannes Zarl... | Export relevant static compile flags on windows. |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Johannes Zarl | Set public definitions in cmake package. |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Johannes Zarl | Create cmake package using imported targets. |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Johannes Zarl | Fix compilation on Linux. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | minor fix on CMakeLists for checking MSVC_VERSION |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN3... |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | Minor fix on indentation. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | minor update making code more compact. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator. |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Manuel Bachmann | Implement initial Wayland support |
commit | commitdiff | tree | snapshot |
2015-03-07 |
John Tsiombikas | updated the readme file, and removed out of date and... |
commit | commitdiff | tree | snapshot |
2015-03-07 |
John Tsiombikas | fixed indentation in AUTHORS |
commit | commitdiff | tree | snapshot |
2015-03-07 |
John Tsiombikas | added the init error handler example program contribute... |
commit | commitdiff | tree | snapshot |
2015-02-28 |
John Tsiombikas | - fixed a minor bug in the UNIX/X11 cursor code, causin... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
John Tsiombikas | removed the completely outdated FrequentlyAskedQuestion... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
John Tsiombikas | MacOSX doesn't define HOST_NAME_MAX in unistd.h, which... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
John Tsiombikas | - changed the main INCLUDE_DIRECTORIES definition to... |
commit | commitdiff | tree | snapshot |
next |