2
I Use This!
Inactive

Commits : Listings

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