-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.php
238 lines (204 loc) · 11.4 KB
/
news.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?php
require("template.php");
# Now set the title of the page:
setPageTitle("News");
# Make the header.
generateHeader($_SERVER['PHP_SELF']);
?>
<div class="news-item">
<div class="news-header">freeglut 3.4.0 Released [7 October 2022]</div>
<ul>
<li>Add GLUT_ACTIVE_SUPER modifier, and corresponding GLUT_KEY_SUPER_L and GLUT_KEY_SUPER_R special keys. These map to Windows/Command keys.</li>
<li>Fix RGB mode (GLUT_RGBA) colors on 8bpp displays on windows (construct default RGB332 palette).</li>
<li>Fix indexed color context creation on X11 and windows (GLUT_INDEX).</li>
<li>Add missing colormap management functions for X11 and windows (glutSetColor, glutGetColor).</li>
<li>Fix crash when calling glutTimerFuncUcall.</li>
<li>Fix FreeBSD build by essentially disabling the joystick code for newer FreeBSD versions. It will eventually need to be replaced/fixed.</li>
<li>Add fallbacks for the old GLX (<1.3) context creation API (glXChooseVisual/glXCreateContext), makes us compatible with IRIX 5.x and other old UNIX systems.</li>
<li>Add fallbacks for OpenGL 1.0 (no vertex arrays/client state).</li>
<li>Use nanosleep instead of usleep on UNIX, which is more widely supported on old UNIX systems.</li>
<li>Fix build on X11 if GL_SAMPLES is not defined.</li>
<li>Fix overly strict context version checking on Android leading to context creation failure in some cases.</li>
<li>Fix GLUT_CURSOR_INFO on windows, should be IDC_HAND, not IDC_HELP.</li>
<li>Fix mismatched font declarations on X11.</li>
<li>Add alternative simple ways to build freeglut with native tools only, without having to use cmake.</li>
<li>Fix build on windows with cmake 3.0.0. Explicitly link with gdi32.</li>
<li>Fix build on MSVC 2005.</li>
<li>Fix build on MacOS X. Link with all the necessary X libraries.</li>
<li>Fix build on SGI IRIX.</li>
<li>Fix build on Android (mismatched function prototypes and missing glutCreateMenuUcall).</li>
<li>Add support for the ninja multi-config generator.</li>
<li>Removed spurious dependency on a C++ compiler. One of the demos was being compiled as C++ for no reason.</li>
<li>Silence unnecessary warnings when VBOs or GLSL are not available.</li>
<li>New demo programs: 3dview, keyboard, joystick.</li>
<li>Documentation: added MacOS X build instructions.</li>
<li>Made it possible to eventually support building freeglut as a single compilation unit, by avoiding name conflicts on static variables.</li>
<li>Other minor fixes.</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">Moved repository to github [9 March 2022]</div>
<p>It's finally time to leave subversion behind and convert the freeglut source
code repository to git. At the same time our
<a href="https://github.com/freeglut/freeglut/">official source code repository is now hosted on github</a>.</p>
<p>Release archives will be available through both the github releases page, and
also mirrored under the old sourceforge downloads.</p>
<p>The website, and mailing lists will continue to be hosted on sourceforge, but
new bug reports and feature requests should be submitted through the
<a href="https://github.com/freeglut/freeglut/issues">github issues system</a>.
We also now accept <a href="https://github.com/freeglut/freeglut/pulls">pull requests</a>
as well as regular patches sent to the
<a href="http://lists.sourceforge.net/lists/listinfo/freeglut-developer">freeglut-developer mailing list</a>
as always.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 3.2.2 Released [6 February 2022]</div>
<ul>
<li>Fix build with gcc >= 10 which no longer supports COMMON section symbols by default.</li>
<li>Fix netbsd/aarch64 build.</li>
<li>Fix android build (default to <tt>FREEGLUT_GLES</tt>).</li>
<li>Fix crash when calling primitive drawing functions without creating a
window first.</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">freeglut 3.2.1 Released [29 September 2019]</div>
<p>Minor bugfix release</p>
<ul>
<li>Fixed failure to install glut.h when the "replace glut" build option is enabled.</li>
<li>Take into account <tt>CMAKE_INSTALL_LIBDIR</tt> in the installed cmake module.</li>
<li>Fixed broken menu drawing when the user requests a core profile context.</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">freeglut 3.2.0 Released [16 September 2019]</div>
<ul>
<li>Added new callback registration functions and corresponding callback types
in the extended API, which take an extra user pointer, and pass it through
to the callbacks (ucall API).</li>
<li>Initial wayland support.</li>
<li>Fixed mousewheel callbacks on X11.</li>
<li>Fallback to non-sRGB context, instead of crashing, if the user requested
sRGB but failed to get one.</li>
<li>Added <tt>GLUT_WINDOW_SRGB</tt> query to check if the context supports sRGB or the
fallback was triggered.</li>
<li>Added missing spaceball support for windows.</li>
<li>Added init error handler demo.</li>
<li>Added cmake package.</li>
<li>Added <tt>GLUT_ALLOW_NEGATIVE_WINDOW_POSITION</tt> option.</li>
<li>Added spaceball button definitions in the extended API header.</li>
<li>Added checking for the XInput dependency in cmake.</li>
<li>Fixed netbsd build (joystick code).</li>
<li>Fixed android build with clang.</li>
<li>Fixed <tt>GLUT_STEREO</tt> on nvidia windows drivers, which don't play well
with fullscreen windows with frames.</li>
<li>And a number of other bugfixes ...</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">freeglut 3.0.0 Released [5 April 2013]</div>
<p>Switched the freeglut build system for autotools plus a number of arbitrary
project files, to cmake. See <tt>README.cmake</tt> for build instructions.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.8.1 Released [5 April 2013]</div>
<p>A new bugfix release of "freeglut" is now available. Here is a
incomplete list of fixes and enhancements:</p>
<ul>
<li>Visual Studio 2012 project files, and a fix for the disappearing
windows with this toolset.</li>
<li>X11 menu regression fixed, menu behavior improved on Windows.</li>
<li>Now using monotonic clock on X11.</li>
<li>GameMode now doesn't attempt to change unspecified display params to
arbitrary defaults, and not changing display mode when unnecessary to
avoid flicker.</li>
<li>On Windows, windows no longer attain focus as soon as the mouse
enters them</li>
<li>Various demo enhancements.</li>
<li>Many bugs have been fixed.</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.8.0 Released [2 January 2012]</div>
<p>After two years of quiet maintenance, a new version of "freeglut" has been released. Here are some of the major changes:</p>
<ul>
<li>There are now callbacks to support multitouch capability.</li>
<li>Solaris and OSX support have improved.</li>
<li>Fullscreen mode and Game mode behave better.</li>
<li>Addition of Visual Studio 2010 projects & solutions.</li>
<li>Many bugs have been fixed.</li>
</ul>
<p>Visit the downloads section to get your hands on the latest release.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.6.0 Released [27 November 2009]</div>
<p>The long awaited 2.6.0 release has arrived! This release features:</p>
<ul>
<li>Truly full screen windows under X11 when calling <code>glutFullScreen()</code>.</li>
<li>Spaceball support on Linux.</li>
<li>Addition of the "atexit" hack, making the freeglut Windows DLL binary compatible with GLUT.</li>
<li>Addition of Visual Studio 2008 projects & solutions.</li>
<li>Many other fixes.</li>
</ul>
</div>
<div class="news-item">
<div class="news-header">API is now online! [30 December 2003]</div>
<p>The <a href="/docs/api.php">Application Programming Interface</a> documentation is now online, in addition to being distributed with the tarball. There have been a few changes to freeglut since the last update to the API documentation, and if anyone would like to make the appropriate updates, the whole project would appreciate it. Despite that, it's nearly wholly up-to-date. Please make good use of it.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.2.0 Released [12 December 2003]</div>
<p>The freeglut Project proudly announces freeglut 2.2.0. This version contains:</p>
<ul>
<li>Mousewheel Support for Win32 & X11</li>
<li>More unified Win32/*nix behavior and code</li>
<li>Code style cleanups</li>
<li>Visibility support in Win32</li>
<li>Many other Good Bug Fixes™</li>
</ul>
<p>[Read <a href="http://sourceforge.net/project/shownotes.php?release_id=203468">the full ChangeLog</a>.]</p>
<p>Click the Downloads link on the left and enjoy!</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.0.1 Released [23 October 2003]</div>
<p>2.0.1 fixes a number of bugs with menus, especially in the UNIX_X11.</p>
</div>
<div class="news-item">
<div class="news-header">freeglut 2.0.0 is GOLD! [29 September 2003]</div>
<div class="img-right"><img src="images/tuxcake.png" alt="Tux Cake"/><br/>
A cake one of our developers<br/>
(John Fay) received in honor<br/>
of his freeglut work.</div>
<p>freeglut 2.0.0 marks the first true departure from Mark Kilgard's original GLUT library, adding much-requested features while still retaining not only high backward compatibility with older implementations of GLUT, but all the polish of the original -- and more!</p>
<div class="news-subheader">What have we done? A lot.</div>
<p>This isn't the GLUT you remember.</p>
<p>This is an incomplete list -- there are simply too many improvements to write!</p>
<p>General Improvements:</p>
<ul><li>You can now control program behavior when a GLUT window is closed by the user, rather than simply exiting. Options include:
<ul>
<li>Immediate exit() (old GLUT behavior)</li>
<li>glutMainLoop() returns to you</li>
<li>continue execution</li>
</ul>
</li>
<li>Option to share a rendering context for each new window</li>
<li>Interruptable glutMainLoop (glutMainLoopEvent, glutLeaveMainLoop)</li>
<li>Window-specific callback functions (Close, WindowManager Close, Menu destruction)</li>
<li>User-specified data in Windows and Menus</li>
<li>Additional font statistics (stroke and bitmap heights...)</li>
<li>New font functions to allow the user to print strings instead of one character at a time</li>
<li>New primitives (RhombicDodecahedron, SierpinskiSponge)</li>
<li>Good-looking menus</li>
</ul>
<p>XFree86 GameMode improvements:</p>
<ul><li>force re-establishment of the original video mode by the X server even if the application exits immediately after leaving game mode</li>
<li>make sure that the X server has finished game mode preparations before continuing; fixes window sliding(missed mouse grab) and application exits.</li>
<li>fix support for game mode resolution equal to maximum screen resolution</li>
<li>restore original view port and Pointer position when leaving game mode</li></ul>
<p>Win32 GameMode improvements:</p>
<ul><li>if desired display frequency for entering game mode is not found, a display mode without matching display frequency is tried.</li></ul>
<div class="news-subheader">Get involved!</div>
<p>If you like freeglut, think about helping out with the project. There's always more to be done to enhance the library!</p>
<p>Documentation, example programs, suggestions for improvement -- they're all needed.</p>
<p>Look at the "How You Can Help" section on the left for ideas on how you can do your part!</p>
</div>
<?php generateFooter(); ?>