aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/DlgInputConfig.cpp
Commit message (Collapse)AuthorAge
* add pause/reset hotkeysArisotura2019-06-12
|
* fix bugs, make it more responsiveArisotura2019-06-11
|
* add ability to map joystick axes, tooArisotura2019-06-11
| | | | and add support for multiple hats
* add ability to map keys with modifiers, only in config UI for nowArisotura2019-06-11
|
* actually save the current joystick IDArisotura2019-06-11
|
* begin work on multiple joystick supportArisotura2019-06-11
|
* also, don't hardcode the timer interval in the callbackArisotura2019-06-04
|
* when closing an input config dialog, remove SDL timer if neededArisotura2019-06-04
| | | | fixes #429
* make capitalization consistentArisotura2019-06-04
|
* Merge branch 'master' into fast-forward-hotkeyArisotura2019-06-04
|\
| * add support for setting key mappings to noneArisotura2019-06-04
| |
| * close any opened dialogs when closing the main windowArisotura2019-05-25
| |
* | Add fast forward hotkeysJon Pacheco2019-05-12
|/
* move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbfArisotura2019-03-15
|
* also, update copyright nameArisotura2019-01-22
|
* libui/gtk: add functions to uiWindow for setting/getting minimized/maximized ↵StapleButter2018-12-30
| | | | | | state remember if main window is maximized, avoid updating the saved size when it is
* 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