aboutsummaryrefslogtreecommitdiff
path: root/gui/widgets
AgeCommit message (Expand)Author
2020-01-04GUI: Use a dialog theme layout for the unknown game dialogBastien Bouclet
2020-01-04GUI: Introduce dynamic layoutsBastien Bouclet
2019-11-24GUI: Use the item at the click position in PopUpDialogBastien Bouclet
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
2019-10-15GUI: Fix crash when clicking and dragging a tab widgetCameron Cawley
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
2019-09-21BACKENDS: Add a default clipboard implementationCameron Cawley
2019-09-02GUI: Fix Missing Field Initializer in List WidgetD G Turner
2019-09-01JANITORIAL: Remove some trailing whitespacesJaromir Wysoglad
2019-09-01TTS: Fix reading of list widgetsJaromir Wysoglad
2019-09-01TTS: Add age to TTSVoiceJaromir Wysoglad
2019-09-01TTS: Finish implementing the Windows TTS managerJaromir Wysoglad
2019-09-01TTS: Prepare for windows TTSJaromir Wysoglad
2019-09-01TTS: Add text to speech to the GUI.Jaromir Wysoglad
2019-08-03GUI: Fix TabWidget's < and > buttonsAlexander Tkachev
2019-08-03GUI: Minor offsets fixes in Tooltip and EditTextWidgetAlexander Tkachev
2019-08-03GUI: Tune ScrollContainerWidget offsetsAlexander Tkachev
2019-08-03GUI: Fix scrollbarsAlexander Tkachev
2019-07-30GUI: Rewrite Cloud tabAlexander Tkachev
2019-02-16GUI: show/hide virtual keyboard when the EditTextWidget gains/loses the focusThierry Crozat
2018-11-14GUI: Add some override markersBastien Bouclet
2018-11-14GUI: Don't display the ScrollContainer background inside tabsBastien Bouclet
2018-10-11GUI: Fix Mouse Wheel Input for Unknown Game Dialog.D G Turner
2018-08-27GUI: Clean up file browser path entryBastien Bouclet
2018-08-22GUI: Add editable path in file browser dialogChatziargyriou Eleftheria
2018-07-24GUI: Handle continous scrolling in ScrollContainerThierry Crozat
2018-07-24GUI: Set ScrollContainer single step to kLineHeight instead of 1 pixelThierry Crozat
2018-07-24GUI: Fix container widgets not receiving eventsThierry Crozat
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-04-29GUI: Add copy to clipboard shortcut for EditableWidgetThierry Crozat
2018-04-19GUI: Unify clip and non-clip draw callsBastien Bouclet
2018-03-28GUI: Added override specifiersEugene Sandulenko
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2018-01-27GUI: Fix the caret drawing over the scroll bar in the list widgetBastien Bouclet
2018-01-27GUI: Remove Dialog::markAsDirty to expose full GUI redrawsBastien Bouclet
2018-01-27GUI: Remove explicit redraw when scrolling the ScrollContainerBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2017-08-06GUI: Mark some fall-through cases as intentionalBastien Bouclet
2017-04-06GUI: Add method to know if a widget contains a given widgetThierry Crozat
2017-03-01GUI: Increase tab title spacingWillem Jan Palenstijn
2017-02-28GUI: Give each tab in TabWidget its own widthWillem Jan Palenstijn
2017-02-22SDL: Fix erratic analog pointer + control optionsrsn8887
2016-10-30GUI: Setting the active tab also ensures it is visible in the tab barThierry Crozat
2016-10-22GUI: Fix possible access to free'ed memory or double deletion in tab widgetThierry Crozat
2016-08-24ALL: Move Clipboard support to OSystemAlexander Tkachev
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24GUI: Add Ctrl+V handling in EditableWidgetAlexander Tkachev
2016-08-24GUI: Minor Container fixesAlexander Tkachev
2016-08-24GUI: Fix Container's visibility issueAlexander Tkachev
2016-07-22GUI: Fix regression in multicolumn PopUp widgetEugene Sandulenko