2020-02-26 |
Maciej Sroczyński | set default FREEGLUT_GLES=ON on android
|
commit | commitdiff | tree |
2019-10-22 |
Maya Rashish | Omit mention of autoconf update, autoconf is no longer...
|
commit | commitdiff | tree |
2019-10-22 |
Maya Rashish | Use <sys/joystick.h> on netbsd, too.
|
commit | commitdiff | tree |
2018-03-27 |
Diederick Niehorster | variable wasn't declared before rest of function. Thanks...
|
commit | commitdiff | tree |
2018-03-26 |
Diederick Niehorster | cleaning up mixed tabs and spaces
|
commit | commitdiff | tree |
2018-03-26 |
Diederick Niehorster | fix that stereo shutter glasses for nVidia setups did...
|
commit | commitdiff | tree |
2018-03-24 |
Diederick Niehorster | Fix build for Android using clang compiler.
|
commit | commitdiff | tree |
2017-10-23 |
Diederick Niehorster | clear window workmask when queuing up window for destruction...
|
commit | commitdiff | tree |
2017-10-23 |
Firsla | Little fix'es.
|
commit | commitdiff | tree |
2017-07-31 |
Thomas Klausner | Fix build on NetBSD.
|
commit | commitdiff | tree |
2017-07-31 |
Sean Moore | Fixed freeglut.pdb install for builds with MSVC compiler...
|
commit | commitdiff | tree |
2017-07-21 |
Rcmaniac25 | Fixed warnings on Linux where GCC under padantic complained...
|
commit | commitdiff | tree |
2017-07-12 |
Diederick Niehorster | moved static variables and functions that should not...
|
commit | commitdiff | tree |
2017-07-12 |
Diederick Niehorster | adding vs folder to ignores
|
commit | commitdiff | tree |
2017-07-12 |
Diederick Niehorster | some whitespace cleanup
|
commit | commitdiff | tree |
2017-07-12 |
Thomas Klausner | Fix build on NetBSD.
|
commit | commitdiff | tree |
2017-07-12 |
Thomas Klausner | Do not define HAVE_USBHID_H manually, cmake does it...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Fixed incorrect MESSAGE usage
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | CMake produces an error if XInput.h is not found
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Removed "hack" macro set
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Corrected phrasing in docs and unneeded \ in code
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Fixed x11 and Wayland not using INVOKE_WCB
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Added timer_callback sample for user callbacks
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Added "hack" function for glutCreateMenuUcall
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Moved as many callback setters as possible to macro...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Fixed bug where, under c89 mode, callback macros wouldn...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Removed unneeded line optimization for INVOKE_WCB macro
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Fixed issue where setting the same callback with different...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Added compiler feature detection for __VA_ARGS__ and...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Implemented pre-C99 support for macro expansion for...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Bug fix for GCC compiler usage
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Initial refactoring of callback macros to make sure...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | More explicit argument list for INVOKE_WCB callbacks
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Changed EXPAND_WCB so it works with MSVC and GCC
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Finished implementing all user-data callbacks (GCC...
|
commit | commitdiff | tree |
2017-06-30 |
Rcmaniac25 | Initial work on callbacks with user data parameters.
|
commit | commitdiff | tree |
2017-06-14 |
Diederick Niehorster | multi-touch demo: if an index 64 would come in, this...
|
commit | commitdiff | tree |
2017-06-14 |
Diederick Niehorster | resizer demo: adding a bit more output to console to...
|
commit | commitdiff | tree |
2017-06-14 |
Diederick Niehorster | multi-touch callback had a copy paste error in the...
|
commit | commitdiff | tree |
2017-05-14 |
Rcmaniac25 | Ensure "maximixed" is taken into account when updating...
|
commit | commitdiff | tree |
2017-04-26 |
Diederick Niehorster | CMake: include/GL/glut.h should only be installed when...
|
commit | commitdiff | tree |
2017-04-22 |
Boris Pek | Fixed indentation characters in CMakeLists.txt
|
commit | commitdiff | tree |
2017-04-22 |
Boris Pek | Fixed Cflags variable in pkgconfig file.
|
commit | commitdiff | tree |
2017-04-22 |
Boris Pek | Added FREEGLUT_REPLACE_GLUT configure option for MS...
|
commit | commitdiff | tree |
2016-02-21 |
Nigel Stewart | XParseGeometry will always be needed for Windows, no...
|
commit | commitdiff | tree |
2016-01-20 |
Jinrong Xie | bug fix
|
commit | commitdiff | tree |
2016-01-20 |
Jinrong Xie | moved spaceball macros from freeglut_std.h to freeglut_ext.h
|
commit | commitdiff | tree |
2016-01-20 |
Jinrong Xie | Added API macros for additional Spaceball buttons.
|
commit | commitdiff | tree |
2016-01-20 |
Jinrong Xie | Added API macros for Spaceball buttons.
|
commit | commitdiff | tree |
2016-01-20 |
Jinrong Xie | update comments of WCB_SpaceXXX in fg_internal.h
|
commit | commitdiff | tree |
2016-01-17 |
Diederick Niehorster | fixed up wrong comment
|
commit | commitdiff | tree |
2016-01-12 |
Ray Donnelly | Emit the correct LIBNAME to .pc files
|
commit | commitdiff | tree |
2015-12-14 |
Manuel Bachmann | Mention Wayland build requirements in documentation
|
commit | commitdiff | tree |
2015-12-14 |
John Archdeacon | Fixed C2275 compiler error in fg_spaceball_mswin.c
|
commit | commitdiff | tree |
2015-12-14 |
Rcmaniac25 | Defined logic for glutCreateSubWindow when negative...
|
commit | commitdiff | tree |
2015-12-14 |
Rcmaniac25 | Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows...
|
commit | commitdiff | tree |
2015-10-17 |
Rcmaniac25 | Removed invalid PDB install
|
commit | commitdiff | tree |
2015-10-12 |
Johannes Zarl-Zierl | Export relevant static compile flags on windows.
|
commit | commitdiff | tree |
2015-07-11 |
Johannes Zarl | Set public definitions in cmake package.
|
commit | commitdiff | tree |
2015-07-11 |
Johannes Zarl | Create cmake package using imported targets.
|
commit | commitdiff | tree |
2015-07-11 |
Johannes Zarl | Fix compilation on Linux.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | minor fix on CMakeLists for checking MSVC_VERSION
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN32_WIN...
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | fixed unsafe usage of malloc() pointed out by jtsiomb.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | Minor fix on indentation.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | Minor fix on indentation.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | minor update making code more compact.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator.
|
commit | commitdiff | tree |
2015-06-29 |
Jinrong Xie | Added support for 3Dconnexion Space Navigator.
|
commit | commitdiff | tree |
2015-04-04 |
Manuel Bachmann | Implement initial Wayland support
|
commit | commitdiff | tree |
2014-12-25 |
Diederick Niehorster | updated list of cmake switches in README.cmake
|
commit | commitdiff | tree |
2014-12-25 |
Diederick Niehorster | CMake: FREEGLUT_REPLACE_GLUT option should not be visible...
|
commit | commitdiff | tree |
2014-12-22 |
Veres Lajos | typofixes - https://github.com/vlajos/misspell_fixer
|
commit | commitdiff | tree |
2014-11-03 |
Rcmaniac25 | Added support for minimizing window.
|
commit | commitdiff | tree |
2014-11-03 |
Rcmaniac25 | Added missing glutStrokeWidthf and glutStrokeLengthf...
|
commit | commitdiff | tree |
2014-10-18 |
Diederick Niehorster | small simplification
|
commit | commitdiff | tree |
2014-10-17 |
Diederick Niehorster | adding glutStrokeWidthf and glutStrokeLengthf from...
|
commit | commitdiff | tree |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their...
|
commit | commitdiff | tree |
2014-10-16 |
Diederick Niehorster | be more careful about closing menus when focus changes...
|
commit | commitdiff | tree |
2014-10-13 |
Diederick Niehorster | more cleanup: config.h include never needed in demo
|
commit | commitdiff | tree |
2014-10-13 |
Nigel Stewart | Tidy-up: config.h included via fg_internal.h no deep...
|
commit | commitdiff | tree |
2014-10-12 |
Diederick Niehorster | some cleanup, correctness in naming, correctness in...
|
commit | commitdiff | tree |
2014-10-12 |
Diederick Niehorster | change some initializer use that some compilers choke...
|
commit | commitdiff | tree |
2014-10-12 |
Diederick Niehorster | Fixed bug identified by Kevin. If pollrate is larger...
|
commit | commitdiff | tree |
2014-10-12 |
Diederick Niehorster | removed debug code I forgot to clean up
|
commit | commitdiff | tree |
2014-09-28 |
Diederick Niehorster | drawing join dots on stroke fonts is now optional ...
|
commit | commitdiff | tree |
2014-08-29 |
Diederick Niehorster | now using _NET_FRAME_EXTENTS if available to get size...
|
commit | commitdiff | tree |
2014-08-27 |
Diederick Niehorster | X11: implemented borderless and captionless window...
|
commit | commitdiff | tree |
2014-08-27 |
Diederick Niehorster | glutGet window position should be relative to parent
|
commit | commitdiff | tree |
2014-08-27 |
Diederick Niehorster | caption height should include the width of the border...
|
commit | commitdiff | tree |
2014-08-27 |
Diederick Niehorster | resizer demo:
|
commit | commitdiff | tree |
2014-08-18 |
Nigel Stewart | For builds not using cmake, generate fg_version.h to...
|
commit | commitdiff | tree |
2014-06-24 |
Rcmaniac25 | Updated BlackBerry references to make note of the change...
|
commit | commitdiff | tree |
2014-06-01 |
Diederick Niehorster | add menu to opengl 3 demo. Should work as menu windows...
|
commit | commitdiff | tree |
2014-05-14 |
Diederick Niehorster | KEY_EVENT macro exists in windows 8.1 API: renamed...
|
commit | commitdiff | tree |
2014-04-11 |
Lindley French | XPutBackEvent copies an XEvent internally, so the pointer...
|
commit | commitdiff | tree |
2014-03-05 |
Michal Stawinski | Fix issues with context lost on Android
|
commit | commitdiff | tree |
2014-01-24 |
Rcmaniac25 | Added comments about GLES 3.0 support with 2.0 references.
|
commit | commitdiff | tree |
2014-01-24 |
Rcmaniac25 | BlackBerry and Android -Added ability for developer...
|
commit | commitdiff | tree |
next |