5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix minor Linux compile error More... over 10 years ago
Adjust AGL to use std::function instead of callbacks. More... over 10 years ago
Convert the close callback to a lambda function in Basic2D More... over 10 years ago
Update bind_member.h using a more flexible template More... over 10 years ago
Fix linux build More... over 10 years ago
More example fixes for the new signal API More... over 10 years ago
Forgot Linux includes More... over 10 years ago
Fix the GUITexture example More... over 10 years ago
Remove callbacks from the ClanLib API. We now prefer to use std::functions The CallbackContainer has been replaced with a SlotContainer Slots can be connected in the container using the clan::bind_member helper, or via a lambda function "[=](int width, int height){return my_func(width, height, another_variable_in_scope);} More... over 10 years ago
Merge pull request #18 from keigen-shu/master More... over 10 years ago
Fix tab indentation. More... over 10 years ago
Fix NetGame Example to reflect changes in Network API. More... over 10 years ago
Templatify NetGameEventDispatcher and clean up some stuff along the way. More... over 10 years ago
Merge pull request #17 from keigen-shu/master More... over 10 years ago
Remove annoying 'ignored qualifier' error on the Display API. More... over 10 years ago
Apply Nightwind0 patch: I fixed a problem with the sound where the sound library wasn't being set up properly in all cases. I also added a bunch of font code, including the ability to load fonts from a source other than a file, similar to the patch I did for Win32 that was added to 3.0.1. And finally, I added support for more keys and better mod-key (shift,ctrl) support as well More... over 10 years ago
Fix bug in XMLTokenizer_Impl::unescape() More... almost 11 years ago
Fix the Font resources xml More... almost 11 years ago
Fix Suse Linux warning about callbacks using the anonymous namespace More... almost 11 years ago
Fix Suse Linux warning about callback container using the anonymous namespace More... almost 11 years ago
Update the rest of the Visual Studio projects (for Visual Studio 2013) More... almost 11 years ago
Fix the example solutions More... almost 11 years ago
Create the vc2013 solutions for all examples and tests, removing the vc2010 and vc2012 solutions More... almost 11 years ago
Rename balls.cpp and balls.h from lowercase examples to the correct Examples directory More... almost 11 years ago
Since ClanLib 3.1 requires C++11, remove older than Visual Studio 2013 support More... almost 11 years ago
Compile fixes for Visual Studio in reference to signal handling More... almost 11 years ago
Temporary Fix crash in clan::MessageBox More... almost 11 years ago
fix duplicated Physics2D More... almost 11 years ago
Add missing Physics3D file to the makefile More... almost 11 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... almost 11 years ago