openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
ClanLib
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
22 days
ago. based on code collected
23 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 55 of 184
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix minor Linux compile error
Mark Page
More...
over 10 years ago
Adjust AGL to use std::function instead of callbacks.
Mark Page
More...
over 10 years ago
Convert the close callback to a lambda function in Basic2D
Mark Page
More...
over 10 years ago
Update bind_member.h using a more flexible template
Mark Page
More...
over 10 years ago
Fix linux build
Mark Page
More...
over 10 years ago
More example fixes for the new signal API
Mark Page
More...
over 10 years ago
Forgot Linux includes
Mark Page
More...
over 10 years ago
Fix the GUITexture example
Mark Page
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);}
Mark Page
More...
over 10 years ago
Merge pull request #18 from keigen-shu/master
Mark Page
More...
over 10 years ago
Fix tab indentation.
Keigen Shu
More...
over 10 years ago
Fix NetGame Example to reflect changes in Network API.
Keigen Shu
More...
over 10 years ago
Templatify NetGameEventDispatcher and clean up some stuff along the way.
Keigen Shu
More...
over 10 years ago
Merge pull request #17 from keigen-shu/master
Mark Page
More...
over 10 years ago
Remove annoying 'ignored qualifier' error on the Display API.
Keigen Shu
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
Mark Page
More...
over 10 years ago
Fix bug in XMLTokenizer_Impl::unescape()
Mark Page
More...
almost 11 years ago
Fix the Font resources xml
Mark Page
More...
almost 11 years ago
Fix Suse Linux warning about callbacks using the anonymous namespace
Mark Page
More...
almost 11 years ago
Fix Suse Linux warning about callback container using the anonymous namespace
Mark Page
More...
almost 11 years ago
Update the rest of the Visual Studio projects (for Visual Studio 2013)
Mark Page
More...
almost 11 years ago
Fix the example solutions
Mark Page
More...
almost 11 years ago
Create the vc2013 solutions for all examples and tests, removing the vc2010 and vc2012 solutions
Mark Page
More...
almost 11 years ago
Rename balls.cpp and balls.h from lowercase examples to the correct Examples directory
Mark Page
More...
almost 11 years ago
Since ClanLib 3.1 requires C++11, remove older than Visual Studio 2013 support
Mark Page
More...
almost 11 years ago
Compile fixes for Visual Studio in reference to signal handling
Mark Page
More...
almost 11 years ago
Temporary Fix crash in clan::MessageBox
Mark Page
More...
almost 11 years ago
fix duplicated Physics2D
Mark Page
More...
almost 11 years ago
Add missing Physics3D file to the makefile
Mark Page
More...
almost 11 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib
Mark Page
More...
almost 11 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
…
183
184
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree