index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
frontend
/
emu_window.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2023-06-03
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2021-11-24
core/emu_window: Remove touch input
german77
2021-11-03
core: Remove unused includes
ameerj
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-04-23
emu_window: Return pair from ClipToTouchScreen() instead of tuple
Lioncash
2021-04-23
emu_window: unsigned -> u32
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-01-15
Always initialize keyboard input
german
2021-01-15
Add mutitouch support for touch screens
german
2021-01-15
Allow to return up to 16 touch inputs per engine
german
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-05-15
frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)
Morph
2019-05-04
core/frontend/emu_window: Make GraphicsContext's destructor virtual
Lioncash
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-02-27
core/frontend/emu_window: Make ClipToTouchScreen a const member function
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-01-10
frontend: Update for undocked Switch screen layout.
bunnei
2017-08-29
Merge pull request #2899 from wwylele/touch-refactor
bunnei
2017-08-25
SidebySide Layout (#2859)
ThaMighty90
2017-08-24
EmuWindow: refactor touch input into a TouchDevice
wwylele
2017-08-11
move MotionEmu from core/frontend to input_common as a InputDevice
wwylele
2017-05-27
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-03-21
Merge pull request #2512 from SonofUgly/custom-layout
bunnei
2017-03-01
Input: remove unused stuff & clean up
wwylele
2017-02-26
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-26
PerfStats: Add method to get the instantaneous time ratio
Yuri Kunde Schlesner
2017-02-23
Add custom layout settings.
SonofUgly
2017-02-11
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-01-29
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
Kloen
2016-12-29
Frontend: make motion sensor interfaced thread-safe
wwylele
2016-12-26
Frontend: emulate motion sensor
wwylele
2016-12-23
core: Move emu_window and key_map into core
MerryMage