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
Add new function View::set_state_cascade() that sets the state of all siblings, until a user defined state is found More... almost 10 years ago
Fix "hot" states for ButtonView, so hover over text/image works More... almost 10 years ago
Implement automatic mouse capture, and refine the hotness calculation in clanUI More... almost 10 years ago
Add pushbutton hot/normal/push states More... almost 10 years ago
Add the states to the slider (hot, press and disabled) More... almost 10 years ago
Test that confirms the cascade is working
mbn
More... almost 10 years ago
Added multiple style objects to View
mbn
More... almost 10 years ago
Added StyleCascade class to support more complex style cascades More... almost 10 years ago
Added functions for specifying view style states (hot, down, etc) More... almost 10 years ago
Added cascade support Added inheritance support except that no properties are current inherited More... almost 10 years ago
Reverse the order in matrix.get_euler() because it works :) More... almost 10 years ago
Add the new sliders into the Quaternion example and update the SliderView "changed callback" changing the signal to function More... almost 10 years ago
Set "position: absolute;" in set_vertical and set_horizontal, since these are always required for the slider to operate More... almost 10 years ago
Move the CSS out of the slider view, as this it would prevent customization More... almost 10 years ago
Reverse the search order in View::find_view_at as we want to search the view that was "last drawn" first More... almost 10 years ago
Fix the slider view position math More... almost 10 years ago
Fixed compilation errors
mbn
More... almost 10 years ago
Merge pull request #58 from keigen-shu/master More... almost 10 years ago
Re-implement pointing device coordinates for InputDevice and InputEvent. More... almost 10 years ago
Include missing `string_format.h` into `style.h`. More... almost 10 years ago
Fixed offset bug
mbn
More... almost 10 years ago
Add slider to clanUI (Not fully functional yet) More... almost 10 years ago
Fixed border image rendering (dest and src was swapped)
mbn
More... almost 10 years ago
Add missing border-image-slide-center setter More... almost 10 years ago
Update border-image-width default values More... almost 10 years ago
Fix property getter typo More... almost 10 years ago
Moved pixel ratio adjustment to input device provider
mbn
More... almost 10 years ago
Merge pull request #56 from keigen-shu/master More... almost 10 years ago
Fix pointer positioning on UI. More... almost 10 years ago
Fix the timer bug where it will not restart after timeout (without a stop then a start) More... almost 10 years ago