aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
AgeCommit message (Expand)Author
2019-01-29service/am/applet_ae: Update function tablesLioncash
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-21Merge pull request #1914 from lioncash/idbunnei
2018-12-17service/am: Unstub GetAppletResourceUserIdLioncash
2018-12-09applets: Correct usage of SignalStateChanged eventZach Hilman
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman
2018-12-03am: Use ProfileSelect appletZach Hilman
2018-12-03applets: Implement ProfileSelect appletZach Hilman
2018-12-03software_keyboard: Signal state changed event upon constructionZach Hilman
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman
2018-11-21applets: Add StubAppletZach Hilman
2018-11-21Merge pull request #1742 from lioncash/hle-swkbdbunnei
2018-11-20am: Correct build failureLioncash
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-20am/applets: Replace includes with forward declarations where applicableLioncash
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman
2018-11-18software_keyboard: Check for UTF-8 config flagZach Hilman
2018-11-18software_keyboard: Push all data over all channels on dialog completionZach Hilman
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman
2018-11-18applet: Add operation completed callbackZach Hilman
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach 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-18am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman
2018-11-18am/applets: Add connector between frontend and AM applet classesZach Hilman
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman