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.h
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-11-24
yuzu: Constrain mouse in render window when emulated
Narr the Reg
2023-06-03
core: frontend: Refactor GraphicsContext to its own module.
bunnei
2023-03-12
general: fix spelling mistakes
Liam
2022-12-13
gl_device: Use a more robust way to use strict context mode
Alexander Orzechowski
2022-11-27
Vulkan: update initialization
Liam
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-03-07
emu_window: Create a way to Cancel the exit of a Scoped
lat9nq
2021-11-24
core/emu_window: Remove touch input
german77
2021-11-03
core: Remove unused includes
ameerj
2021-04-23
emu_window: Return pair from ClipToTouchScreen() instead of tuple
Lioncash
2021-04-23
emu_window: unsigned -> u32
Lioncash
2021-01-15
Always initialize keyboard input
german
2021-01-15
Add mutitouch support for touch screens
german
2020-11-23
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-08-14
emu_window: Mark Scoped constructor and Acquire() as nodiscard
Lioncash
2020-04-07
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
2020-03-25
Address review and fix broken yuzu-tester build
James Rowe
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-02-26
renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.
bunnei
2020-02-25
frontend: sdl2: emu_window: Implement separate presentation thread.
bunnei
2020-02-25
core: frontend: emu_window: Add TextureMailbox class.
bunnei
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp
2019-05-26
emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy
ReinUsesLisp
2019-05-04
core/frontend/emu_window: Make GraphicsContext's destructor virtual
Lioncash
2019-04-13
Merge pull request #2017 from jroweboy/glwidget
bunnei
2019-02-27
core/frontend/emu_window: Make ClipToTouchScreen a const member function
Lioncash
2019-01-21
QT Frontend: Migrate to QOpenGLWindow
James Rowe
2018-08-14
emu_window: Ensure WindowConfig members are always initialized
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-01-10
frontend: Update for undocked Switch screen layout.
bunnei
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 framebuffer_layout from Common to Core
Yuri Kunde Schlesner
2017-03-01
Input: remove unused stuff & clean up
wwylele
2017-03-01
InputCommon: add Keyboard
wwylele
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