8
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added MFDouble parsing. More... over 15 years ago
Updates for 0.18.6 release. More... over 15 years ago
Use jpeg_decompress_struct.out_color_components to determine the scan line buffer size. This addresses a memory corruption issue when reading grayscale JPEGs. More... over 15 years ago
Added comment describing FcFini usage. More... over 15 years ago
FcFini cannot be called safely from library code. Calling it is not a strict requirement; though it does clean up valgrind results. To this end, call it from sdl-viewer instead. More... over 15 years ago
Call FcInit/FcFini to clean up resources used by Fontconfig. More... over 15 years ago
We're expanding the pixels that libpng reads to full RGBA quartets; so when reading pixels, the new_row and old_row buffers must be sized accordingly. This fixes a memory corruption issue. More... over 15 years ago
fcfreetype.h is C++-safe in fontconfig >= 2.3.0. It should be safe to require at least that version. More... over 15 years ago
Added exception specifications for text_node::glyph_geometry and text_node::line_geometry member functions. More... over 15 years ago
Delegate the logic to get the pen start position to a helper function; pass the start position to the line_geometry constructor. More... over 15 years ago
Refactor some of the Text node rendering logic. Move logic previously in text_node::update_geometry to members of the text_node::text_geometry class. More... over 15 years ago
Refactor some of the Text node rendering logic. Also, apply FT_Done_Glyph (so we shouldn't be leaking those anymore). More... over 15 years ago
Maintain a lock on the load_root_scene_thread_mutex_ instead of letting one go and reacquiring. More... over 15 years ago
Added missing register_node_metatypes.cpp. More... over 15 years ago
Corrected variable name. More... over 15 years ago
Corrected variable name. More... over 15 years ago
Protect openvrml::browser::node_metatype_registry_ with a mutex. More... over 15 years ago
Added missing "using" declaration. More... over 15 years ago
Acquire a unique_lock on the image_mutex_. More... over 15 years ago
Note libltdl requirement. More... over 15 years ago
Note libltdl requirement. More... over 15 years ago
Note that OpenVRML must be installed to the same prefix as D-Bus in order for automatic activation of openvrml-xembed to work. More... over 15 years ago
Fixed missing comma in --enable-jpeg-textures processing. More... over 15 years ago
Update AX_CHECK_GL and AX_CHECK_GLU to the 2010-03-21 release. More... over 15 years ago
Updates for 0.18.5 release. More... almost 16 years ago
Update AX_CHECK_GL and AX_CHECK_GLU to the 2010-01-25 release. More... almost 16 years ago
Use Boost.ScopeExit instead of ScopeGuard. More... almost 16 years ago
Updates for 0.18.4 release. More... almost 16 years ago
Modernize Boost.Thread usage: include <boost/thread.hpp> and use boost::condition_variable. More... almost 16 years ago
Update FreeType library name for 2.3.12. More... almost 16 years ago