aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/DlgInputConfig.cpp
Commit message (Collapse)AuthorAge
* fix potential crashes in input config dialog when setting joystick buttons, ↵StapleButter2018-12-29
| | | | | | by using uiQueueMain() how could I not think of this? GTK is not thread safe.
* add hotkey config values.StapleButter2018-12-14
| | | | | duplicate DlgInputConfig so that it can also do hotkey config. also prevent from opening those config dialogs a billion times.
* fixor copyright years.StapleButter2018-09-15
|
* maybe now the input dialog can stop being dumbStapleButter2017-10-05
|
* use grids instead of nested boxes for input config dialog. (still lags, ↵StapleButter2017-10-05
| | | | | | needs optimization) adjust things to make those dialogs sexier.
* add support for non-resizable windowsStapleButter2017-10-02
|
* re-add basic scalingStapleButter2017-10-02
|
* actual joystick inputStapleButter2017-09-30
| | | | also sync keyboard input nicely
* allow entering joystick configStapleButter2017-09-30
|
* actually get the input dialog somewhereStapleButter2017-09-30
|
* get the input dialog startedStapleButter2017-09-26