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-17 13:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
41c0b279379dc92867ecc4ac395a11790679b0f7
cyberarm_engine
/
lib
/
cyberarm_engine
/
ui
History
Cyberarm
41c0b27937
Fixed layout bug for Flow when the element x + width is greater than the parent's width it would not correctly wrap
2022-10-20 09:36:20 -05:00
..
elements
Fixed layout bug for Flow when the element x + width is greater than the parent's width it would not correctly wrap
2022-10-20 09:36:20 -05:00
border_canvas.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
dsl.rb
Added all the callbacks to Window and GameState, removed all but one usage of global variables ().
2022-06-05 09:19:30 -05:00
element.rb
Refactored dimentional_size to split out space_available_width/height, initial implementation of verticial and horizontal container alignment
2022-06-12 16:03:23 -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
Fixed long standing issue with ListBox menu not taking it's parents width only the parent has a specified width and fixed clicking on the menu's host element to hide the menu causes it to hide and reappear instantly.
2022-06-12 11:25:29 -05: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
Removed use of the clipboard gem since Gosu now supports this natively! Added :static option for Text to render text using Gosu::Image.from_text/markup which results in nicer looking text, improvements to EditLine to display the caret in the correct place (doesn't position properly if :text_static is true)
2022-10-04 10:16:32 -05:00