This website requires JavaScript.
Explore
Help
Sign In
cyberarm
/
cyberarm_engine
Watch
1
Star
0
Fork
0
You've already forked cyberarm_engine
mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced
2025-12-18 14:02:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0a62e5180aed6c1e91e19178d9fd495f026bfc9d
cyberarm_engine
/
lib
/
cyberarm_engine
/
ui
History
Cyberarm
0a62e5180a
Add down arrow for ListBox
2022-05-03 20:01:34 -05:00
..
elements
Add down arrow for ListBox
2022-05-03 20:01:34 -05:00
border_canvas.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
dsl.rb
More changes to how styles are applied, fixed bug where a Container would re-evaluate its build block when clicked, fixed background method in DSL having no effect, fixed edit line losing 'focus' when mouse moved out, misc. other changes and fixes.
2021-03-29 08:51:26 -05:00
element.rb
Probably fix layout issues caused by floating point errors where an element is wrapped when it has space (e.g. 2 elements with a width 0.5 not fitting properly)
2022-05-02 19:08:47 -05:00
event.rb
Added support for 9 sliced backgrounds in UI, fixed events not propagating to subscribers if element threw :handled in its own event handler
2021-06-04 03:00:31 +00:00
gui_state.rb
Improved performance a touch: fixed never clearing list of elements to recalculate unless a full gui recalcuate occurred, don't recalculate button/text if a full gui recalculate is requested, fixed typo: apend -> append
2021-12-16 22:09:56 -06:00
style.rb
More changes to how styles are applied, fixed bug where a Container would re-evaluate its build block when clicked, fixed background method in DSL having no effect, fixed edit line losing 'focus' when mouse moved out, misc. other changes and fixes.
2021-03-29 08:51:26 -05:00
theme.rb
Made Text account for shadow and border effects in width/height methods, made TextBlock support disabled state styling
2021-06-03 01:00:13 +00:00