aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/InputConfigDialog.cpp
Commit message (Collapse)AuthorAge
* save microphone hotkeys (#781)kyandora2020-10-07
|
* Random minor fixes (#757)Valeri2020-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix incorrect/questionable assert() usage Originally reported by https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2159000700, but also includes a bunch of other fixes. * Fix some `printf` warnings Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2160310550 * Remove useless check It is never passed thanks to `if (num_in < 1) {...; return}` before Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840804 * Add missing header guard, rename other to avoid conflicts Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2163210746 * Make DSi_SDDevice destructor virtual Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2158670642 * Use thread-safe localtime_r, assign `time` result directly Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840805 * Fix MinGW build It needs _POSIX_THREAD_SAFE_FUNCTIONS to export `localtime_r`
* Add support for fullscreen hotkey (#748)WaluigiWare642020-09-06
|
* fix that bug here tooArisotura2020-05-28
|
* actually complete the input config dialogArisotura2020-05-19
|
* re-add old special keys for mapping (Esc=cancel, Backspace=clear)Arisotura2020-05-19
|
* distinguish left/right Ctrl and ShiftArisotura2020-05-19
|
* add AltGr, weak attempt at blocking garbage key namesStapleButter2020-05-19
|
* input dialog progress.Arisotura2020-05-19
|
* begin adding input dialogArisotura2020-05-17