5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #75 from ArtHome12/master More... over 8 years ago
Set the custom main window icon More... over 8 years ago
Add the "label" property to CheckBoxView More... over 8 years ago
This program demonstrates how to select files and folders and putting image on button and also demonstrate "sticky" button. Need to create VS-2013 - I have no it. More... over 8 years ago
Add 'sticky' property to the ButtonView - when in on, after first press the button remains pressed and need to press again. More... over 8 years ago
Fix BrowseFolderDialogImpl 2 The problem with crash was caused by Apple's extention ShellStreamsLocalized.dll, not by ClanLib. Return FOS_PATHMUSTEXIST back More... over 8 years ago
Merge pull request #74 from ArtHome12/master More... over 8 years ago
Fix BrowseFolderDialogImpl More... over 8 years ago
Hack to fix rendering problems with anti-aliasing with rounded corners on borders More... over 8 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... over 8 years ago
Add draft FileDialogs example More... over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into upstream/master More... over 8 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... over 8 years ago
Make parameter const (to fix gcc build) More... over 8 years ago
Disable "[[deprecated" until we move away from C++11 More... over 8 years ago
... More... over 8 years ago
Merge pull request #73 from ArtHome12/master More... over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into sphair/master More... over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into upstream/master More... over 8 years ago
Remove usage of deprecated statics More... over 8 years ago
Another minor adjustment More... over 8 years ago
So much for assuming that VS2015 implemented the [[deprecated]] attribute.. More... over 8 years ago
Moved new color functions into their own class More... over 8 years ago
Add Color and Colorf static creation functions to sit alongside the static color variables "static clan::Colorf apple = clan::Colorf::green;" is erroneous because we do not know static initialisation order. We can now instead have: "static clan::Colorf apple = clan::Colorf::_green();" More... over 8 years ago
Cosmetically fix More... over 8 years ago
Crash fix More... over 8 years ago
Merge pull request #72 from ArtHome12/master More... over 8 years ago
HelloWorld example More... over 8 years ago
Merge pull request #71 from ravstrix/master More... almost 9 years ago
Add benchmark for alternative normalization technique More... almost 9 years ago