summaryrefslogtreecommitdiff
path: root/src/core/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Gravatar Morph2020-05-152-1/+6
* CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-1/+1
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsGravatar ReinUsesLisp2020-04-071-5/+36
* Address review and fix broken yuzu-tester buildGravatar James Rowe2020-03-251-1/+1
* Frontend/GPU: Refactor context managementGravatar James Rowe2020-03-243-57/+28
* framebuffer_layout.h: drop the use of enum for screen dimensions.Gravatar Vitor Kiguchi2020-03-112-10/+10
* renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.Gravatar bunnei2020-02-261-41/+0
* core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.Gravatar bunnei2020-02-253-23/+23
* frontend: sdl2: emu_window: Implement separate presentation thread.Gravatar bunnei2020-02-251-3/+0
* renderer_opengl: Add texture mailbox support for presenter thread.Gravatar bunnei2020-02-251-0/+1
* core: frontend: emu_window: Add TextureMailbox class.Gravatar bunnei2020-02-251-0/+41
* Add 4:3 aspect ratio and address feedbackGravatar Morph2020-02-142-10/+13
* Address feedbackGravatar Morph2020-02-142-18/+26
* Use enumeration instead of magic numbersGravatar Morph2020-02-132-5/+11
* Add following aspect ratios: 16:9, 21:9, Stretch to WindowGravatar Morph2020-02-131-2/+15
* Merge pull request #3337 from ReinUsesLisp/vulkan-stagedGravatar bunnei2020-02-031-0/+7
|\
| * yuzu: Implement Vulkan frontendGravatar ReinUsesLisp2020-01-291-0/+7
* | Moved analog direction logic to sdl_implGravatar CJBok2020-01-151-0/+10
|/
* general_frontend: Add documentation for parental controls and ecommerce appletsGravatar Zach Hilman2019-06-242-4/+32
* frontend: Add base class and default impl for ECommerce applet frontendGravatar Zach Hilman2019-06-242-0/+102
* web_browser: Rename OpenPage to OpenPageLocalGravatar Zach Hilman2019-06-242-7/+7
* frontend: Add base class and default impl of parent controls applet frontendGravatar Zach Hilman2019-06-242-1/+52
* yuzu/bootmanager: Treat the resolution factor as a u32Gravatar Lioncash2019-06-032-13/+21
* Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-302-7/+6
|\
| * profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-252-7/+6
* | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyGravatar ReinUsesLisp2019-05-261-2/+1
* | core/frontend/emu_window: Make GraphicsContext's destructor virtualGravatar Lioncash2019-05-042-0/+4
|/
* web_browser: Make OpenPage non-constGravatar Zach Hilman2019-04-172-3/+3
* main: Add GMainWindow hooks for Error displayGravatar Zach Hilman2019-04-171-1/+1
* general_frontend: Add frontend scaffold for PhotoViewer appletGravatar Zach Hilman2019-04-172-0/+55
* frontend: Add frontend receiver for Error appletGravatar Zach Hilman2019-04-172-0/+71
* web_browser: Make OpenPage constGravatar Zach Hilman2019-04-172-3/+3
* Merge pull request #2017 from jroweboy/glwidgetGravatar bunnei2019-04-131-9/+30
|\
| * QT Frontend: Migrate to QOpenGLWindowGravatar James Rowe2019-01-211-9/+30
* | general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-3/+3
* | Merge pull request #2170 from lioncash/emu-windowGravatar bunnei2019-02-272-2/+2
|\ \
| * | core/frontend/emu_window: Make ClipToTouchScreen a const member functionGravatar Lioncash2019-02-272-2/+2
* | | common/math_util: Move contents into the Common namespaceGravatar Lioncash2019-02-272-7/+7
* | | common/vector_math: Move Vec[x] types into the Common namespaceGravatar Lioncash2019-02-261-1/+1
|/ /
* / frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.Gravatar bunnei2019-01-232-0/+41
|/
* core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-172-3/+3
* frontend: Add frontend responder for web browserGravatar Zach Hilman2018-12-282-0/+52
* Merge pull request #1886 from FearlessTobi/port-4164Gravatar bunnei2018-12-232-0/+22
|\
| * yuzu, video_core: Screenshot functionalityGravatar zhupengfei2018-12-182-0/+22
* | frontend: Add frontend applet for ProfileSelectGravatar Zach Hilman2018-12-032-0/+46
|/
* Merge pull request #1667 from DarkLordZach/swkbdGravatar bunnei2018-11-202-0/+83
|\
| * applet: Add operation completed callbackGravatar Zach Hilman2018-11-182-3/+7
| * software_keyboard: Make GetText asynchronousGravatar Zach Hilman2018-11-182-5/+9
| * am: Allow applets to push multiple and different channels of dataGravatar Zach Hilman2018-11-182-8/+7
| * am: Implement ILibraryAppletAccessor IsCompleted and GetResultGravatar Zach Hilman2018-11-181-0/+1