Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-30 | Rename "dvdimage" selection tag to "discimage" | Garrett Brown | |
The prior behavior was kept as a fallback. If the fallback is used, a deprecation warning is logged. | |||
2020-01-30 | Fix error playing disk image games | Garrett 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. | |||
2020-01-27 | add setting to switch to visualisation on playback | ronie | |
2020-01-22 | [PVR] EPG: Always store EPG tags in database, do never load all tags from ↵ | Kai Sommerfeld | |
database on startup. Todo: Still keeping all EPG tags fetched from the clients in memory. | |||
2020-01-15 | Fix SiriRemote keymap | ronie | |
2020-01-08 | [tvOS] Initial Platform Commit for Apple TVOS | Sylvain CECCHETTO | |
Initial commit for TVOS platform. | |||
2019-12-24 | Merge pull request #16970 from rmrector/movieset-info-folder | Ryan Rector | |
[videolibrary] Add setting movie set information folder | |||
2019-12-22 | add 'movie set information folder' setting | Ryan Rector | |
A local folder to contain artwork. Used to populate artwork when scanning and manual artwork selection in the GUI. | |||
2019-12-07 | FreeBSD: Unbreak VAAPI by syncing system/settings/{freebsd,linux}.xml | Tobias Kortkamp | |
They really should always be kept the same. | |||
2019-11-23 | Add boxset detection and navigation by individual discs | the-black-eagle | |
2019-10-30 | CRenderSystemGLES: Add no-alpha texture shader | Garrett Brown | |
2019-10-13 | Merge pull request #15268 from bb10/bb10-radical-changemaster-last-commmit-before-python3-merge | Garrett Brown | |
Several Joystick keymap changes related to the B button and back buttons. | |||
2019-10-09 | [ios] add new action to Logging settings for native sharing of the log file | Andrey Filipenkov | |
2019-09-27 | [pvr][dialogs][Estuary][keymaps] Rework Guide window's navigation context ↵ | Kai Sommerfeld | |
menu, introduce (optional) grid controls dialog. | |||
2019-09-26 | Merge pull request #16593 from phunkyfish/group-member-backend-channel | phunkyfish | |
[pvr] support group specific channel numbering and option to start group number locally from 1 | |||
2019-09-26 | [pvr] support numbering all groups from one locally | phunkyfish | |
2019-09-19 | Remove unnecessary CDirectoryNode classes for compilations and years nodes, ↵ | DaveTBlake | |
they are implemented as NODE_TYPE_ALBUM nodes | |||
2019-09-05 | [Android] Implement HDR display enable for ffmpeg decoded streams | peak3d | |
2019-08-04 | Merge pull request #16384 from AlwinEsch/ACTION_ID | Alwin Esch | |
add ACTION_MOUSE_DRAG_END support | |||
2019-07-21 | settings: add "Dark Grey" subtitles color option | Arthur Liberman | |
This can be useful when watching HDR content with subs, and "Grey" is still too bright. | |||
2019-07-19 | add ACTION_MOUSE_DRAG_END support | Alwin Esch | |
This action is required on webbrowser addon to handle mouse drag and drop on website content. | |||
2019-06-20 | Add persian language keyboard | peylight | |
2019-06-03 | Remove amlogic platform | Lukas Rusak | |
Amlogic developers are encouraged to move to the GBM platform | |||
2019-06-01 | [PVR] Reminders: Add settings to control reminder popup auto-close behavior. | Kai Sommerfeld | |
2019-05-23 | Merge pull request #16138 from Darren-Hill/keymap_master | Arne Morten Kvarving | |
Keymap master | |||
2019-05-20 | Merge pull request #16106 from bostrano/subtitles-opacity | Arne Morten Kvarving | |
Subtitles opacity | |||
2019-05-15 | Blade menu and context menu exit | Darren-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-15 | Blade menu access for touchscreens | Darren-Hill | |
Adds two-finger right swipe for access to the blade menu on touchscreens. | |||
2019-05-13 | Merge pull request #16088 from lrusak/drmprime-setting-split | Lukas Rusak | |
settings: allow setting the DRMPRIME renderer without having the DRMPRIME decoder enabled | |||
2019-05-13 | [Subtitles] Added a setting to change the subtitle opacity | Marcel Bostrano | |
2019-05-10 | Merge pull request #15690 from DaVukovic/ger-keyboard | Arne Morten Kvarving | |
Improve german keyboardlayout | |||
2019-05-07 | drop omxplayer | Rechi | |
2019-05-07 | Merge pull request #16050 from DaveTBlake/viz_joystick_key | Dave Blake | |
Fix blank dialog when Joystick X key hit and there is no visualisation | |||
2019-05-06 | settings: allow setting the DRMPRIME renderer without having the DRMPRIME ↵ | Lukas Rusak | |
decoder enabled | |||
2019-05-03 | Fix display of blank dialog when X key hit and there is no visualisation | DaveTBlake | |
2019-04-28 | [PVR] Rework epg db storage setting semantics. Default to 'do not store'. | Kai Sommerfeld | |
2019-04-26 | Merge pull request #15932 from kszaq/gl_shader_if | Lukas Rusak | |
GL: fix HAS_FLOAT_TEXTURE usage | |||
2019-04-24 | Merge pull request #14345 from notspiff/default_queue | Arne Morten Kvarving | |
added: support for queue item as default select action | |||
2019-04-17 | GL: fix HAS_FLOAT_TEXTURE usage | kszaq | |
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-04-16 | Merge pull request #15687 from ronie/keyboard | ronie | |
Improve default keyboardlayout | |||
2019-03-06 | Improve german keyboardlayout | DaVukovic | |
2019-03-06 | Improve default keyboardlayout | ronie | |
2019-03-05 | [windows] VideoPlayer - cosmetics changes into WinVideoFilter | Anton Fedchin | |
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-25 | Update joystick.xml | bb10 | |
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio> | |||
2019-01-16 | Update joystick.xml | bb10 | |
Added <back>ActivateWindow(Home)</back> as a global keypress, it was not assigned any action before. Changed <b> back to the original action of Stop and changed the long press action to Fullscreen. Changed the <back> button to the Fullscreen action. It doesn't toggle, instead it sends you back to the home screen after pressing it a second time because of the global action, which kind of makes sense for the View (on xbox one, previously back) button. | |||
2019-01-16 | Update joystick.xml | bb10 | |
Changed B back to the original action of Stop and changed the long press action to Fullscreen. | |||
2018-12-28 | Merge pull request #15138 from garbear/eventserver-gamepad | Garrett Brown | |
[keymaps] Specify that gamepad.xml is for EventServer "gamepads" |