phantasmal-world/src/core/gui
2019-10-01 18:30:26 +02:00
..
Button.css ListProperties can now emit update events. 2019-09-03 16:44:13 +02:00
Button.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
CheckBox.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
ComboBox.css Wanted items can now be added and removed. 2019-09-13 14:30:29 +02:00
ComboBox.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Control.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
dom.ts The EntityListView now shows renders of entities instead of green squares. 2019-09-21 21:47:00 +02:00
DropDown.css Wanted items can now be added and removed. 2019-09-13 14:30:29 +02:00
DropDown.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
DurationInput.css Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting. 2019-09-02 14:41:46 +02:00
DurationInput.ts Added server select. Widget construction now happens in two phases with a finalize_construction method being called from the lowest subclass. 2019-09-14 15:15:59 +02:00
FileButton.css Swapped code using new and old UI system around. 2019-08-21 17:56:46 +02:00
FileButton.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
golden_layout_theme.css More data is now shown in the optimization result view. 2019-09-11 15:51:56 +02:00
index.css More data is now shown in the optimization result view. 2019-09-11 15:51:56 +02:00
Input.css Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting. 2019-09-02 14:41:46 +02:00
Input.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Label.css Swapped code using new and old UI system around. 2019-08-21 17:56:46 +02:00
Label.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
LabelledControl.ts LabelledControl labels are now disabled again when their control is disabled. The now also have the same tooltip as their control. 2019-09-15 23:28:48 +02:00
LazyWidget.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Menu.css Menus and the various controls that use menus can now be controlled with the keyboard. 2019-09-13 20:53:31 +02:00
Menu.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
NumberInput.css Ported quest info view to the new GUI system. 2019-08-23 17:00:39 +02:00
NumberInput.ts Added server select. Widget construction now happens in two phases with a finalize_construction method being called from the lowest subclass. 2019-09-14 15:15:59 +02:00
RendererWidget.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Resizable.ts Swapped code using new and old UI system around. 2019-08-21 17:56:46 +02:00
ResizableWidget.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Select.css Improved dropdown button and select widget behavior. 2019-08-30 17:31:46 +02:00
Select.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
TabContainer.css More data is now shown in the optimization result view. 2019-09-11 15:51:56 +02:00
TabContainer.ts Upgraded all dependencies and fixed linting warnings/errors resulting from eslint upgrade. 2019-10-01 18:30:26 +02:00
Table.css The OptimizationResultView is now completely ported to the new GUI system. 2019-09-14 11:59:50 +02:00
Table.ts Upgraded all dependencies and fixed linting warnings/errors resulting from eslint upgrade. 2019-10-01 18:30:26 +02:00
TextArea.css Fixed text area visual bug in Firefox. 2019-09-30 12:23:13 +02:00
TextArea.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
TextInput.ts Added server select. Widget construction now happens in two phases with a finalize_construction method being called from the lowest subclass. 2019-09-14 15:15:59 +02:00
ToolBar.css More data is now shown in the optimization result view. 2019-09-11 15:51:56 +02:00
ToolBar.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00
Widget.ts Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. 2019-09-15 19:32:34 +02:00