5d045f4f15todo note about Windows 8 touch support
dcnieho
2015-06-29 10:14:05 +0000
976e05c12fminor fix on CMakeLists for checking MSVC_VERSION
dcnieho
2015-06-29 10:09:48 +0000
e595297dafupdate CMake file so that it will generate proper _WIN32_WINNT and WINVER definitions in visual studio project setting.
dcnieho
2015-06-29 10:09:42 +0000
5259e6156bfixed unsafe usage of malloc() pointed out by jtsiomb.
dcnieho
2015-06-29 10:09:33 +0000
8cafe7e34cfixed unsafe usage of malloc() pointed out by jtsiomb.
dcnieho
2015-06-29 10:09:27 +0000
8dfbfaca71Minor fix on indentation.
dcnieho
2015-06-29 10:09:20 +0000
238b0ae02cMinor fix on indentation.
dcnieho
2015-06-29 10:09:13 +0000
949f7b3747minor update making code more compact.
dcnieho
2015-06-29 10:09:06 +0000
b593d219d6Added support for 3Dconnexion Space Navigator.
dcnieho
2015-06-29 10:09:00 +0000
c2384ac19eAdded support for 3Dconnexion Space Navigator.
dcnieho
2015-06-29 10:08:53 +0000
2785c2e9c8Merge pull request #26 from stonexjr/Jinrong
Diederick C. Niehorster
2015-06-29 12:04:00 +0200
ce15044f73minor fix on CMakeLists for checking MSVC_VERSION
Jinrong Xie
2015-05-26 18:50:57 -0700
96e89316b6update CMake file so that it will generate proper _WIN32_WINNT and WINVER definitions in visual studio project setting.
Jinrong Xie
2015-05-25 16:30:00 -0700
16bc907735fixed unsafe usage of malloc() pointed out by jtsiomb.
Jinrong Xie
2015-05-13 00:53:49 -0700
aa5514903dfixed unsafe usage of malloc() pointed out by jtsiomb.
Jinrong Xie
2015-05-13 00:42:20 -0700
c5a4a56585updated the readme file, and removed out of date and unmaintained files from the project root
jtsiomb
2015-03-07 20:57:16 +0000
c16fc72a2cfixed indentation in AUTHORS
jtsiomb
2015-03-07 18:55:40 +0000
c63102d06dadded the init error handler example program contributed by Chris Marshall Not building it as part of the demos yet, since it was submitted quite late in the 3.0 release process
jtsiomb
2015-03-07 18:53:54 +0000
3f95e542fa- fixed a minor bug in the UNIX/X11 cursor code, causing an X error and abort due to a stale cursor cache, when the application (which calls glutSetCursor), uses glutLeaveMainLoop to close the connection to the X server, and then re-initializes freeglut and starts over with a new connection.
jtsiomb
2015-02-28 04:15:13 +0000
3be8dc8380removed the completely outdated FrequentlyAskedQuestions file
jtsiomb
2015-02-18 05:20:50 +0000
310764e238MacOSX doesn't define HOST_NAME_MAX in unistd.h, which made freeglut fail to build. Now, if the definition is missing, we'll just define it arbitrarilly as 255, which should be a safe value. This is just needed for an obscure X11 WM protocol.
jtsiomb
2015-02-18 05:03:16 +0000
db2ea877b0- changed the main INCLUDE_DIRECTORIES definition to place the main header locations first in the list instead of appending them. This gives priority to our freeglut*.h files instead of the old system-wide installed ones. - removed the Xxf86vm hack from CMakeLists.txt: it seems like it's not needed any more in new versions of cmake, and it fails to link on MacOSX.
jtsiomb
2015-02-18 04:59:57 +0000
8c295f0617added INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make sure X11 header files are correctly located, on systems where they are in weird places. This closes bug: #218
jtsiomb
2015-02-18 03:59:21 +0000
7229171bf4Applied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBDIR} instead of hardcoding lib for the installation directory of libraries, with the additional modification of installing the pkg-config files there too. closing bug #217
jtsiomb
2015-02-18 00:37:05 +0000
3d4b5a78a9pkgconfig files should go to $(PREFIX)/lib, not $(PREFIX)/share. Closing bug #216
jtsiomb
2015-01-03 11:55:09 +0000
081efa33c4include standard UNIX header fcntl.h in fg_joystick_x11.c, since fcntl() is called conditionally in there (bug #192).
jtsiomb
2014-12-02 05:22:12 +0000
4fc11e3285- changed the minor so version for the new release to 3.10.0 (fg2.8.1 was 3.9.0) - made the so version numbers more prominent in the cmake file to make sure they're not forgotten in future releases
jtsiomb
2014-11-04 11:47:27 +0000
e3b37e2bcbMerge branch 'trunk' into git_master
Diederick Niehorster
2014-11-03 12:18:54 +0800
84695da2d0Added support for minimizing window. Fixed issue where reshape callback would be called multiple times due to conflicting window size messages on keyboard closure. Fixed issue where changing orientation with the keyboard open would cause multiple reshape events.
dcnieho
2014-11-03 04:19:10 +0000
9089d1c682Added missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
dcnieho
2014-11-03 04:18:51 +0000
40337ad874Merge pull request #22 from rcmaniac25/git_master
Diederick C. Niehorster
2014-11-03 12:11:47 +0800
c70ab1fadbAdded missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
Rcmaniac25
2014-11-02 16:33:51 -0500
56692979f1Merge branch 'trunk' into git_master
Diederick Niehorster
2014-11-02 10:22:34 +0800
c9c7ef6b84announcing 3.0.0 RC1 on website
dcnieho
2014-11-01 14:14:46 +0000
83552a5fdcremoved all HAVE_ERRNO checks
jtsiomb
2014-10-20 15:27:04 +0000
1186d43a25removed vfprintf and checking from CMakeLists.txt, and all the fallbacks from vfprintf to the obscure _doprnt function
jtsiomb
2014-10-20 15:22:29 +0000
d778f6fc64fixed the unreachable GL error check in getAttribOrUniformLocation in demos/shapes/shapes.c as noted by Kevin Morgan
jtsiomb
2014-10-19 23:22:53 +0000