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 21:42:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
cyberarm_engine
/
lib
/
cyberarm_engine
/
ui
/
elements
History
Cyberarm
b3561f02c1
Fixed edit_line's with prefilled values having an offset_x that hides the text unless caret is manually moved left
2024-04-09 09:27:12 -05:00
..
button.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06: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
Fixed hidden Container elements not recalculating when becoming visible
2024-03-05 14:16:07 -06:00
edit_box.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
edit_line.rb
Fixed edit_line's with prefilled values having an offset_x that hides the text unless caret is manually moved left
2024-04-09 09:27:12 -05:00
flow.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
image.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
list_box.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
menu_item.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
menu.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
progress.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
radio.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
slider.rb
Fixed debug_draw for elements, fixed Slider Handle not rendering/positioned properly
2024-03-05 13:17:12 -06:00
stack.rb
Ran rubocop -a
2020-12-14 16:04:31 -06:00
text_block.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00
toggle_button.rb
Removed excon as explicit dependency, implemented menu's as (mostly) first class citizens, refactoring of gui layout, FIXME: broke Slider Handle..., probably some other stuff.
2024-03-04 20:54:36 -06:00