# # ChangeLog for trunk/src/gl # # Generated by Trac 1.0.2 # 07/03/25 23:55:42 Tue, 21 May 2013 04:16:47 GMT melon [29] * trunk/src/gl/texture_atlas.cc (modified) Removed some debug leftovers Mon, 20 May 2013 20:22:36 GMT melon [28] * trunk/nv/gl/texture_font.hh (modified) * trunk/src/gl/texture_atlas.cc (modified) * trunk/src/gl/texture_font.cc (modified) Just some reformating, got rid of compiler warnings. Mon, 20 May 2013 20:09:10 GMT melon [27] * trunk/nv/gl/texture_atlas.hh (modified) * trunk/src/gl/texture_atlas.cc (modified) Reformating. Removed unused variables. Mon, 20 May 2013 19:29:15 GMT melon [26] * trunk/nv/gl/image.hh (modified) * trunk/src/gl/image.cc (modified) Added doxygen documentation to image. Removed image::clear() as ... Sat, 18 May 2013 09:34:30 GMT melon [25] * trunk/src/gl/texture_font.cc (modified) Modified thrown error messages to provide more details Sat, 18 May 2013 08:55:38 GMT melon [24] * trunk/nv/gl/texture_font.hh (modified) * trunk/nv/lib/freetype2.hh (modified) * trunk/src/gl/texture_font.cc (modified) Fixed typos (gylph => glyph) Thu, 16 May 2013 19:35:08 GMT melon [23] * trunk/src/gl/texture_font.cc (modified) Added missing header. Everything links now. Wed, 15 May 2013 22:56:40 GMT epyon [21] * trunk/nv/gl/image.hh (modified) * trunk/nv/gl/texture_font.hh (added) * trunk/nv/lib/gl.hh (modified) * trunk/src/gl/image.cc (modified) * trunk/src/gl/texture_font.cc (added) * trunk/src/lib/freetype2.cc (modified) * trunk/src/lib/gl.cc (modified) * bugfixes * missing files added Sat, 26 Jan 2013 19:23:31 GMT epyon [13] * trunk/nv/gl/image.hh (added) * trunk/nv/gl/texture_atlas.hh (modified) * trunk/src/gl/image.cc (added) * trunk/src/gl/texture_atlas.cc (modified) * pure image functionality of texture_atlas split into image clas Sat, 26 Jan 2013 10:52:13 GMT epyon [11] * trunk/nv/common.hh (modified) * trunk/nv/gl (added) * trunk/nv/gl/texture_atlas.hh (added) * trunk/src/gl (added) * trunk/src/gl/texture_atlas.cc (added) * common.hh - supression of C4201 warning under MSVC (nameless ...