summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
2020-03-11framebuffer_layout.h: drop the use of enum for screen dimensions.Vitor Kiguchi
2020-02-26renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-02-25renderer_opengl: Add texture mailbox support for presenter thread.bunnei
2020-02-25core: frontend: emu_window: Add TextureMailbox class.bunnei
2020-02-14Add 4:3 aspect ratio and address feedbackMorph
2020-02-14Address feedbackMorph
2020-02-13Use enumeration instead of magic numbersMorph
2020-02-13Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph
2020-02-03Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2020-01-15Moved analog direction logic to sdl_implCJBok
2019-06-24general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman
2019-06-24frontend: Add base class and default impl for ECommerce applet frontendZach Hilman
2019-06-24web_browser: Rename OpenPage to OpenPageLocalZach Hilman
2019-06-24frontend: Add base class and default impl of parent controls applet frontendZach Hilman
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-04core/frontend/emu_window: Make GraphicsContext's destructor virtualLioncash
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman
2019-04-17general_frontend: Add frontend scaffold for PhotoViewer appletZach Hilman
2019-04-17frontend: Add frontend receiver for Error appletZach Hilman
2019-04-17web_browser: Make OpenPage constZach Hilman
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
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-21QT Frontend: Migrate to QOpenGLWindowJames Rowe
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