25
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merged: xbmc mainline 9e16ec68 - CGUIBaseContainer: fix letter jumping More... over 9 years ago
merged: xbmc mainline 50470690 - fixed: scroll speed in lists would skip an item and go too slowly More... over 9 years ago
fixed: uninitialised variable More... over 9 years ago
merged: xbmc mainline 0f0221a6 - [gui] - on repeated keypress actions where the action has to be dropped for maintaining the scroll speed - return false for "not handled" - in CApplication::ProcessJoystickEvent and CApplication::OnKey if the action has a holdtime (e.x. is hold pressed) and the action was not handled (returned false) don't play the actionsound More... over 9 years ago
merged: xbmc mainline ccca941c - [add] - make ProcessJoystickEvent and CAction aware of an optional parameter holdTime More... over 9 years ago
fixed: std::max -> max More... over 9 years ago
nerged: xbmc mainline dd6822c5 - [gui] - fix repeated CKey presses - we also need to throttle if we are called really often More... over 9 years ago
fixed: c&p fail back in r31436 More... over 9 years ago
removed: unused/defunct apple movie trailer skin xml More... over 9 years ago
merged: xbmc mainline 21dc3a25 - Changed: [Confluence] show the fanart view for movie sets More... over 9 years ago
merged: xbmc mainline 8f637570 - Changed: [Confluence] set the default fan art background image aspect ratio from stretch to scale so it maintains the correct aspect if your using anything but 16x9 aspect, 16x9 users wont notice any difference fixes #13171 More... over 9 years ago
merged: xbmc mainline 16317978 - More... over 9 years ago
changed: default locale.country to UK (24h) (default language was English not English US, and most of the world uses Celsius, so it makes sense - plus I'm biased ;-) ) More... over 9 years ago
fixed: check ethernet link before testing for internet connectivity from system information - fixes #316 More... over 9 years ago
fixed: set default logLevel to LOG_LEVEL_NORMAL at startup unless debugging. More... over 9 years ago
changed: include adpcm codecs in smaller ffmpeg set More... over 9 years ago
merged: xbmc mainline 198cf20c - Fixed: do not send Range request header when encounter error. More... over 9 years ago
updated: libcurl.dll More... over 9 years ago
changed: libcurl win32 config (disable GETSERVBYNAME/GETPROTOBYNAME) More... over 9 years ago
changed: simplify config-win32.h for libcurl More... over 9 years ago
merged: xbmc mainline 557e70b8d - changed: For Curl stat we should overrule the default timeout else we'll fail on slow servers/links More... over 9 years ago
merged: xbmc mainline a5e6fa76 - changed: Improve Curl (error) logging to make it easier to detect issues More... over 9 years ago
merged: xbmc mainline 63a6dadd - fixed: Some (live) streams no longer played since the Curl seek fix (fixes #14224) More... over 9 years ago
merged: xbmc mainline 5a5ef46c (partial) - changed: explicitly cast to int to quell compiler warning More... over 9 years ago
merged: xbmc mainline 8435c52b5 - fixed: Some http servers provide different content when the range request header is not set causing seeking to fail. To fix this use CURL_OPT_RANGE method instead of CURLOPT_RESUME_FROM_LARGE More... over 9 years ago
merged: xbmc mainline 452452b5 - More... over 9 years ago
merged: xbmc mainline 773b753f - Fix memory leak, Exists/Stat allocated resource not released correctly. More... over 9 years ago
merged: xbmc mainline 9eb502d1 - Fix double append to m_curlAliasList bug by NULL check. More... over 9 years ago
merged: xbmc mainline 2afa9c4f - Use GetProtocol() like other code does. More... over 9 years ago
merged: xbmc mainline fd4193ef - Fix CurlFile::Exists/Stat for check ftp directory with proper cwd method. More... over 9 years ago