aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2020-01-31Fix error playing disk image gamesGarrett Brown
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window.
2019-11-22CRenderSystemGLES: Add no-alpha texture shaderGarrett Brown
2019-05-31Merge pull request #15941 from kszaq/leia_gl_shader_ifChristian Hewitt
GL: fix HAS_FLOAT_TEXTURE usage [backport]
2019-05-23Merge pull request #16051 from DaveTBlake/viz_joystick_key_v18Arne Morten Kvarving
Fix blank dialog when Joystick X key hit and there is no visualisation - Backport
2019-05-15Blade menu and context menu exitDarren-Hill
Adds blade menu access through long right-click. Adds right click as a way to exit the context menu without selecting anything.
2019-05-15Blade menu access for touchscreensDarren-Hill
Adds two-finger right swipe for access to the blade menu on touchscreens.
2019-05-03Fix display of blank dialog when X key hit and there is no visualisationDaveTBlake
2019-04-19GL: fix HAS_FLOAT_TEXTURE usagekszaq
In GLES shaders 'if defined(HAS_FLOAT_TEXTURE)' was always true as HAS_FLOAT_TEXTURE was always defined. Fix this by not defining HAS_FLOAT_TEXTURE when target does not support it and amend GL shaders to follow this behaviour.
2019-03-01[GraphicsContext] - add a setting to adjust refreshrate/resolution only on ↵Memphiz
playback start
2019-02-04[PVR][settings] Reintroduce setting "Close channel OSD after switching ↵Kai Sommerfeld
channels", which got accidentally removed for Leia 18.0
2019-01-31[videoplayer] winrenderer: do scaling in output shader instead of yuv2rgb, ↵Anton Fedchin
this fixes the issue with green border with nv12 texture.
2019-01-25Update joystick.xmlbb10
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio>
2019-01-16Update joystick.xmlbb10
Changed B back to the original action of Stop and changed the long press action to Fullscreen.
2018-12-28Merge pull request #15138 from garbear/eventserver-gamepadGarrett Brown
[keymaps] Specify that gamepad.xml is for EventServer "gamepads"
2018-12-28Merge pull request #15038 from EmilVogt/patch-5Martijn Kaijser
[joystick.xml] Add more buttons to bring up OSD in LiveTV/Radio and Menu in EPG
2018-12-26[keymaps] Specify that gamepad.xml is for EventServer "gamepads"Garrett Brown
2018-12-19[joystick.xml] Add <start> in Fullscreen TV/Radio to open InfoEmilVogt
2018-12-12Merge pull request #14971 from DaVukovic/Estuary-hidethumb-coreMartijn Kaijser
[settings] Hide episode thumb if unseen (core wise)
2018-12-11[joystick.xml] Add more buttons to bring up OSD and Menu in EPGEmilVogt
This makes the <x> and <back> buttons open the OSD in FullscreenTV and FullscreenRadio, like they already do in FullscreenVideo. Also the <back> button can now be used in TVGuide/RadioGuide to open the Menu. Without this, there's no way to open it and <back> didn't have any function before, anyway.
2018-12-10[Android] evaluate default subtitle position if GUI res != screen respeak3d
2018-12-08[settings] Hide episode thumb if unseen core wiseUnknown
2018-11-18[addons] Switch from TVDB to TMDB as default TV show scraperMartijn Kaijser
- added TMDB scraper - adjusted addon manifest - adjusted default scraper in settings.xml
2018-11-13Merge pull request #14489 from DaVukovic/showplotsMartijn Kaijser
Separate shown plots for unwatched items
2018-11-10[PVR] Remove 'Use simple Timeshift OSD' setting from settings.xml.Kai Sommerfeld
2018-11-10[Kodi] Separate shown plots for unwatched itemsUnknown
[Kodi] Separate shown plots for unwatched items
2018-11-10[PVR] New PVR playback setting: 'Delay mark last watched'.Kai Sommerfeld
2018-11-02Merge pull request #14725 from VelocityRa/remove-testpatternsMartijn Kaijser
[xbmc][settings][GL][DX]: Remove test patterns
2018-10-29Merge pull request #14704 from lrusak/gles-updatesLukas Rusak
[GLES] VideoPlayer: YUV2RGB rework, Tonemapping, and other cleanup
2018-10-27Settings: Make Whitelist Expert levelfritsch
2018-10-26[xbmc][settings][GL][DX]: Remove test patternsVelocityRa
2018-10-26Revert "[xbmc][settings][GL][DX]: Remove test patterns"VelocityRa
This reverts commit 5aa23f8ce173c70a19fa7c70f9dd84548c2d91c8.
2018-10-26[xbmc][settings][GL][DX]: Remove test patternsVelocityRa
2018-10-25Merge pull request #14716 from Memphiz/osx_fakefullscreenMemphiz
[settings/osx] - hide the fakefullscreen setting.
2018-10-25[settings/osx] - hide the fakefullscreen setting. Non-Fake fullscreen is ↵Memphiz
deprecated since 10.7 and non-working since 10.8. Apple suggests fake fullscreen by using a fullscreen window - and we are doing so.
2018-10-25[GLES] cleanup shadersLukas Rusak
2018-10-25[GLES] VideoPlayer: implement tone mappingLukas Rusak
2018-10-24[GLES] VideoPlayer: rewrite yuv - rgb conversionLukas Rusak
2018-10-16[addons] Remove game addons from addon-manifest as they are no longer ↵Martijn Kaijser
shipped with the installer and are now available from Kodi repo
2018-10-02input: libinput: add setting to allow changing keymap layoutLukas Rusak
This is needed in order for us to allow using a different keyboard layout. The idea in the future is to move libinput to a peripheral add-on but that won't be until V19. So this is needed in the meantime. I can also add more options in the future related to mice and keyboards but I have only heard about keyboard layouts so far.
2018-09-28Merge pull request #14474 from garbear/rp-fix-rewind-ffGarrett Brown
Fix game getting stuck in rewind/fast-forward
2018-09-27Joysticks: Allow rewind/fast-forward with shoulder buttonsGarrett Brown
This makes shoulder buttons have the same effect as triggers. Because shoulder buttons are digital, a ramp-up function is applied.
2018-09-26Import game.controller.snesGarrett Brown
2018-09-25Merge pull request #14453 from nsenica/masterLukas Rusak
RPI: Be sure to register Alsa and Pulseaudio.
2018-09-24RPI: Be sure to register Alsa and Pulseaudio. This was broken in aNuno Senica
previous commit, making them unavailable in kodi. Add default audio device to Pi settings
2018-09-20Game OSD: Show help dialog on first viewGarrett Brown
This adds a help dialog to the game OSD and encapsulates the GUI playback control mechanisms. The volume dialog has been modified to play the game in the background for audible feedback.
2018-09-18KEY_EPG is wrongly mapped to title instead of guideMichaël Arnauts
It seems that `KEY_EPG` (what is labelled GUIDE on MCE remotes) is wrongly handled as `title`. This is probably a copy paste error from the past.
2018-09-15[keymaps] Map key 'numpad period' to action 'channel number separator'.Kai Sommerfeld
2018-09-13Merge pull request #14405 from DaveTBlake/ArtistSortSettingDave Blake
[Music]Setting to use artist sortname when sorting by artist
2018-09-10Merge pull request #14398 from garbear/enable-gamesMartijn Kaijser
Enable games by default
2018-09-09Add useartistsortname to settings UI rather than hidden in advancedsettings.xmlDaveTBlake