5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added generalized style property API
mbn
More... about 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib
mbn
More... about 10 years ago
Fixed issue where case sensitivity caused users to not disappear from the user list
mbn
More... about 10 years ago
Modify the functions that use ImageSource to pass by const reference More... about 10 years ago
Modify box style background to use ImageSource More... about 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... about 10 years ago
Move UI ImageSource into its own file and extend its API to accept a known Image More... about 10 years ago
Added some path testing code
mbn
More... about 10 years ago
Added back the window title bar for cchat
mbn
More... about 10 years ago
Fixed hooking
mbn
More... about 10 years ago
Implement the thumb. Note, gripping the thumb_grip is required. Gripping the thumb does not work More... about 10 years ago
Implement track scroll More... about 10 years ago
Implement scrollbar decrement and increment More... about 10 years ago
Fix mouse clicks on TextFieldView More... about 10 years ago
Fix compile for linux More... about 10 years ago
Forgot std::make_unique is C++#14, replaced with clan::make_unique More... about 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib
mbn
More... about 10 years ago
Fixed scrollbar look Added scrollbar button icons (should this be rendered as content?)
mbn
More... about 10 years ago
Fix all the examples More... about 10 years ago
Remove SetupGL and SetupD3D, replaced with D3DTarget::enable() and OpenGLTarget::enable() More... about 10 years ago
Remove SetupSound More... about 10 years ago
Remove SetupNetwork from the API More... about 10 years ago
Remove SetupDisplay from the API More... about 10 years ago
Remove SetupCore from API, replacing with automatic creation when required. With an interface for other targets to hook onto for controlled destruction order More... about 10 years ago
Fix freetype path font dpi awareness on linux More... about 10 years ago
Declare configure DPI-aware (LOL! yeah right!)
mbn
More... about 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib
mbn
More... about 10 years ago
Fixed position in KeyEvent, PointerEvent Hooked up mouse in ChatView
mbn
More... about 10 years ago
Fix freetype fonts to be DPI aware. Note, still not correct for PathFont for an unknown reason (see PathFont example) More... about 10 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... about 10 years ago