Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add pause/reset hotkeys | Arisotura | 2019-06-12 |
| | |||
* | fix bugs, make it more responsive | Arisotura | 2019-06-11 |
| | |||
* | add ability to map joystick axes, too | Arisotura | 2019-06-11 |
| | | | | and add support for multiple hats | ||
* | add ability to map keys with modifiers, only in config UI for now | Arisotura | 2019-06-11 |
| | |||
* | actually save the current joystick ID | Arisotura | 2019-06-11 |
| | |||
* | begin work on multiple joystick support | Arisotura | 2019-06-11 |
| | |||
* | also, don't hardcode the timer interval in the callback | Arisotura | 2019-06-04 |
| | |||
* | when closing an input config dialog, remove SDL timer if needed | Arisotura | 2019-06-04 |
| | | | | fixes #429 | ||
* | make capitalization consistent | Arisotura | 2019-06-04 |
| | |||
* | Merge branch 'master' into fast-forward-hotkey | Arisotura | 2019-06-04 |
|\ | |||
| * | add support for setting key mappings to none | Arisotura | 2019-06-04 |
| | | |||
| * | close any opened dialogs when closing the main window | Arisotura | 2019-05-25 |
| | | |||
* | | Add fast forward hotkeys | Jon Pacheco | 2019-05-12 |
|/ | |||
* | move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf | Arisotura | 2019-03-15 |
| | |||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | libui/gtk: add functions to uiWindow for setting/getting minimized/maximized ↵ | StapleButter | 2018-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, ↵ | StapleButter | 2018-12-29 |
| | | | | | | by using uiQueueMain() how could I not think of this? GTK is not thread safe. | ||
* | add hotkey config values. | StapleButter | 2018-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. | StapleButter | 2018-09-15 |
| | |||
* | maybe now the input dialog can stop being dumb | StapleButter | 2017-10-05 |
| | |||
* | use grids instead of nested boxes for input config dialog. (still lags, ↵ | StapleButter | 2017-10-05 |
| | | | | | | needs optimization) adjust things to make those dialogs sexier. | ||
* | add support for non-resizable windows | StapleButter | 2017-10-02 |
| | |||
* | re-add basic scaling | StapleButter | 2017-10-02 |
| | |||
* | actual joystick input | StapleButter | 2017-09-30 |
| | | | | also sync keyboard input nicely | ||
* | allow entering joystick config | StapleButter | 2017-09-30 |
| | |||
* | actually get the input dialog somewhere | StapleButter | 2017-09-30 |
| | |||
* | get the input dialog started | StapleButter | 2017-09-26 |