2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
blob | commitdiff |
2014-08-18 |
Nigel Stewart | For builds not using cmake, generate fg_version.h to... |
blob | commitdiff | diff to current |
2014-06-01 |
Sylvain Beucler | Unify GLES1 and GLES2 (libraries are compatible and... |
blob | commitdiff | diff to current |
2014-05-14 |
John Tsiombikas | Compiling with -ansi makes a lot of important POSIX... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Added BlackBerry PlayBook support Bug memleak when... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Made glutGet, for window width and height, return width... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Added support for rotation so an app can be rotated... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Minor order change in Android/BlackBerry CMake, one... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Removed fg_main_blackberry.h. It wasn't needed |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Can use input devices from x11 (serial input... unlikel... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Final commit before implementing main loop. All other... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Implemented fg_window_blackberry.c to initialize and... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Android and BlackBerry have a fair amount of overlap... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Initial commit of BlackBerry implementation. It compile... |
blob | commitdiff | diff to current |
2014-01-18 |
Sébastien Rombauts | Fixed CMake UNIX config when building only "freeglut_st... |
blob | commitdiff | diff to current |
2013-04-05 |
Diederick Niehorster | Change FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT... |
blob | commitdiff | diff to current |
2013-04-05 |
Diederick Niehorster | forgot to add teapot to sourcelist for gles1 and gles2... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | using FREE_GLUT_BUILD_STATIC_LIBS and FREEGLUT_BUILD_SH... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR... |
blob | commitdiff | diff to current |
2013-02-28 |
Diederick Niehorster | fixed documentation for GLUT_ICON (its not an environme... |
blob | commitdiff | diff to current |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
blob | commitdiff | diff to current |
2013-01-27 |
Diederick Niehorster | can now configure build such that runtime warnings... |
blob | commitdiff | diff to current |
2012-11-17 |
Diederick Niehorster | fixed install target: |
blob | commitdiff | diff to current |
2012-07-24 |
Diederick Niehorster | adding option (on windows) to also install .pdb files |
blob | commitdiff | diff to current |
2012-06-09 |
Sylvain Beucler | Fix compilation of demos/shapes |
blob | commitdiff | diff to current |
2012-06-07 |
Diederick Niehorster | added d suffix for debug builds of demos as well, MSVC... |
blob | commitdiff | diff to current |
2012-05-29 |
Sylvain Beucler | Clarify why check for XInput |
blob | commitdiff | diff to current |
2012-05-25 |
Diederick Niehorster | spaceball demo is only meaningful on unix, don't build... |
blob | commitdiff | diff to current |
2012-05-25 |
Diederick Niehorster | on windows+MSVC, debug builds of the library now have... |
blob | commitdiff | diff to current |
2012-05-21 |
Diederick Niehorster | no longer using sinf/cosfsqrtf in fg_geometry, no need... |
blob | commitdiff | diff to current |
2012-05-13 |
Sylvain Beucler | Multi-touch: fix CMake: Xi and XInput2.h detection... |
blob | commitdiff | diff to current |
2012-05-08 |
Sylvain Beucler | Multi-touch test program |
blob | commitdiff | diff to current |
2012-05-05 |
Sylvain Beucler | CMake: add note about library versioning |
blob | commitdiff | diff to current |
2012-05-05 |
Diederick Niehorster | slight formatting in CMake file, just cosmetic |
blob | commitdiff | diff to current |
2012-05-02 |
Sylvain Beucler | CHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | Detect sinf/cosf/sqrtf presence with CMake (instead... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | Android: reference android library dependencies, needed... |
blob | commitdiff | diff to current |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instea... |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix a few more compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix more compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Add more compiler checks for GCC |
blob | commitdiff | diff to current |
2012-04-02 |
Sylvain Beucler | Use different names for GLES1 and GLES2 libraries,... |
blob | commitdiff | diff to current |
2012-04-01 |
Sylvain Beucler | A few more stubs for Android |
blob | commitdiff | diff to current |
2012-03-31 |
Sylvain Beucler | Declare OpenGL 2.0 dynamically-loaded functions for... |
blob | commitdiff | diff to current |
2012-03-25 |
Sylvain Beucler | EGL: implement fgPlatformGetProcAddress |
blob | commitdiff | diff to current |
2012-03-23 |
Sylvain Beucler | Keep fg_geometry in normal builds\! |
blob | commitdiff | diff to current |
2012-03-23 |
Sylvain Beucler | - Document what works with GLES1 and GLES2 as of now |
blob | commitdiff | diff to current |
2012-03-18 |
Sylvain Beucler | Add support for X11+EGL. |
blob | commitdiff | diff to current |
2012-03-18 |
Sylvain Beucler | pkg-config: add -lm to static libraries |
blob | commitdiff | diff to current |
2012-03-18 |
Diederick Niehorster | teapot header not in list of files (so doesn't show... |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Fix library for GLES1 |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Implement EGL fgPlatformGlutGetModeValues and partial... |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | EGL: more code reusability |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Move OpenGL ES stubs out of Android |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | EGL: make more code reusable - less Android-specific |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | Move EGL fields to a separate structure for reusability... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | CMake: Declare OPTIONS higher in the file so they can... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | GLES1 and GLES2 versions are now compiled with -DFREEGL... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | CMake: use same test for referencing and generating... |
blob | commitdiff | diff to current |
2012-03-15 |
Sylvain Beucler | Add pkg-config script (cmake changes added by mistake... |
blob | commitdiff | diff to current |
2012-03-15 |
Sylvain Beucler | CMake: Move -DANDROID in the toolchain script, to ease... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | no need for a message on MSVC that we hide insecure... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | oops, generating freeglutdll.def was not specific to... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | converted all tabs to spaces for CMake file, eases... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | FreeGLUT version number is now only defined in CMake... |
blob | commitdiff | diff to current |
2012-03-13 |
Diederick Niehorster | found both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT... |
blob | commitdiff | diff to current |
2012-03-12 |
Diederick Niehorster | added to CMake a setup to copy shared lib (MSVC only... |
blob | commitdiff | diff to current |
2012-03-12 |
Diederick Niehorster | cleaneup \machine setting for MSVC, now only for 64bit... |
blob | commitdiff | diff to current |
2012-03-12 |
Diederick Niehorster | .def and .rc file were appended to source list AFTER... |
blob | commitdiff | diff to current |
2012-03-12 |
Diederick Niehorster | now only setting FREEGLUT_EXPORTS and FREEGLUT_STATIC... |
blob | commitdiff | diff to current |
2012-03-12 |
Diederick Niehorster | now use unsigned __int64 for time type when on MSVC... |
blob | commitdiff | diff to current |
2012-03-11 |
Diederick Niehorster | Need for our XParseGeometry implementation now detected... |
blob | commitdiff | diff to current |
2012-03-11 |
Diederick Niehorster | and some more renames |
blob | commitdiff | diff to current |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available |
blob | commitdiff | diff to current |
2012-03-11 |
Sylvain Beucler | CMake: add precision about version-info / soname |
blob | commitdiff | diff to current |
2012-03-11 |
Sylvain Beucler | CMake: Android port |
blob | commitdiff | diff to current |
2012-03-11 |
Sylvain Beucler | CMake: option to build with OpenGL ES |
blob | commitdiff | diff to current |
2012-03-10 |
John Tsiombikas | added the timer demo |
blob | commitdiff | diff to current |
2012-03-10 |
Diederick Niehorster | added not about soversion for those not knowledgable... |
blob | commitdiff | diff to current |
2012-03-10 |
Diederick Niehorster | CMake updates: |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Specify libraries for windows static compilation |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Detect vfprintf (used in fgError/fgWarning) |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Fix .so dependencies: reference -lGL and -lm; only... |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Properly add maths library for demos |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Add maths library for demos |
blob | commitdiff | diff to current |
2012-03-09 |
Sylvain Beucler | Fix X86vmode library detection |
blob | commitdiff | diff to current |
2012-02-25 |
John F. Fay | Checking for "gettimeofday" per e-mail from John Tsiomb... |
blob | commitdiff | diff to current |
2012-02-08 |
John F. Fay | Setting the line endings and keywords on a bunch of... |
blob | commitdiff | diff to current |
2012-02-07 |
John F. Fay | Putting in many 'CMakeLists.txt' fixes per e-mail from... |
blob | commitdiff | diff to current |
2012-02-04 |
John F. Fay | Removing the "freeglut_glutfont_definitions.c" dependen... |
blob | commitdiff | diff to current |
2012-02-04 |
John F. Fay | Fixing "cmake" with the new location of the "freeglut_x... |
blob | commitdiff | diff to current |
2012-01-17 |
John F. Fay | Putting the platform-specific files into the "Cmake... |
blob | commitdiff | diff to current |
2012-01-10 |
John F. Fay | Moving the source code files from 'src' to 'src/Common... |
blob | commitdiff | diff to current |
2012-01-10 |
John F. Fay | Adding header files to the "freeglut" projects per... |
blob | commitdiff | diff to current |
2012-01-10 |
John F. Fay | Making the building of demo programs optional, but... |
blob | commitdiff | diff to current |
2012-01-08 |
John F. Fay | Fixing the "cmake" inputs to build the "spaceball"... |
blob | commitdiff | diff to current |
2012-01-08 |
John F. Fay | Getting "cmake" to work on MSVC 6.0. Instructions... |
blob | commitdiff | diff to current |
2012-01-08 |
John F. Fay | Adding the first step towards "cmake" support. It... |
blob | commitdiff | diff to current |
|