summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
2019-02-27Merge pull request #2170 from lioncash/emu-windowbunnei
2019-02-27core/frontend/emu_window: Make ClipToTouchScreen a const member functionLioncash
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-01-23frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2018-12-28frontend: Add frontend responder for web browserZach Hilman
2018-12-23Merge pull request #1886 from FearlessTobi/port-4164bunnei
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman
2018-11-20Merge pull request #1667 from DarkLordZach/swkbdbunnei
2018-11-18settings: Add Native type for mouse buttonsZach Hilman
2018-11-18applet: Add operation completed callbackZach Hilman
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman
2018-11-18am: Implement text check software keyboard modeZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman
2018-11-18frontend/applets: Add frontend software keyboard provider and defaultZach Hilman
2018-08-14emu_window: Ensure WindowConfig members are always initializedLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equiva...Lioncash
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Fix recent GCC build breaks.bunnei
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-08-29Merge pull request #2899 from wwylele/touch-refactorbunnei
2017-08-25SidebySide Layout (#2859)ThaMighty90
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele
2017-08-24HID: use TouchDevice for touch padwwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-05-27Move framebuffer_layout from Common to CoreYuri Kunde Schlesner
2017-03-21Merge pull request #2512 from SonofUgly/custom-layoutbunnei
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01InputCommon: add Keyboardwwylele
2017-03-01HID: use AnalogDevicewwylele
2017-03-01HID: use ButtonDevicewwylele
2017-03-01Input: add device and factory templatewwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner
2017-02-23Add custom layout settings.SonofUgly
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-01-29Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner
2017-01-29core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen
2017-01-11CAM: implement basic camera functions with a blank camerawwylele