aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2017-10-16Fix image panning using a joystickMichał Kępień
2017-10-05VideoPlayer: OpenGL, rework and fix shadersRainer Hochecker
2017-10-05VP: fix VTB (OSX) after OpenGL migrationRainer Hochecker
2017-10-05OpenGL: migrate to 3.2 - nextRainer Hochecker
2017-10-05OpenGL: migrate to 3.2, WIPRainer Hochecker
2017-10-05OpenGL: move shaders to version dpendent subfolderRainer Hochecker
2017-10-05VideoPlayer: OpenGL - drop fixed function pipelineRainer Hochecker
2017-10-05OpenGL: migrate GUITexture and Fonts to shadersRainer Hochecker
2017-10-04Merge pull request #12852 from garbear/video-filterGarrett Brown
Game OSD: Video filter dialog updates
2017-10-04Game OSD: Close OSD when "m" is pressedGarrett Brown
2017-10-04Merge pull request #12867 from VelocityRa/retroplayer-nnGarrett Brown
RetroPlayer: Nearest neighbor scaling support for Windows
2017-10-02[addons] remove htbackdrops from addon-manifestMartijn Kaijser
2017-10-01RetroPlayer: Nearest neighbor scaling support for WindowsVelocityRa
2017-09-30Updated hungarian.xml frequently used buttons add to keyboard layoutWtGO
2017-09-30FIX: [voicerecog] add alternative keysChris "Koying" Browet
2017-09-20Open EPG instead of channel window (#12812)rbuehlma
2017-09-19[cleanup][osx] remove Is(Lion|SnowLeopard) check functionsRechi
minimum required OS X version is already higher (10.8 - Mountain Lion)
2017-09-18[cleanup] exchange HAS_GLX for HAVE_X11Lukas Rusak
2017-09-14[PVR] Cleanup: Remove obsolete and unused setting pvrplayback.scantime.Kai Sommerfeld
2017-09-14YUV2RGBShader: split into GL and GLES filesLukas Rusak
2017-09-12Merge pull request #12474 from lrusak/gles-hq-scalersLukas Rusak
LinuxRendererGLES: implement hq scalers
2017-09-09Settings: Make 352.8 khz and 384 khz available for SPDIFfritsch
2017-09-07LinuxRendererGLES: implement hq scalersLukas Rusak
2017-08-29[PVR][settings] Make epg.lingertime an official setting, remove the ↵Kai Sommerfeld
respective advanced setting.
2017-08-17Merge pull request #12664 from pkerling/wayland-for-masterRainer Hochecker
Wayland windowing system
2017-08-17Add icelandic keyboard layout (#12683)Sveinn í Felli
This file creates Icelandic keyboard layout for Kodi.
2017-08-16Allow monitor selection on WaylandPhilipp Kerling
2017-08-11Merge pull request #12650 from Rechi/cecHibernateRechi
[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 standbyPortisch
2017-08-03Merge pull request #12110 from chewitt/smbclient_leiaMartijn Kaijser
smbclient: cleanup smbclient configuration
2017-07-26joystick.xml: Fix errors due to unimplemented save actionsGarrett 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 startupxhaggi
2017-07-24[settings] move RSS feed settings to skin categoryxhaggi
2017-07-22smbclient: cleanup smbclient configurationchewitt
2017-07-17Merge pull request #12475 from afedchin/feature/wip-rework-video-renderingAnton Fedchin
[VideoPlayer] WinRenderer: re-work video rendering
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[VideoPlayer] WinRenderer: load 3dlut asynchronousAnton 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-07Fix broken virtual keyboard when using a controllerGarrett Brown
By setting "a" to the Shift action, the correct Select actions were being blocked, making the virtual keyboard unusable.
2017-07-04Merge pull request #12366 from garbear/keymap-handlingGarrett Brown
Improved joystick handling for Game OSD
2017-07-04Joysticks: Update joystick.xmlGarrett Brown
2017-06-30Joysticks: Remove holdtime parameterGarrett Brown
2017-06-29CHG: Allow to (really) disable upnp altogetherChris Koying Browet
2017-06-27Use new COSScreenSaverManager in ApplicationPhilipp 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.