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 22:02:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c1b25d204568a3fa2d8b55aad06f08fc2664d89a
cyberarm_engine
/
lib
/
cyberarm_engine
/
ui
/
elements
History
Cyberarm
c1b25d2045
Fixed centered text with unequal margins/paddings/border thicknesses being offset, fixed text wrapping using parents #width (which includes padding and margins) instead of the correct #content_width (which is only the parents content width; which the text is part of)
2021-11-17 17:23:48 -06:00
..
button.rb
Added Link element which is basically a button without a border or background, WIP: Element border, margin, padding, and other styles are now easily changable; work is needed to make style changes survive a recalculation
2021-03-29 08:51:26 -05:00
check_box.rb
Added Link element which is basically a button without a border or background, WIP: Element border, margin, padding, and other styles are now easily changable; work is needed to make style changes survive a recalculation
2021-03-29 08:51:26 -05:00
container.rb
Containers that need to be recalculated but will not affect their current size can request to have themselves directly recalculated on the next update (fixes scrolling triggering many unneed recalculations), list_box now excludes the currently selected item from the menu, probably fixed list_box callback being called twice instead of the correct once.
2021-11-15 10:17:49 -06:00
edit_box.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
edit_line.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
flow.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
image.rb
Fixed Image element background and border not working, made button use Style as sole source of background and color colors
2021-01-05 23:15:22 -06:00
list_box.rb
Containers that need to be recalculated but will not affect their current size can request to have themselves directly recalculated on the next update (fixes scrolling triggering many unneed recalculations), list_box now excludes the currently selected item from the menu, probably fixed list_box callback being called twice instead of the correct once.
2021-11-15 10:17:49 -06:00
progress.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
radio.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
slider.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
stack.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
text_block.rb
Fixed centered text with unequal margins/paddings/border thicknesses being offset, fixed text wrapping using parents #width (which includes padding and margins) instead of the correct #content_width (which is only the parents content width; which the text is part of)
2021-11-17 17:23:48 -06:00
toggle_button.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00