You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
(17) |
May
(8) |
Jun
(7) |
Jul
(6) |
Aug
(4) |
Sep
(6) |
Oct
(9) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(8) |
Feb
(10) |
Mar
(26) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <l3...@us...> - 2009-03-12 14:59:35
|
Revision: 115 http://gloo.svn.sourceforge.net/gloo/?rev=115&view=rev Author: l3m Date: 2009-03-12 14:59:23 +0000 (Thu, 12 Mar 2009) Log Message: ----------- renamed window class to view Modified Paths: -------------- trunk/include/gloo/glut_window.hpp trunk/include/gloo/input.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/glut_window.cpp trunk/src/input.cpp Added Paths: ----------- trunk/include/gloo/view.hpp trunk/src/view.cpp Removed Paths: ------------- trunk/include/gloo/glut_input.hpp trunk/include/gloo/window.hpp trunk/src/glut_input.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-12 14:48:14
|
Revision: 114 http://gloo.svn.sourceforge.net/gloo/?rev=114&view=rev Author: l3m Date: 2009-03-12 14:48:00 +0000 (Thu, 12 Mar 2009) Log Message: ----------- updated glut window stuff, extracted generic stuff to make it more window-system independent Modified Paths: -------------- trunk/include/gloo/default_window.hpp trunk/include/gloo/glsl_uniform.hpp trunk/include/gloo/glut_input.hpp trunk/include/gloo/glut_window.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/default_window.cpp trunk/src/glut_input.cpp trunk/src/glut_window.cpp Added Paths: ----------- trunk/include/gloo/compute_target.hpp trunk/include/gloo/display_target.hpp trunk/include/gloo/input.hpp trunk/include/gloo/window.hpp trunk/src/input.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-11 14:11:13
|
Revision: 113 http://gloo.svn.sourceforge.net/gloo/?rev=113&view=rev Author: l3m Date: 2009-03-11 14:11:05 +0000 (Wed, 11 Mar 2009) Log Message: ----------- - improved glsl_program to allowed in-code modification of glsl source code from a file before sending it to the gl driver. - added PushAttrib( GL_LIGHTING_BIT )/ glPopAttrib to the render_to_texture_fbo Modified Paths: -------------- trunk/include/gloo/glsl_program.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/glsl_program.cpp trunk/src/render_to_texture_fbo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-05 12:45:34
|
Revision: 112 http://gloo.svn.sourceforge.net/gloo/?rev=112&view=rev Author: l3m Date: 2009-03-05 12:45:25 +0000 (Thu, 05 Mar 2009) Log Message: ----------- updated makefile to include the whole library Modified Paths: -------------- trunk/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-04 20:36:11
|
Revision: 111 http://gloo.svn.sourceforge.net/gloo/?rev=111&view=rev Author: l3m Date: 2009-03-04 20:36:06 +0000 (Wed, 04 Mar 2009) Log Message: ----------- updated Makefile to build gloo on linux, updated old example Modified Paths: -------------- trunk/Makefile trunk/example/gloo_example.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-04 15:20:51
|
Revision: 110 http://gloo.svn.sourceforge.net/gloo/?rev=110&view=rev Author: l3m Date: 2009-03-04 15:20:46 +0000 (Wed, 04 Mar 2009) Log Message: ----------- implemented missing method in templatized camera class (get_frustum()) Modified Paths: -------------- trunk/include/gloo/camera.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-03 14:01:06
|
Revision: 109 http://gloo.svn.sourceforge.net/gloo/?rev=109&view=rev Author: l3m Date: 2009-03-03 14:00:52 +0000 (Tue, 03 Mar 2009) Log Message: ----------- extended fbo error handling to output the number if an unknown fbo error state was encountered Modified Paths: -------------- trunk/src/frame_buffer_object.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-03-02 16:19:31
|
Revision: 108 http://gloo.svn.sourceforge.net/gloo/?rev=108&view=rev Author: l3m Date: 2009-03-02 16:19:26 +0000 (Mon, 02 Mar 2009) Log Message: ----------- changed xcode project to only require tiger and gcc4.0 instead of leopard and gcc 4.2 Modified Paths: -------------- trunk/macosx/gloo.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-18 16:55:38
|
Revision: 107 http://gloo.svn.sourceforge.net/gloo/?rev=107&view=rev Author: l3m Date: 2009-02-18 16:55:32 +0000 (Wed, 18 Feb 2009) Log Message: ----------- fixed bug in pixel_data Modified Paths: -------------- trunk/src/pixel_data.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-17 11:02:29
|
Revision: 106 http://gloo.svn.sourceforge.net/gloo/?rev=106&view=rev Author: l3m Date: 2009-02-17 11:02:26 +0000 (Tue, 17 Feb 2009) Log Message: ----------- win32_gettimeofday - hack now handles mingw32 properly Modified Paths: -------------- trunk/include/gloo/win32_gettimeofday.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-16 18:39:56
|
Revision: 105 http://gloo.svn.sourceforge.net/gloo/?rev=105&view=rev Author: l3m Date: 2009-02-16 18:39:50 +0000 (Mon, 16 Feb 2009) Log Message: ----------- added timer class, added remove_mouse_target class to glut_window, misc changes... Modified Paths: -------------- trunk/include/gloo/default_window.hpp trunk/include/gloo/glut_input.hpp trunk/include/gloo/glut_window.hpp trunk/include/gloo/mouse_motion.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/default_window.cpp trunk/src/glut_input.cpp trunk/src/glut_window.cpp trunk/src/mouse_motion.cpp Added Paths: ----------- trunk/include/gloo/timer.hpp trunk/src/timer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-16 15:32:36
|
Revision: 104 http://gloo.svn.sourceforge.net/gloo/?rev=104&view=rev Author: l3m Date: 2009-02-16 15:32:34 +0000 (Mon, 16 Feb 2009) Log Message: ----------- improved win32_includes so it uses the proper includes/defines when on win32 but using mingw32 Modified Paths: -------------- trunk/include/gloo/win32_includes.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-13 16:37:28
|
Revision: 103 http://gloo.svn.sourceforge.net/gloo/?rev=103&view=rev Author: l3m Date: 2009-02-13 16:37:26 +0000 (Fri, 13 Feb 2009) Log Message: ----------- added large case 'F' to fullscreen-switch (previously only small-case 'f') Modified Paths: -------------- trunk/src/default_window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-12 17:05:57
|
Revision: 102 http://gloo.svn.sourceforge.net/gloo/?rev=102&view=rev Author: l3m Date: 2009-02-12 17:05:53 +0000 (Thu, 12 Feb 2009) Log Message: ----------- removed unnecessary includes (which depended on GLUT in non-GLUT related classes) Modified Paths: -------------- trunk/include/gloo/camera.hpp trunk/include/gloo/viewport.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-12 16:53:18
|
Revision: 101 http://gloo.svn.sourceforge.net/gloo/?rev=101&view=rev Author: l3m Date: 2009-02-12 16:53:14 +0000 (Thu, 12 Feb 2009) Log Message: ----------- remove -gui flag from qmake project file Modified Paths: -------------- trunk/qt/gloo.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-10 17:50:20
|
Revision: 100 http://gloo.svn.sourceforge.net/gloo/?rev=100&view=rev Author: l3m Date: 2009-02-10 17:50:17 +0000 (Tue, 10 Feb 2009) Log Message: ----------- so NOW it works (win32_includes) Modified Paths: -------------- trunk/include/gloo/win32_includes.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-10 17:48:49
|
Revision: 99 http://gloo.svn.sourceforge.net/gloo/?rev=99&view=rev Author: l3m Date: 2009-02-10 17:48:39 +0000 (Tue, 10 Feb 2009) Log Message: ----------- updated win32_includes to only include int type typedefs on MSVC, not when using mingw or similar reasonable environments :) Modified Paths: -------------- trunk/include/gloo/win32_includes.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-02-10 17:40:10
|
Revision: 98 http://gloo.svn.sourceforge.net/gloo/?rev=98&view=rev Author: l3m Date: 2009-02-10 17:40:06 +0000 (Tue, 10 Feb 2009) Log Message: ----------- added <cstddef> include to reshape target header Modified Paths: -------------- trunk/include/gloo/reshape_target.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-27 16:05:58
|
Revision: 97 http://gloo.svn.sourceforge.net/gloo/?rev=97&view=rev Author: l3m Date: 2009-01-27 16:05:54 +0000 (Tue, 27 Jan 2009) Log Message: ----------- added qmake (qt) project file Added Paths: ----------- trunk/qt/ trunk/qt/gloo.pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-22 19:26:47
|
Revision: 96 http://gloo.svn.sourceforge.net/gloo/?rev=96&view=rev Author: l3m Date: 2009-01-22 19:26:41 +0000 (Thu, 22 Jan 2009) Log Message: ----------- minor changes to update the windows version Modified Paths: -------------- trunk/include/gloo/win32_includes.hpp trunk/win32/gloo.ncb trunk/win32/gloo.suo trunk/win32/gloo.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-22 17:06:10
|
Revision: 95 http://gloo.svn.sourceforge.net/gloo/?rev=95&view=rev Author: l3m Date: 2009-01-22 17:06:05 +0000 (Thu, 22 Jan 2009) Log Message: ----------- updated xcode project to reflect the changes in the last commit Modified Paths: -------------- trunk/macosx/gloo.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-22 17:05:48
|
Revision: 94 http://gloo.svn.sourceforge.net/gloo/?rev=94&view=rev Author: l3m Date: 2009-01-22 17:05:43 +0000 (Thu, 22 Jan 2009) Log Message: ----------- removed some headers which are no longer necessary Modified Paths: -------------- trunk/include/gloo/opengl_includes.hpp trunk/macosx/gloo.xcodeproj/project.pbxproj trunk/src/glut_input.cpp trunk/src/glut_window.cpp Removed Paths: ------------- trunk/include/gloo/glew_includes.hpp trunk/include/gloo/msvs_inttypes.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-22 12:45:06
|
Revision: 92 http://gloo.svn.sourceforge.net/gloo/?rev=92&view=rev Author: l3m Date: 2009-01-22 12:44:59 +0000 (Thu, 22 Jan 2009) Log Message: ----------- forgot to add some headers Added Paths: ----------- trunk/include/gloo/glew_includes.hpp trunk/include/gloo/win32_gettimeofday.h trunk/include/gloo/win32_includes.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-21 22:39:33
|
Revision: 91 http://gloo.svn.sourceforge.net/gloo/?rev=91&view=rev Author: l3m Date: 2009-01-21 22:39:26 +0000 (Wed, 21 Jan 2009) Log Message: ----------- Ported the gloo library and the rtt_example to win32. Added a visual studio 2008 project, lots of minor changes, added and integrated w32-glut-binaries. Modified Paths: -------------- trunk/example/gloo_rtt_example.cpp trunk/include/gloo/camera.hpp trunk/include/gloo/glsl_program.hpp trunk/include/gloo/glut_window.hpp trunk/include/gloo/key_target.hpp trunk/include/gloo/opengl_includes.hpp trunk/include/gloo/vertex_buffer_object.hpp trunk/include/gloo/vmmlib_includes.hpp trunk/src/default_control.cpp trunk/src/draw_simple_geometry.cpp trunk/src/fps_control.cpp trunk/src/glut_input.cpp trunk/src/glut_window.cpp trunk/src/kernel_texture.cpp trunk/src/mouse_motion.cpp Added Paths: ----------- trunk/bin/ trunk/bin/glew32.dll trunk/bin/glut32.dll trunk/ext/glut-3.7.6-bin_w32/ trunk/ext/glut-3.7.6-bin_w32/GL/ trunk/ext/glut-3.7.6-bin_w32/GL/glut.h trunk/ext/glut-3.7.6-bin_w32/README-win32.txt trunk/ext/glut-3.7.6-bin_w32/glut.def trunk/ext/glut-3.7.6-bin_w32/glut32.dll trunk/ext/glut-3.7.6-bin_w32/glut32.lib trunk/win32/ trunk/win32/ReadMe.txt trunk/win32/example/ trunk/win32/example/ReadMe.txt trunk/win32/example/example.vcproj trunk/win32/example/example.vcproj.ARK.user.user trunk/win32/gloo.ncb trunk/win32/gloo.sln trunk/win32/gloo.suo trunk/win32/gloo.vcproj trunk/win32/win32.suo Removed Paths: ------------- trunk/ext/glut-3.7.6-bin/ trunk/src/render_to_texture.cpp trunk/src/texture.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-21 18:40:33
|
Revision: 90 http://gloo.svn.sourceforge.net/gloo/?rev=90&view=rev Author: l3m Date: 2009-01-21 18:40:25 +0000 (Wed, 21 Jan 2009) Log Message: ----------- added glut32 and glew externals for win32 Added Paths: ----------- trunk/ext/glew/ trunk/ext/glew/LICENSE.txt trunk/ext/glew/bin/ trunk/ext/glew/bin/glew32.dll trunk/ext/glew/bin/glewinfo.exe trunk/ext/glew/bin/visualinfo.exe trunk/ext/glew/doc/ trunk/ext/glew/doc/advanced.html trunk/ext/glew/doc/basic.html trunk/ext/glew/doc/credits.html trunk/ext/glew/doc/glew.css trunk/ext/glew/doc/glew.html trunk/ext/glew/doc/glew.png trunk/ext/glew/doc/glew.txt trunk/ext/glew/doc/glxew.html trunk/ext/glew/doc/gpl.txt trunk/ext/glew/doc/index.html trunk/ext/glew/doc/install.html trunk/ext/glew/doc/khronos.txt trunk/ext/glew/doc/log.html trunk/ext/glew/doc/mesa.txt trunk/ext/glew/doc/new.png trunk/ext/glew/doc/ogl_sm.jpg trunk/ext/glew/doc/wglew.html trunk/ext/glew/include/ trunk/ext/glew/include/GL/ trunk/ext/glew/include/GL/glew.h trunk/ext/glew/include/GL/wglew.h trunk/ext/glew/lib/ trunk/ext/glew/lib/glew32.lib trunk/ext/glew/lib/glew32s.lib trunk/ext/glut-3.7.6-bin/ trunk/ext/glut-3.7.6-bin/GL/ trunk/ext/glut-3.7.6-bin/GL/glut.h trunk/ext/glut-3.7.6-bin/README-win32.txt trunk/ext/glut-3.7.6-bin/glut.def trunk/ext/glut-3.7.6-bin/glut.h trunk/ext/glut-3.7.6-bin/glut32.dll trunk/ext/glut-3.7.6-bin/glut32.lib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |