5a86d86eefUpdated documentation in relation to GLUT_ALLOW_NEGATIVE_WINDOW_POSITION.
dcnieho
2015-12-14 16:22:31 +00:00
d8e364d053Defined logic for glutCreateSubWindow when negative position is allowed
dcnieho
2015-12-14 16:22:25 +00:00
d898bfe4c6Added GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows can be created with negative position coordinates.
dcnieho
2015-12-14 16:22:18 +00:00
49921da0d0Merge pull request #40 from Tarnyko/git_master
Diederick C. Niehorster
2015-12-14 17:20:48 +01:00
8dd4743e55Merge pull request #39 from rcmaniac25/feature/negative_window_coordinates
Diederick C. Niehorster
2015-12-14 17:20:39 +01:00
6b8552edbdFixed C2275 compiler error in fg_spaceball_mswin.c
John Archdeacon
2015-12-13 16:59:39 -05:00
836fe46441Additional clarification about GLUT_ALLOW_NEGATIVE_WINDOW_POSITION
Rcmaniac25
2015-12-13 16:53:20 -05:00
18773bcc81Mention Wayland build requirements in documentation
Manuel Bachmann
2015-12-07 15:41:58 +01:00
9fa5db9841Updated documentation in relation to GLUT_ALLOW_NEGATIVE_WINDOW_POSITION.
Rcmaniac25
2015-12-06 01:01:28 -05:00
0ed05f6458Defined logic for glutCreateSubWindow when negative position is allowed
Rcmaniac25
2015-12-05 16:08:32 -05:00
e7f38b763fAdded GLUT_ALLOW_NEGATIVE_WINDOW_POSITION so windows can be created with negative position coordinates.
Rcmaniac25
2015-10-17 20:50:33 -04:00
5d045f4f15todo note about Windows 8 touch support
dcnieho
2015-06-29 10:14:05 +00:00
976e05c12fminor fix on CMakeLists for checking MSVC_VERSION
dcnieho
2015-06-29 10:09:48 +00:00
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 +00:00
5259e6156bfixed unsafe usage of malloc() pointed out by jtsiomb.
dcnieho
2015-06-29 10:09:33 +00:00
8cafe7e34cfixed unsafe usage of malloc() pointed out by jtsiomb.
dcnieho
2015-06-29 10:09:27 +00:00
8dfbfaca71Minor fix on indentation.
dcnieho
2015-06-29 10:09:20 +00:00
238b0ae02cMinor fix on indentation.
dcnieho
2015-06-29 10:09:13 +00:00
949f7b3747minor update making code more compact.
dcnieho
2015-06-29 10:09:06 +00:00
b593d219d6Added support for 3Dconnexion Space Navigator.
dcnieho
2015-06-29 10:09:00 +00:00
c2384ac19eAdded support for 3Dconnexion Space Navigator.
dcnieho
2015-06-29 10:08:53 +00:00
2785c2e9c8Merge pull request #26 from stonexjr/Jinrong
Diederick C. Niehorster
2015-06-29 12:04:00 +02:00
ce15044f73minor fix on CMakeLists for checking MSVC_VERSION
Jinrong Xie
2015-05-26 18:50:57 -07:00
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 -07:00
16bc907735fixed unsafe usage of malloc() pointed out by jtsiomb.
Jinrong Xie
2015-05-13 00:53:49 -07:00
aa5514903dfixed unsafe usage of malloc() pointed out by jtsiomb.
Jinrong Xie
2015-05-13 00:42:20 -07:00
c5a4a56585updated the readme file, and removed out of date and unmaintained files from the project root
jtsiomb
2015-03-07 20:57:16 +00:00
c16fc72a2cfixed indentation in AUTHORS
jtsiomb
2015-03-07 18:55:40 +00:00
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 +00:00
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 +00:00
3be8dc8380removed the completely outdated FrequentlyAskedQuestions file
jtsiomb
2015-02-18 05:20:50 +00:00
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 +00:00
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 +00:00
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 +00:00
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 +00:00
3d4b5a78a9pkgconfig files should go to $(PREFIX)/lib, not $(PREFIX)/share. Closing bug #216
jtsiomb
2015-01-03 11:55:09 +00:00
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 +00:00
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 +00:00
e3b37e2bcbMerge branch 'trunk' into git_master
Diederick Niehorster
2014-11-03 12:18:54 +08:00
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 +00:00
9089d1c682Added missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
dcnieho
2014-11-03 04:18:51 +00:00
40337ad874Merge pull request #22 from rcmaniac25/git_master
Diederick C. Niehorster
2014-11-03 12:11:47 +08:00
c70ab1fadbAdded missing glutStrokeWidthf and glutStrokeLengthf for mobile support.
Rcmaniac25
2014-11-02 16:33:51 -05:00
56692979f1Merge branch 'trunk' into git_master
Diederick Niehorster
2014-11-02 10:22:34 +08:00
c9c7ef6b84announcing 3.0.0 RC1 on website
dcnieho
2014-11-01 14:14:46 +00:00
83552a5fdcremoved all HAVE_ERRNO checks
jtsiomb
2014-10-20 15:27:04 +00:00
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 +00:00
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 +00:00