lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.15k stars 357 forks source link

feat(gui): flashing rendered rects (#180) #190

Closed vbalyasnyy closed 4 years ago

vbalyasnyy commented 4 years ago

Signed-off-by: Vasilyy Balyasnyy v.balyasnyy@gmail.com

Fixes #180 .

Changes proposed in this pull request:

@lc-soft


IssueHunt Summary ### Referenced issues This pull request has been submitted to: - [#180: Improve highlighting of repainted areas](https://issuehunt.io/repos/5293802/issues/180) --- IssueHunt has been backed by the following sponsors. [Become a sponsor](https://issuehunt.io/membership/members)
vbalyasnyy commented 4 years ago

I'm adding LCUIDisplay_ShowRectBorder() call in LCUI_Init() to enable border flag to test this feature.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+1.8%) to 68.537% when pulling 2dfcad4a23c4c44cab767782ad8bff9638725246 on vbalyasnyy:develop into 460354c489c2ff97a77fd3c200f45c1efcf2e38a on lc-soft:develop.

lc-soft commented 4 years ago

Please upload GIF screenshot.

vbalyasnyy commented 4 years ago

Please upload GIF screenshot.

test_scaling_support test_widget_opacity test_widget_flex_layout test_widget_inline_block_layout

vbalyasnyy commented 4 years ago

out