1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-24 08:05:24 +00:00
OpenDiablo2/d2core/d2ui
lord acc4c7a13e
d2ui refactor (#699)
* fixed lint errors in button.go

* fixed lint errors in checkbox.go

* Removed d2ui singleton, fixed nearly all lint errors

- Changed `UI` struct to `UIManager`, removed singleton
- UI element provider functions are now methods of the UI Manager
- Screens now use the UI manager to create UI elements
- game panels in d2player now use the UI Manager to create UI elements
- Only the UI manager knows about "widgets"; calls to `d2ui.AddWidget` in Screen instances have been removed

* changed ui element provider methods from `Create` to `New`
2020-08-06 10:30:23 -04:00
..
button.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
checkbox.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
color_tokens.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
d2ui.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
drawable.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
label.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
scrollbar.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
sprite.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
textbox.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
ui_manager.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
widget.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00