1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 10:40:42 +00:00
OpenDiablo2/d2core/d2ui
juander-ux 79c147866e
Tooltip refactor (#872)
* d2ui: Add tooltip class

we reimplemented tooltips in several places
(inventory/skill_select_panel). Let's make it its own ui element.

* d2player: Refactor skill_select_panel to use the tooltip class

* d2player: Refactor inventory to use the tooltip class

* Make linter happy

* Make golangci-lint 1.27.0 happy as well

* tooltip: Remove const and rather disable linter
2020-10-28 13:54:55 -04:00
..
button.go Lint cleanup funlen (#854) 2020-10-26 15:55:13 -07:00
checkbox.go Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
color_tokens.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00
d2ui.go remove d2asset singleton (#726) 2020-09-12 16:51:30 -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
frame.go removed all golint lint errors (#833) 2020-10-25 16:23:55 -07:00
label.go Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
scrollbar.go Adds error handling everywhere (#743) 2020-09-23 13:30:54 -04:00
sprite.go Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
textbox.go Adds error handling everywhere (#743) 2020-09-23 13:30:54 -04:00
tooltip.go Tooltip refactor (#872) 2020-10-28 13:54:55 -04:00
ui_manager.go Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
widget.go d2ui refactor (#699) 2020-08-06 10:30:23 -04:00