aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-02Controller dialog: Hide features not supported by game add-onGarrett Brown
2018-10-02Game add-ons: Encapsulate controller tree in topology classGarrett Brown
2018-10-02Merge pull request #14468 from MartijnKaijser/v18.0beta4Martijn Kaijser
bump to v18.0 beta 4
2018-10-02Game add-ons: Encapsulate DLL access in input classGarrett Brown
2018-10-02Game add-ons: Factor out controller selectionGarrett Brown
Previously, the first compatible controller for a given port was opened. Now, we mark the first compatible controller as active, then open the active port.
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-10-02Merge pull request #14432 from lrusak/drmprimegles-1img-colorspaceLukas Rusak
CDRMPRIMEEGL: specify EGL colorspace and colorrange
2018-10-02Merge pull request #14502 from garbear/fix-ignore-input18.0b3-LeiaGarrett Brown
Controller dialog: Fix keyboard and mouse ignored in sub-dialogs
2018-10-02Merge pull request #14498 from garbear/help-controllersGarrett Brown
Game OSD: Extend help dialog to explain lack of remote support
2018-10-02Merge pull request #14478 from garbear/fix-vp-stuckGarrett Brown
Fix getting stuck using VideoPlayer and breaking game launching
2018-10-02Merge pull request #14496 from garbear/stretch-modeGarrett Brown
Game OSD: Finish renaming "View mode" to "Stretch mode"
2018-10-02Merge pull request #14494 from garbear/controller-dialogGarrett Brown
Controller dialog: Make it more awesome
2018-10-02Merge pull request #14505 from ace20022/lang_stackAndreas Zelend
[fix] Fix a stack overflow in LangCodeExpander
2018-10-01Fix stuck progress dialog opening "My Movies" without networkGarrett Brown
When the Movies window is opened, Kodi waits for network for remote paths. The window is opened to sources://video/, which Kodi detects as a remote path, causing a stuck progress dialog when no network is available.
2018-10-01Merge pull request #14506 from fritsch/fixsubPeter Frühberger
VideoPlayer: fix subtitle on/off setting
2018-10-01VideoPlayer: fix subtitle on/off settingRainer Hochecker
2018-10-01Merge pull request #14380 from fritsch/androidfloatMartijn Kaijser
AESinkAudioTrack: Support multi channel float
2018-10-01[fix] LangCodeExpander: If there's no iso639-1 code and the iso639-2 code is ↵ace20022
identical to the language name the stack overflows.
2018-10-01Merge pull request #14503 from ksooo/guiinfo-fix-visualisation-lockedArne Morten Kvarving
[guiinfo] Fix Visualisation.Locked.
2018-10-01[guiinfo] Fix Visualisation.Locked.Kai Sommerfeld
2018-10-01Controller dialog: Fix ignoring input in sub-dialogsGarrett Brown
2018-10-01[Cosmetic] Fix whitepace in commentGarrett Brown
2018-10-01Fix stuck progress dialog opening "My add-ons" without networkGarrett Brown
When a media window (of which the add-on manager extends) is opened, Kodi waits for network for remote paths. The add-on manager is opened to addons://user/, which Kodi detects as a remote path, causing a stuck progress dialog when no network is available.
2018-09-30Add fourcc, colorspace and colorrange to inputstream APIpeak3d
2018-09-30Game OSD: Extend help dialog to explain lack of remote supportGarrett Brown
2018-09-30Merge pull request #14495 from garbear/controller-logosMartijn Kaijser
Update default and SNES controller images
2018-09-30Game OSD: Finish renaming "View mode" to "Stretch mode"Garrett Brown
This completes the rename started in PR 14102, which aimed to simplify and clarify the setting.
2018-09-30Update default and SNES controller imagesGarrett Brown
2018-09-30Controller dialog: Fix list not refreshing for new controllersGarrett Brown
2018-09-30Controller dialog: Don't hide controllers with no featuresGarrett Brown
2018-09-30Controller dialog: Add "Get all" buttonGarrett Brown
2018-09-30Merge pull request #14294 from AreaScout/masterMartijn Kaijser
gbm/windowing: fix compile when using older EGL headers + assert mess…
2018-09-30gbm/windowing: fix compile when using older EGL headers + assert message on ↵AreaScout
size difference
2018-09-30Controller dialog: Add controller descriptionGarrett Brown
2018-09-29Merge pull request #14492 from VelocityRa/brace-init-docMartijn Kaijser
[docs] Add initializer list whitespace convention in Code Guidelines
2018-09-29Merge pull request #14493 from ronie/py-bumpMartijn Kaijser
[python] bump for leia
2018-09-29Use one of the original item url to get url optionsUnknown
2018-09-29[python] bump for leiaronie
2018-09-29[docs] Add initializer list whitespace convention in Code GuidelinesNick Renieris
2018-09-28[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2018-09-28Merge pull request #14491 from ronie/skin-visArne Morten Kvarving
[skins] visualisation control needs an id
2018-09-28Merge pull request #14490 from Rechi/fix/add-snesRechi
[cmake] install game.controller.snes
2018-09-28[cmake] install game.controller.snesRechi
2018-09-28[skins] visualisation control needs an idronie
2018-09-28Merge pull request #14474 from garbear/rp-fix-rewind-ffGarrett Brown
Fix game getting stuck in rewind/fast-forward
2018-09-28Merge pull request #14481 from garbear/add-snesMartijn Kaijser
Add missing SNES controller profile
2018-09-28Merge pull request #14486 from ksooo/guiinfo-fix-videoplayer-titleKai Sommerfeld
[guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title
2018-09-27[guiinfo] Fix VideoPlayer.Title and MusicPlayer.TitleKai Sommerfeld
2018-09-27Merge pull request #14484 from peak3d/syncMarkus Pfau
[Android] Use VSYNC time from Choreographer
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.