summaryrefslogtreecommitdiffstats
path: root/src/core/frontend (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-25yuzu: Constrain mouse in render window when emulatedNarr the Reg1-5/+5
2023-08-23general: Use console mode helper across projectlat9nq2-3/+3
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq2-2/+5
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei1-12/+5
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei3-47/+72
2023-05-06service: nfc: Merge device interfaces and create the device managerNarr the Reg2-6/+6
2023-03-30applet: controller: Implement cancel buttongerman772-2/+2
2023-03-29service: am: Improve profile select appletNarr the Reg2-4/+15
2023-03-25qt: implement RequestExit for appletsLiam17-9/+63
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-12-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski1-0/+6
2022-12-06applets/controller: Use aliases for callbacksLioncash2-3/+5
2022-12-06applets/error: Use aliases for callbacksLioncash2-9/+11
2022-12-06applets/mii_edit: Use aliases for callbacksLioncash2-3/+5
2022-12-06applets/profile_select: Use aliases for callbacksLioncash2-4/+5
2022-12-06applets/web_browser: Use aliases for callbacksLioncash2-18/+17
2022-12-06applets/software_keyboard: Use aliases for callbacksLioncash2-21/+16
2022-11-27Vulkan: update initializationLiam1-0/+2
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-11-14general: Address review commentsgerman772-4/+5
2022-11-13service: am: Implement cabinet applet backendgerman772-0/+56
2022-10-10yuzu: Add 16:10 aspect ratioNarr the Reg2-0/+3
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda2-6/+4
2022-07-24applet/swkbd: Implement optional symbol keysMorph1-0/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman772-9/+9
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph16-48/+32
2022-03-22applets/mii: Remove frontend parametersMorph2-17/+4
2022-03-22service: Move mii enums and structs into its own fileMorph1-1/+1
2022-03-22applets: Rename Mii to MiiEditMorph2-7/+8
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-03-08emu_window: Create a way to Cancel the exit of a Scopedlat9nq1-1/+10
2022-03-01applet: mii: Simple implementation of mii appletgerman772-0/+54
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph2-6/+5
2022-02-05profile: Migrate to the new UUID implementationMorph2-6/+6
2021-12-30core/hid: Fix controller type validationgerman771-5/+5
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman771-5/+5
2021-11-25Morph review first wavegerman771-3/+2
2021-11-25kraken: Address comments from reviewgerman772-34/+25
2021-11-25core/frontend: Update appletsgerman771-9/+14
2021-11-25core: Remove frontend/inputgerman771-217/+0
2021-11-25core/emu_window: Remove touch inputgerman772-113/+15
2021-11-25core/hid: Move input_interpreter to hidgerman772-206/+0
2021-11-20Fix screenshot dimensions when at 1x scaleameerj2-11/+7
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj2-10/+7
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph2-5/+6
2021-11-04core: Remove unused includesameerj5-5/+0
2021-09-23core/profile_select: Avoid uninitialized read in SelectProfile()Lioncash1-1/+2
2021-07-14applets: Append applet_ prefix to backend appletsMorph2-2/+2
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+1
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash1-0/+1
2021-05-30input_common: Analog button, use time based position instead of frequent updatesgerman771-0/+15
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-04-28applets/web: Fix a use-after-free when passing in the URL stringMorph2-6/+7
2021-04-24hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman771-3/+9
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash2-5/+8
2021-04-23emu_window: unsigned -> u32Lioncash2-21/+21
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initMorph2-1/+17
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendMorph2-2/+236
2021-04-15applets: Remove the previous software keyboard applet implementationMorph2-53/+1
2021-04-15common: Move settings to common from core.bunnei3-3/+3
2021-02-08hid: Implement GC controllergerman1-0/+1
2021-02-06Make settings controller image change with controller inputgerman1-0/+11
2021-01-16input_interpreter: Mark two member functions as constLioncash1-4/+4
2021-01-16input_interpreter: Add method to check for a button press stateMorph2-0/+25
2021-01-15Always initialize keyboard inputgerman2-7/+7
2021-01-15Add mutitouch support for touch screensgerman2-23/+31
2021-01-15Allow to return up to 16 touch inputs per enginegerman2-6/+9
2020-12-18applets/web: Implement the online web browser appletMorph2-0/+17
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph2-8/+8
2020-12-18frontend/input_interpreter: Add InputInterpreter APIMorph2-0/+165
2020-12-18applets/web: Implement the default web browser applet frontendMorph2-0/+20
2020-12-18applets: Remove the previous web browser applet implementationMorph4-136/+0
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-3/+4
2020-11-26Implement full mouse supportgerman1-2/+7
2020-11-24Fix warnings in core/frontend/input.h with [[maybe_unused]]bunnei1-1/+3
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex1-2/+2
2020-11-22input_common: Treat warnings as errorsLioncash1-1/+1
2020-11-16input_common: Add VibrationDevice and VibrationDeviceFactoryMorph1-0/+7
2020-11-16controllers/npad: Add heuristics to reduce rumble state changesMorph1-1/+1
2020-11-16hid: Reorder all HID commandsMorph1-2/+2
2020-11-16settings: Preparation for per-game input settingsMorph2-3/+3
2020-10-27controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2-3/+3
2020-10-21Revert "core: Fix clang build"bunnei2-3/+2
2020-10-18core: Fix clang buildLioncash2-2/+3
2020-10-13core/CMakeLists: Make some warnings errorsLioncash2-7/+9
2020-09-29First implementation of controller rumblegerman1-0/+3
2020-09-26frontend/controller: Eliminate dependency on the global system instanceLioncash2-4/+12
2020-09-05Remove RealMotionDevicegerman1-21/+8
2020-09-05Include HID and configuration changes related to motiongerman1-0/+27
2020-09-04applets/controller: Resolve several compiler warningsMorph1-1/+2
2020-09-04Address feedbackMorph1-0/+2
2020-09-04applets/controller: Modify heuristic to account for certain gamesMorph1-7/+12
2020-09-04applets/controller: Implement fallback applet for the SDL frontendMorph1-1/+34
2020-09-04applets/controller: Implement "Explain Text"Morph1-0/+3
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph2-0/+85
2020-08-30Address second batch of reviewsFearlessTobi1-0/+1
2020-08-14emu_window: Mark Scoped constructor and Acquire() as nodiscardLioncash1-2/+2
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2-1/+6
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-1/+1
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-5/+36
2020-03-26Address review and fix broken yuzu-tester buildJames Rowe1-1/+1
2020-03-25Frontend/GPU: Refactor context managementJames Rowe3-57/+28
2020-03-11framebuffer_layout.h: drop the use of enum for screen dimensions.Vitor Kiguchi2-10/+10
2020-02-27renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei1-41/+0
2020-02-26core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei3-23/+23
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei1-3/+0
2020-02-26renderer_opengl: Add texture mailbox support for presenter thread.bunnei1-0/+1
2020-02-26core: frontend: emu_window: Add TextureMailbox class.bunnei1-0/+41
2020-02-14Add 4:3 aspect ratio and address feedbackMorph2-10/+13
2020-02-14Address feedbackMorph2-18/+26
2020-02-14Use enumeration instead of magic numbersMorph2-5/+11
2020-02-14Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph1-2/+15
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+7
2020-01-15Moved analog direction logic to sdl_implCJBok1-0/+10
2019-06-25general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2-4/+32
2019-06-25frontend: Add base class and default impl for ECommerce applet frontendZach Hilman2-0/+102
2019-06-25web_browser: Rename OpenPage to OpenPageLocalZach Hilman2-7/+7
2019-06-25frontend: Add base class and default impl of parent controls applet frontendZach Hilman2-1/+52
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash2-13/+21
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp1-2/+1
2019-05-04core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash2-0/+4
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2-7/+6
2019-04-17web_browser: Make OpenPage non-constZach Hilman2-3/+3
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman1-1/+1
2019-04-17general_frontend: Add frontend scaffold for PhotoViewer appletZach Hilman2-0/+55
2019-04-17frontend: Add frontend receiver for Error appletZach Hilman2-0/+71
2019-04-17web_browser: Make OpenPage constZach Hilman2-3/+3
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-3/+3
2019-02-27core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash2-2/+2
2019-02-27common/math_util: Move contents into the Common namespaceLioncash2-7/+7
2019-02-27common/vector_math: Move Vec[x] types into the Common namespaceLioncash1-1/+1
2019-01-24frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei2-0/+41
2019-01-22QT Frontend: Migrate to QOpenGLWindowJames Rowe1-9/+30
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2-3/+3
2018-12-28frontend: Add frontend responder for web browserZach Hilman2-0/+52
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei2-0/+22
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman2-0/+46
2018-11-19settings: Add Native type for mouse buttonsZach Hilman1-0/+7
2018-11-18applet: Add operation completed callbackZach Hilman2-3/+7
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman2-5/+9
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman2-8/+7
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman1-0/+1
2018-11-18am: Implement text check software keyboard modeZach Hilman2-0/+8
2018-11-18am: Deglobalize software keyboard appletZach Hilman2-31/+36
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman1-0/+1
2018-11-18frontend/applets: Add frontend software keyboard provider and defaultZach Hilman2-0/+61
2018-08-15emu_window: Ensure WindowConfig members are always initializedLioncash1-3/+3
2018-08-12core: Namespace EmuWindowLioncash2-0/+8
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei2-2/+2
2018-01-12core: Fix recent GCC build breaks.bunnei1-0/+2
2018-01-11frontend: Update for undocked Switch screen layout.bunnei4-251/+39
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei6-204/+0
2017-08-25SidebySide Layout (#2859)ThaMighty903-1/+49
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele2-39/+63
2017-08-24HID: use TouchDevice for touch padwwylele1-0/+6
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele5-252/+4
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele1-0/+20
2017-05-28Move screen size constants from video_core to coreYuri Kunde Schlesner3-13/+24
2017-05-28Move framebuffer_layout from Common to CoreYuri Kunde Schlesner3-1/+213
2017-03-01Input: remove unused stuff & clean upwwylele4-322/+1
2017-03-01InputCommon: add Keyboardwwylele1-2/+0
2017-03-01HID: use AnalogDevicewwylele1-0/+7
2017-03-01HID: use ButtonDevicewwylele1-0/+6
2017-03-01Input: add device and factory templatewwylele1-0/+97
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-2/+2
2017-02-27Core: Make PerfStats internally lockedYuri Kunde Schlesner1-1/+1
2017-02-27PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner1-3/+2
2017-02-23Add custom layout settings.SonofUgly1-11/+15
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang1-2/+0
2017-01-29core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen1-6/+6
2017-01-11CAM: implement basic camera functions with a blank camerawwylele6-0/+204
2016-12-29Frontend: make motion sensor interfaced thread-safewwylele2-2/+8
2016-12-26Frontend: emulate motion sensorwwylele4-8/+204
2016-12-23core: Move emu_window and key_map into coreMerryMage4-0/+642