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
With empty canvas (with default constructor) HelloWorld example crashed. More... almost 8 years ago
Merge pull request #1 from sphair/master More... almost 8 years ago
Remove old documentation link that no longer works More... almost 8 years ago
Fix border radius when using multiple values More... about 8 years ago
Visual Studio 2017 RC support More... about 8 years ago
Adjust the render border antialias fix delta to look visually better at different positions More... about 8 years ago
Fix css background clipping and position offset More... over 8 years ago
Update the CSS Background renderer - Enable clipping and fix offsets More... over 8 years ago
update README More... over 8 years ago
corrected gcc compile bugs More... over 8 years ago
Merge branch 'master' of https://github.com/sphair/ClanLib More... over 8 years ago
Backport fix from dpjudas/UICore project: Change NetworkConditionVariable to only reset winsocket events if they were explicitly set Fix busy loop in NetworkConditionVariable More... over 8 years ago
Merge pull request #84 from ArtHome12/master More... over 8 years ago
UI bug fixes and improvements More... over 8 years ago
Merge pull request #83 from ArtHome12/master More... over 8 years ago
Bug fixes and improvements of 'ScrollBarView' and 'ScrollView' Bug fixes * Fix scrolling 'ScrollBarView' out of range (right or below) when thumb dragging. * When the user increase size of 'ScrollView', now scrolling to top left occurs if it necessary. Earlier content of 'ScrollBarView' became invalid. * Timer delays of 'ScrollBarView' given according to the standard behavior - before the first repetition of a long delay and then a short. * Now when user clicked on the track of 'ScrollBarView', thumb is moving on the appropriate amount pages. Before the thumb will scroll so that its center was under the mouse - this non-standard behavior, the user expects to scroll the *whole page*. * Added reaction on double click to the 'ScrollBarView' - the same as single click (earlier did nothing happened and it it was like a bug when an accidental double-click was occurred) More... over 8 years ago
Merge pull request #82 from ArtHome12/master More... over 8 years ago
Fixed bug The old scheme - draw all backgrounds, all borders and all contents. The new scheme - draw the background, border and contents root View, then background, borders and contents of the first child and so on - like in browsers. More... over 8 years ago
Merge pull request #81 from ArtHome12/master More... over 8 years ago
Added style for sticky button when it pressed and not hot. More... over 8 years ago
Merge pull request #80 from ArtHome12/master More... over 8 years ago
Fix bug - never can get result without removing trailing zeros More... over 8 years ago
Merge pull request #79 from ArtHome12/master More... over 8 years ago
CheckBoxView small fixes 1. When state changes, label style changes too 2. Box for check now are at center left, not in top left. More... over 8 years ago
Merge pull request #78 from ArtHome12/master More... over 8 years ago
Improved performance UI controls (clan::View and inherited). The old scheme of work - when the state changes, next was call set_needs_layout () ;, which led to a recalculation of all sizes and call Invalidate for the window at the end. The new scheme of work - when the state changes there is redrawn once - set clip_rect, render parent for update the background under the changed item, then draw the element itself and its children. More... over 8 years ago
Merge pull request #77 from ArtHome12/master More... over 8 years ago
Now user controls (ButtonView and so on) change its state only by left button mouse, but is not by every buttons. More... over 8 years ago
Merge pull request #76 from ArtHome12/master More... over 8 years ago
Add default property to LabelView::set_text(...bool force_no_layout = false). More... over 8 years ago