aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummremastered/remastered_gfx.stx
AgeCommit message (Collapse)Author
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
DropdownButtonWidget is a button split in two parts vertically. Clicking the left part triggers a default action. Clicking the right part shows a list of other actions the user can choose from. Using this widget on the launcher lets 'Mass add' be a secondary action of the 'Add' button, removing the necessity of pressing the shift key to access the feature.
2019-07-30GUI: Rewrite Cloud tabAlexander Tkachev
- StorageWizardDialog is removed, along with bmps it was using; - EditTextWidget now accepts custom font in constructor; - ScrollContainer scrollbar now jumps to top when content height changes so it's "overscrolled"; - IndexPageHandler now does not awaits for `code` GET-parameter, as local webserver is no longer used to connect Storages; - CloudManager and all corresponding Storages are updated to support disconnecting and to notify about successful connection.
2019-05-05GUI: Use a truetype font for the debug consoleBastien Bouclet
2019-04-02BUILD: Update Remastered text highlight colorMatan Bareket
2019-04-02BUILD: Update Remastered themeMatan Bareket
2019-04-02THEME: Create remastered themeMatan Bareket