2009-04-05 |
Sven Panne | We are at version 2.6.0 now.
|
commit | commitdiff | tree |
2009-04-05 |
Sven Panne | Added more project/workspace/... files to distribution.
|
commit | commitdiff | tree |
2009-04-05 |
Sven Panne | Removed remnants of CVS.
|
commit | commitdiff | tree |
2009-04-05 |
Sven Panne | Fixed minor typo in NEWS.
|
commit | commitdiff | tree |
2009-03-30 |
Sven Panne | Make the example fully OpenGL-3.1-compliant.
|
commit | commitdiff | tree |
2009-03-27 |
Sven Panne | Make Visual C happy by including stddef.h and explicitly...
|
commit | commitdiff | tree |
2009-03-26 |
Sven Panne | Synched ChangeLog with latest changes
|
commit | commitdiff | tree |
2009-03-26 |
Sven Panne | Unbreak the build: C++ style comments are not allowed...
|
commit | commitdiff | tree |
2009-03-16 |
Sven Panne | Set the default number of samples per pixel to 4 and...
|
commit | commitdiff | tree |
2009-03-16 |
Sven Panne | Added GLUT_AUX and GLUT_MULTISAMPLE as possible parameters for
|
commit | commitdiff | tree |
2009-03-16 |
Sven Panne | Added missing API entries.
|
commit | commitdiff | tree |
2009-03-15 |
Sven Panne | Added NEWS entry for 2.6.0 release. Please review/extend...
|
commit | commitdiff | tree |
2009-03-15 |
Sven Panne | Recreated ChangeLog via svn2cl, so we use the standard...
|
commit | commitdiff | tree |
2009-03-01 |
Sven Panne | We do not depend on GLU anymore
|
commit | commitdiff | tree |
2009-03-01 |
Sven Panne | Added notes for building under Cygwin
|
commit | commitdiff | tree |
2009-03-01 |
Sven Panne | To build shared libraries on Windows, one has to declare...
|
commit | commitdiff | tree |
2009-03-01 |
Sven Panne | Windows fun again: Use the correct calling convention...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | When -mno-cygwin is used, we get ancient GL headers...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | _CrtDumpMemoryLeaks and its header are Microsoft-specific...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | Do not try to destroy a GLX context when there is none...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | Use snprintf or _snprintf instead of the potentially...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | Use vsnprintf instead of the potentially dangerous...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | Position the distance message closer to the middle...
|
commit | commitdiff | tree |
2009-02-28 |
Sven Panne | Synched version number with configure.ac. We should...
|
commit | commitdiff | tree |
2009-02-15 |
Sven Panne | Final changes to make the example fully OpenGL-3.0...
|
commit | commitdiff | tree |
2009-02-15 |
Sven Panne | Use GLSL shaders (still 1.20, though). Dump GL info.
|
commit | commitdiff | tree |
2009-02-15 |
Sven Panne | Added a commandline option for 'classic' contexts....
|
commit | commitdiff | tree |
2009-02-15 |
Sven Panne | Use VBOs in new example. Added a few comments.
|
commit | commitdiff | tree |
2009-02-14 |
Sven Panne | Initial version of a fully OpenGL-3.0-compliant of...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | Mention autogen.sh
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | Synchronized WGL behavior with GLX implementation:...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | More refactorings: Removed useless return value. Simplified...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | Refactoring only (replace nested conditionals with...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | We have added some API entries, so we have to update...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | Avoid CR\LF vs. LF troubles when using TortoiseSVN...
|
commit | commitdiff | tree |
2009-02-13 |
Sven Panne | Ignore config.lt, too. It seems to be generated by...
|
commit | commitdiff | tree |
2008-11-20 |
Sven Panne | Yet another try to make the font definitions compile...
|
commit | commitdiff | tree |
2008-11-06 |
Sven Panne | Ooops, forgot one file in the previous commit (fix...
|
commit | commitdiff | tree |
2008-11-06 |
Sven Panne | Use autoconf to detect gettimeofday instead of broken...
|
commit | commitdiff | tree |
2008-11-06 |
Sven Panne | We need to link against winmm under Cygwin when --without...
|
commit | commitdiff | tree |
2008-11-06 |
Sven Panne | Fixed first parameter of CreateWindow call, used for...
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | Be conservative about the presence of GL_TABLE_TOO_LARGE.
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | freeglut_internal.h needs some GL types, but it is...
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | Removed the annoying "Unable to create direct context...
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | Ignore *.exe
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | Handle new glutInitContext* API entries in glutGetProcAddress
|
commit | commitdiff | tree |
2008-11-05 |
Sven Panne | Make freeglut compile under Cygwin, which has an ancient...
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Added OpenGL 3.0 context creation API entries
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Refactored GLX context creation into a single function...
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Make a wgl/glXGetProcAddress abstraction available...
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Do not depend on GLU, it will vanish in the future...
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Removed superfluous #includes.
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Fix for bug #1709675 ("probably not be so ISO-conformant...
|
commit | commitdiff | tree |
2008-11-02 |
Sven Panne | Added AM_PROG_CC_C_O to configure.ac, removing a warning...
|
commit | commitdiff | tree |
2006-08-05 |
Sven Panne | Check fgets for return value to avoid warnings.
|
commit | commitdiff | tree |
2006-08-05 |
Sven Panne | Fixed typo in date
|
commit | commitdiff | tree |
2006-08-05 |
Sven Panne | Updated build requirements for SuSE 10.1
|
commit | commitdiff | tree |
2005-10-12 |
Sven Panne | Ooops, forgot to ingore INSTALL and install-sh in previous...
|
commit | commitdiff | tree |
2005-10-12 |
Sven Panne | Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is...
|
commit | commitdiff | tree |
2005-10-12 |
Sven Panne | Simply use autoreconf in autogen.sh, it is much simpler...
|
commit | commitdiff | tree |
2005-09-07 |
Sven Panne | Use target-specific *_CPPFLAGS, not the deprecated...
|
commit | commitdiff | tree |
2005-09-07 |
Sven Panne | Use -Wall for automake to catch some buglets, deprecated...
|
commit | commitdiff | tree |
2005-09-04 |
Sven Panne | Silenced autogen.sh
|
commit | commitdiff | tree |
2005-07-14 |
Sven Panne | Nuked useless bit-fiddling, pointed out by John. I...
|
commit | commitdiff | tree |
2005-07-14 |
Sven Panne | Synched the DLL definitions with reality.
|
commit | commitdiff | tree |
2005-07-14 |
Sven Panne | Fixed the GLUT_CURSOR_INHERIT logic once again...
|
commit | commitdiff | tree |
2005-07-13 |
Sven Panne | Improve autoconf magic: To detect headers like GL/gl...
|
commit | commitdiff | tree |
2005-07-13 |
Sven Panne | Avoid gcc warnings for some joystick code (e.g. on...
|
commit | commitdiff | tree |
2005-07-13 |
Sven Panne | Tiny cleanup only...
|
commit | commitdiff | tree |
2005-07-13 |
Sven Panne | Solaris doesn't have cfmakeraw, but it is only a convenience...
|
commit | commitdiff | tree |
2005-07-08 |
Sven Panne | Made all the "glutJoystickXXX" functions part of the...
|
commit | commitdiff | tree |
2005-07-08 |
Sven Panne | Made a few global arrays "static", avoiding namespace...
|
commit | commitdiff | tree |
2005-07-06 |
Sven Panne | We only have pending redisplay callbacks when the window...
|
commit | commitdiff | tree |
2005-07-06 |
Sven Panne | Removed redundant code.
|
commit | commitdiff | tree |
2005-07-06 |
Sven Panne | X11 only: Destroy the global menu rendering context...
|
commit | commitdiff | tree |
2005-07-06 |
Sven Panne | Reverting previous commit: %lf is a valid format specifier...
|
commit | commitdiff | tree |
2005-07-05 |
Sven Panne | X11 only: Free XVisualInfo structures when they are...
|
commit | commitdiff | tree |
2005-07-05 |
Sven Panne | Tiny change to make grep's life easier: Rename the...
|
commit | commitdiff | tree |
2005-07-02 |
Sven Panne | Handle modifiers in MotionNotify events, too. This...
|
commit | commitdiff | tree |
2005-07-02 |
Sven Panne | Partial fixes for bug #1218900 (freeglut-2.4.0 on FreeBSD).
|
commit | commitdiff | tree |
2005-07-02 |
Sven Panne | Remove wrong "execute" bits when creating a distribution...
|
commit | commitdiff | tree |
2005-07-02 |
Sven Panne | Tiny cosmetic change, not worth a ChangeLog entry.
|
commit | commitdiff | tree |
2005-07-02 |
Sven Panne | Added John's missing ChangeLog entry.
|
commit | commitdiff | tree |
2005-07-01 |
Sven Panne | Some steps toward compilation under MinGW. Note that...
|
commit | commitdiff | tree |
2005-07-01 |
Sven Panne | Fixed #ifdef for ChangeDisplaySettingsEx prototype.
|
commit | commitdiff | tree |
2005-07-01 |
Sven Panne | Silenced a signed/unsigned mismatched via a cast.
|
commit | commitdiff | tree |
2005-07-01 |
Sven Panne | MinGW is lacking a prototype for ChangeDisplaySettingsEx...
|
commit | commitdiff | tree |
2005-07-01 |
Sven Panne | Removed redundant files from EXTRA_DIST.
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | Ooops, forgot to set the current window in the last...
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | When a window is iconified, only an UnmapNotify is...
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | Cleaned up CreateNotify/ConfigureNotify handling.
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | Ooops, forgot to dump a few fields in some events...
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | Added --enable-debug configure flag. Currently it only...
|
commit | commitdiff | tree |
2005-06-30 |
Sven Panne | Ignore files generated during RPM build.
|
commit | commitdiff | tree |
2005-06-14 |
Sven Panne | Added an RPM spec file based on the one shipped with...
|
commit | commitdiff | tree |
2005-05-24 |
Sven Panne | The original glutEnterGameMode() returns the window...
|
commit | commitdiff | tree |
2005-05-24 |
Sven Panne | When switching to game mode under X11, no ConfigureNotify...
|
commit | commitdiff | tree |
2005-05-22 |
Sven Panne | Guarantee consistency of names/addresses in glutGetProcAddre...
|
commit | commitdiff | tree |
2005-05-22 |
Sven Panne | Lowering minimum autoconf version required.
|
commit | commitdiff | tree |
2005-05-19 |
Sven Panne | Fixed SF bug #1204256: Off-by-one error in X11 mode...
|
commit | commitdiff | tree |
next |