Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-16 | Fix image panning using a joystick | Michał Kępień | |
2017-10-05 | VideoPlayer: OpenGL, rework and fix shaders | Rainer Hochecker | |
2017-10-05 | VP: fix VTB (OSX) after OpenGL migration | Rainer Hochecker | |
2017-10-05 | OpenGL: migrate to 3.2 - next | Rainer Hochecker | |
2017-10-05 | OpenGL: migrate to 3.2, WIP | Rainer Hochecker | |
2017-10-05 | OpenGL: move shaders to version dpendent subfolder | Rainer Hochecker | |
2017-10-05 | VideoPlayer: OpenGL - drop fixed function pipeline | Rainer Hochecker | |
2017-10-05 | OpenGL: migrate GUITexture and Fonts to shaders | Rainer Hochecker | |
2017-10-04 | Merge pull request #12852 from garbear/video-filter | Garrett Brown | |
Game OSD: Video filter dialog updates | |||
2017-10-04 | Game OSD: Close OSD when "m" is pressed | Garrett Brown | |
2017-10-04 | Merge pull request #12867 from VelocityRa/retroplayer-nn | Garrett Brown | |
RetroPlayer: Nearest neighbor scaling support for Windows | |||
2017-10-02 | [addons] remove htbackdrops from addon-manifest | Martijn Kaijser | |
2017-10-01 | RetroPlayer: Nearest neighbor scaling support for Windows | VelocityRa | |
2017-09-30 | Updated hungarian.xml frequently used buttons add to keyboard layout | WtGO | |
2017-09-30 | FIX: [voicerecog] add alternative keys | Chris "Koying" Browet | |
2017-09-20 | Open EPG instead of channel window (#12812) | rbuehlma | |
2017-09-19 | [cleanup][osx] remove Is(Lion|SnowLeopard) check functions | Rechi | |
minimum required OS X version is already higher (10.8 - Mountain Lion) | |||
2017-09-18 | [cleanup] exchange HAS_GLX for HAVE_X11 | Lukas Rusak | |
2017-09-14 | [PVR] Cleanup: Remove obsolete and unused setting pvrplayback.scantime. | Kai Sommerfeld | |
2017-09-14 | YUV2RGBShader: split into GL and GLES files | Lukas Rusak | |
2017-09-12 | Merge pull request #12474 from lrusak/gles-hq-scalers | Lukas Rusak | |
LinuxRendererGLES: implement hq scalers | |||
2017-09-09 | Settings: Make 352.8 khz and 384 khz available for SPDIF | fritsch | |
2017-09-07 | LinuxRendererGLES: implement hq scalers | Lukas Rusak | |
2017-08-29 | [PVR][settings] Make epg.lingertime an official setting, remove the ↵ | Kai Sommerfeld | |
respective advanced setting. | |||
2017-08-17 | Merge pull request #12664 from pkerling/wayland-for-master | Rainer Hochecker | |
Wayland windowing system | |||
2017-08-17 | Add icelandic keyboard layout (#12683) | Sveinn í Felli | |
This file creates Icelandic keyboard layout for Kodi. | |||
2017-08-16 | Allow monitor selection on Wayland | Philipp Kerling | |
2017-08-11 | Merge pull request #12650 from Rechi/cecHibernate | Rechi | |
[CEC] add hibernate on TV standby | |||
2017-08-11 | [PVR][settings] Remove unused setting pvrmenu.closechannelosdonswitch. This ↵ | Kai Sommerfeld | |
was never implemented and it makes no sense to implement 'keep info display open forever on channel switch'. This would just be annoying. | |||
2017-08-09 | [CEC] add hibernate on TV standby | Portisch | |
2017-08-03 | Merge pull request #12110 from chewitt/smbclient_leia | Martijn Kaijser | |
smbclient: cleanup smbclient configuration | |||
2017-07-26 | joystick.xml: Fix errors due to unimplemented save actions | Garrett Brown | |
2017-07-24 | [settings] introduce new setting 'Startup action' and add 'Play TV/Radio' | xhaggi | |
2017-07-24 | [settings] rename category interface > other to startup | xhaggi | |
2017-07-24 | [settings] move RSS feed settings to skin category | xhaggi | |
2017-07-22 | smbclient: cleanup smbclient configuration | chewitt | |
2017-07-17 | Merge pull request #12475 from afedchin/feature/wip-rework-video-rendering | Anton Fedchin | |
[VideoPlayer] WinRenderer: re-work video rendering | |||
2017-07-17 | Update cmake and buildsetup to new python location | PÃr BjÃrklund | |
x64 was packaged with 32-bit *.pyd files | |||
2017-07-17 | [VideoPlayer] WinRenderer: load 3dlut asynchronous | Anton Fedchin | |
2017-07-17 | [settings] enable dithering settings for windows. | Anton Fedchin | |
2017-07-17 | [VideoPlayer] WinRenderer: added dithering. | Anton Fedchin | |
2017-07-17 | [Settings] Enable 3dlut settings for windows. | Anton Fedchin | |
2017-07-17 | [guilib] GUIShaderDX: drop unused shaders. | Anton Fedchin | |
2017-07-17 | [shaders] fx: re-factor shaders. | Anton Fedchin | |
2017-07-07 | Fix broken virtual keyboard when using a controller | Garrett Brown | |
By setting "a" to the Shift action, the correct Select actions were being blocked, making the virtual keyboard unusable. | |||
2017-07-04 | Merge pull request #12366 from garbear/keymap-handling | Garrett Brown | |
Improved joystick handling for Game OSD | |||
2017-07-04 | Joysticks: Update joystick.xml | Garrett Brown | |
2017-06-30 | Joysticks: Remove holdtime parameter | Garrett Brown | |
2017-06-29 | CHG: Allow to (really) disable upnp altogether | Chris Koying Browet | |
2017-06-27 | Use new COSScreenSaverManager in Application | Philipp Kerling | |
This changes the rules and functionality of the OS screen saver inhibition to be more in line in with how modern desktop environments work. Constant resetting of the screen saver is not necessary usually. If it is, the platform-specific backend will have to implement it. On desktop machines (that have an OS screen saver), the default should be to use that. If the user then chooses to activate the Kodi screen saver, this should completely override the OS screen saver as far as permitted by the desktop environment. During video playback etc., the OS screen saver must always be inhibited regardless of whether the Kodi screen saver is enabled. In embedded environments (that do not have an OS screen saver), the default should be to use the Kodi screen saver. |