1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
OpenDiablo2/d2core/d2ui
Julien Ganichot 0d691dbffa
Key binding menu (#918)
* Feat(KeyBindingMenu): Adds dynamic box system with scrollbar

* Feat(Hotkeys): WIP Adds a lot of things

* Feat(KeyBindingMenu): WIP Adds logic to binding

* Feat(KeyBindingMenu): Fixes assignment logic

* Feat(KeyBindingMenu): Adds buttons logic

* Feat(KeyBindingMenu): Fixes sprites positions+add padding to Box

* Feat(KeyBindingMenu): Adds label blinking cap

* Feat(KeyBindingMenu): Removes commented func

* Feat(KeyBindingMenu): Fixes lint errors and refactors a bit

* Feat(KeyBindingMenu): Corrects few minor things from Grave

* Feat(KeyBindingMenu): removes forgotten key to string mapping
2020-11-13 12:03:30 -08:00
..
button.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
checkbox.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
color_tokens.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
custom_widget.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
d2ui.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
drawable.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
frame.go Revert "d2ui/sprite: Refactor Render() to RenderNoError()" 2020-11-11 15:05:04 +01:00
label.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
scrollbar.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
sprite.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
textbox.go Revert "d2ui/label: Refactor Render() to RenderNoError()" 2020-11-11 15:01:36 +01:00
tooltip.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
ui_manager.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
widget_group.go d2ui/drawable: Refactor render() method to not return error 2020-11-11 14:55:59 +01:00
widget.go d2player/skilltree: Move every element to widgets 2020-11-09 18:26:34 +01:00