5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix SpanLayout get_rect() More... about 12 years ago
Fix SpanLayout get_rect() More... about 12 years ago
Add SpanLayout get_rect() (extending the existing get_size()) More... about 12 years ago
Add SpanLayout get_rect() (extending the existing get_size()) More... about 12 years ago
- Fixed bug where "key_" somehow became "keycode_"
mbn
More... about 12 years ago
- Fixed bug where "key_" somehow became "keycode_" More... about 12 years ago
Add a render_text_span test for the CSSDocument2 example, showing a minor fault in it's content box calculation (and justify alignment) More... about 12 years ago
Add a render_text_span test for the CSSDocument2 example, showing a minor fault in it's content box calculation (and justify alignment) More... about 12 years ago
Implement justify for horizontal alignment to render_text() by making a special exception to use SpanLayout. does not work, something in SpanLayout internals More... about 12 years ago
Implement justify for horizontal alignment to render_text() by making a special exception to use SpanLayout. does not work, something in SpanLayout internals More... about 12 years ago
Implement horizontal alignment to render_text() More... about 12 years ago
Implement horizontal alignment to render_text() More... about 12 years ago
Extend the CSSDocument2 custom component, ready to test font alignment (when implemented) More... about 12 years ago
Extend the CSSDocument2 custom component, ready to test font alignment (when implemented) More... about 12 years ago
Renamed the render_text using SpanLayout to render_text_span to avoid confusion. Tidy up the standard render_text(), ready to implement css font alignment More... about 12 years ago
Renamed the render_text using SpanLayout to render_text_span to avoid confusion. Tidy up the standard render_text(), ready to implement css font alignment More... about 12 years ago
Add a temporary fix to CSSBorderRenderer::draw_area, so it recognises repeat_type_repeat. It has not been implemented correctly, see the spec for details, but it will do for now More... about 12 years ago
Add a temporary fix to CSSBorderRenderer::draw_area, so it recognises repeat_type_repeat. It has not been implemented correctly, see the spec for details, but it will do for now More... about 12 years ago
Fix calculation to the push button get_preferred_content_height More... about 12 years ago
Fix calculation to the push button get_preferred_content_height More... about 12 years ago
Reimplement the push button focus theme part More... about 12 years ago
Reimplement the push button focus theme part More... about 12 years ago
Adjust the standard resources, so they use the new pushbutton css More... about 12 years ago
Adjust the standard resources, so they use the new pushbutton css More... about 12 years ago
- Fixed geometry for the root
mbn
More... about 12 years ago
- Fixed geometry for the root More... about 12 years ago
Fix the single line font render vertical alignment. Also use draw_text_ellipses, instead of draw_text More... about 12 years ago
Fix the single line font render vertical alignment. Also use draw_text_ellipses, instead of draw_text More... about 12 years ago
Add a version of GUI Render text that does not use the span layout_content. Adjust label to use this More... about 12 years ago
Add a version of GUI Render text that does not use the span layout_content. Adjust label to use this More... about 12 years ago