2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix copyright statements. More... over 21 years ago
Add comments. More... over 21 years ago
Provide greater control over a texture's alpha channel. More... over 21 years ago
Add missing function vector::rotate(). More... over 21 years ago
Add new variable 'lit'. More... over 21 years ago
Enable this widget to recieve keyboard input events. More... over 21 years ago
Add copyright statement; Export the shutdown functions. More... over 21 years ago
Add copyright statement. More... over 21 years ago
Add tests to ensure that I didn't screw up the data layout for vector and rgba by wrapping their data in anonymous structs/unions. More... over 21 years ago
Modify this test to excesize multiple displays. More... over 21 years ago
Make the time difference functions correct. More... over 21 years ago
Flesh out the locking strategy; Make some functions virtual for proper overriding in Python and C++. More... over 21 years ago
Expose the light class to Python. More... over 21 years ago
Make the destructor virtual; Complete the lighting implementation for Python. Add missing accessor. More... over 21 years ago
Complete the light object implementation for Python. More... over 21 years ago
Expose keyboard and fullscreen objects. More... over 21 years ago
Add fullscreen support and keyboard interaction. More... over 21 years ago
new utility object. Used by the keyboard interface to pass events back to Python. More... over 21 years ago
Add rate() implementation for Win32. More... over 21 years ago
Add test results for Windows XP. More... over 21 years ago
Add a low-level bench test for {nanos,us,S}leep() performance. More... over 21 years ago
Add rate() function implementation for Linux and OSX. More... over 21 years ago
Add a rate implementation on OSX. More... over 21 years ago
Fix two races and a colormap problem. Still not done. More... over 21 years ago
Change name from gtk2_main to gui_main. More... over 21 years ago
Add a Note whenever creating a texture. More... over 21 years ago
Minor error message formatting tweaks. More... over 21 years ago
Add gl_free to the set of built files; Wrap lines > 80 col long. More... over 21 years ago
Move GL resource deallocation logic up the chain. More... over 21 years ago
Rename gtk2_main to the more general gui_main; Use render_surface as a child widget for code reuse. More... over 21 years ago