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 |
2015-02-18 |
John Tsiombikas | added INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
John Tsiombikas | Applied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBD... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
John Tsiombikas | pkgconfig files should go to $(PREFIX)/lib, not $(PREFI... |
commit | commitdiff | tree | snapshot |
2014-12-25 |
Diederick Niehorster | updated list of cmake switches in README.cmake |
commit | commitdiff | tree | snapshot |
2014-12-25 |
Diederick Niehorster | CMake: FREEGLUT_REPLACE_GLUT option should not be visib... |
commit | commitdiff | tree | snapshot |
2014-12-24 |
John Tsiombikas | brought back the option to build either as "glut" or... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Veres Lajos | typofixes - https://github.com/vlajos/misspell_fixer |
commit | commitdiff | tree | snapshot |
2014-12-02 |
John Tsiombikas | include standard UNIX header fcntl.h in fg_joystick_x11... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
John Tsiombikas | - changed the minor so version for the new release... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rcmaniac25 | Added support for minimizing window. |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Rcmaniac25 | Added missing glutStrokeWidthf and glutStrokeLengthf... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
John Tsiombikas | removed all HAVE_ERRNO checks |
commit | commitdiff | tree | snapshot |
2014-10-20 |
John Tsiombikas | removed vfprintf and checking from CMakeLists.txt,... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
John Tsiombikas | fixed the unreachable GL error check in getAttribOrUnif... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
John Tsiombikas | added missing newlines at the ends of two files as... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Diederick Niehorster | small simplification |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Diederick Niehorster | adding glutStrokeWidthf and glutStrokeLengthf from... |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Diederick Niehorster | renamed all references to freeglut_xxx files (their... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Diederick Niehorster | be more careful about closing menus when focus changes... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Diederick Niehorster | more cleanup: config.h include never needed in demo |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Nigel Stewart | Tidy-up: config.h included via fg_internal.h no deep... |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Diederick Niehorster | some cleanup, correctness in naming, correctness in... |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Diederick Niehorster | change some initializer use that some compilers choke... |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Diederick Niehorster | Fixed bug identified by Kevin. If pollrate is larger... |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Diederick Niehorster | removed debug code I forgot to clean up |
commit | commitdiff | tree | snapshot |
2014-10-11 |
John Tsiombikas | fixed a printf format specifier (was %i instead of... |
commit | commitdiff | tree | snapshot |
2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Diederick Niehorster | drawing join dots on stroke fonts is now optional ... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Diederick Niehorster | now using _NET_FRAME_EXTENTS if available to get size... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Diederick Niehorster | X11: implemented borderless and captionless window... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Diederick Niehorster | glutGet window position should be relative to parent |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Diederick Niehorster | caption height should include the width of the border... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Diederick Niehorster | resizer demo: |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Nigel Stewart | For builds not using cmake, generate fg_version.h to... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
John Tsiombikas | changed the X11 gamemode code policy. Falling back... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Rcmaniac25 | Updated BlackBerry references to make note of the chang... |
commit | commitdiff | tree | snapshot |
2014-06-01 |
Sylvain Beucler | Rewrite EGL attributes using our ATTRIB/ATTRIB_VAL... |
commit | commitdiff | tree | snapshot |
next |