summaryrefslogtreecommitdiff
path: root/src/core/frontend/emu_window.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2023-11-24yuzu: Constrain mouse in render window when emulatedNarr the Reg
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2023-03-12general: fix spelling mistakesLiam
2022-12-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski
2022-11-27Vulkan: update initializationLiam
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-03-07emu_window: Create a way to Cancel the exit of a Scopedlat9nq
2021-11-24core/emu_window: Remove touch inputgerman77
2021-11-03core: Remove unused includesameerj
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash
2021-04-23emu_window: unsigned -> u32Lioncash
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-08-14emu_window: Mark Scoped constructor and Acquire() as nodiscardLioncash
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-26renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-02-25core: frontend: emu_window: Add TextureMailbox class.bunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-04core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-02-27core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash
2019-01-21QT Frontend: Migrate to QOpenGLWindowJames Rowe
2018-08-14emu_window: Ensure WindowConfig members are always initializedLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-05-27Move framebuffer_layout from Common to CoreYuri Kunde Schlesner
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01InputCommon: add Keyboardwwylele
2016-12-29Frontend: make motion sensor interfaced thread-safewwylele
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage