summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-1/+1
* general: Fix various spelling errorsMorph2021-01-021-3/+3
* configure_input: Modify controller connection delayMorph2021-01-011-1/+1
* applets/web: Implement the online web browser appletMorph2020-12-182-54/+127
* applets/web: Fix keyboard to emulated controller inputMorph2020-12-182-3/+29
* main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-182-13/+29
* applets/web: Implement the Qt web browser applet frontendMorph2020-12-182-3/+485
* web_browser_scripts: Add injection scripts for the web browserMorph2020-12-181-0/+193
* applets: Remove the previous web browser applet implementationMorph2020-12-182-136/+3
* applets: Resolve variable shadowingMorph2020-12-059-18/+18
* applets/controller: Use a pair of emulated controller index to controller typeMorph2020-11-212-44/+96
* general: Fix compiler warnings on linux and miscellaneous changesMorph2020-11-161-2/+3
* applets/controller: Change the input button to create input profilesMorph2020-11-163-16/+16
* input: Disconnect a controller prior to connecting a new oneMorph2020-11-161-25/+37
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-0/+2
* configure_input: Add per-player vibrationMorph2020-11-163-12/+25
* settings: Remove global vibration strength modifierMorph2020-11-161-2/+0
* configure_input: Hook up the vibration percentage spinboxMorph2020-11-162-1/+5
* settings: Preparation for per-game input settingsMorph2020-11-161-15/+15
* applets/controller: Auto accept a valid single player configurationMorph2020-11-162-14/+23
* ui/themes: Cleanup UIMorph2020-11-161-22/+9
* Merge pull request #4834 from lioncash/copy-fnbunnei2020-10-272-4/+6
|\
| * controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2020-10-272-4/+6
* | Merge pull request #4827 from lioncash/truncRodrigo Locatti2020-10-251-9/+9
|\ \
| * | controller: Convert led_patterns integer literals to bool literalsLioncash2020-10-251-9/+9
* | | Merge pull request #4828 from lioncash/lockguardRodrigo Locatti2020-10-251-1/+1
|\ \ \ | | |/ | |/|
| * | general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
| |/
* | applets/profile_select: Resolve a warning in exec()Morph2020-10-251-1/+1
* | Don't ask for profile when there's only one.Kewlan2020-10-222-0/+10
|/
* applets/controller: Resolve several compiler warningsMorph2020-09-041-6/+6
* Address feedbackMorph2020-09-041-2/+3
* clang-formatMorph2020-09-041-1/+2
* applets/controller: Load configuration prior to setting up connectionsMorph2020-09-042-23/+29
* applets/controller: Make 8 a static constexpr value of NUM_PLAYERSMorph2020-09-042-15/+22
* applets/controller: Implement "Explain Text"Morph2020-09-043-9/+275
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-043-0/+3125
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* General: Resolve warnings related to missing declarationsLioncash2020-04-171-0/+2
* web_browser: Rename OpenPage to OpenPageLocalZach Hilman2019-06-252-4/+4
* constants: Extract backup JPEG used by account servicesZach Hilman2019-06-071-12/+3
* Merge pull request #2527 from lioncash/indexZach Hilman2019-06-054-20/+4
|\
| * yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash2019-05-292-8/+0
| * profile_select: Remove unnecessary GetStatus() member functionLioncash2019-05-292-10/+2
| * profile_select: Return int instead of u32 for GetIndex()Lioncash2019-05-292-3/+3
* | Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-302-9/+9
|\ \ | |/ |/|
| * profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-252-9/+9
* | yuzu/applets/software_keyboard: Remove unused assert headerLioncash2019-05-251-1/+0
* | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash2019-05-251-1/+1
* | yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash2019-05-251-1/+1
* | yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash2019-05-252-10/+18
* | yuzu/applets/error: Specify string conversions explicitlyLioncash2019-05-251-2/+3
* | Merge pull request #2468 from lioncash/deductionHexagon122019-05-191-1/+1
|\ \
| * | yuzu: Remove explicit types from locks where applicableLioncash2019-05-141-1/+1
| |/
* / yuzu/applets/profile_select: Mark header string as translatableLioncash2019-05-191-2/+2
|/
* web_browser: Make OpenPage non-constZach Hilman2019-04-173-7/+7
* qt: Add dialog implementation of Error appletZach Hilman2019-04-172-0/+92
* web_browser: Make OpenPage constZach Hilman2019-04-172-4/+4
* Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-102-1/+2
|\
| * yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-162-1/+2
* | yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash2019-04-031-7/+7
* | yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash2019-04-031-4/+1
* | general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-013-5/+5
|/
* web_browser: Add shortcut to Enter key to exit appletZach Hilman2019-03-051-0/+2
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-172-4/+4
* yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash2019-01-171-2/+2
* yuzu/web_browser: Make slot functions privateLioncash2019-01-171-2/+1
* web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-292-8/+20
* qt: Implement Qt frontend to web browserZach Hilman2018-12-282-0/+154
* applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-031-1/+1
* qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-032-0/+241
* yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functionsLioncash2018-11-202-8/+8
* yuzu/applets/software_keyboard: std::move std::function instances where applicableLioncash2018-11-201-2/+2
* yuzu/applets/software_keyboard: Make slots private functionsLioncash2018-11-201-2/+1
* software_keyboard: Add max and current length display to dialogZach Hilman2018-11-182-1/+11
* applet: Add operation completed callbackZach Hilman2018-11-182-2/+17
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-13/+29
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-182-12/+11
* am: Deglobalize software keyboard appletZach Hilman2018-11-182-33/+55
* qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+1
* qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman2018-11-182-0/+169