aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-05Merge pull request #248 from jimfcarroll/alt-eventjimfcarroll
2011-07-05Merge branch 'patch-1' of github:bluefoxlee/xbmcspiff
2011-07-05An alternative approach to fixing the Event/EventGroup deadlock with less loc...Jim Carroll
2011-07-05[cosmetics] used a std lib rather than a macro. Thanks for the tip elupus.Jim Carroll
2011-07-05added: missing comment for efd6f13vdrfan
2011-07-04[WIN32] fix build after commit 321c5e668f2c213a33ce - missed one constant nam...CrystalP
2011-07-05cosmetic: delete re-added files from .gitignore that are not used anymoreelupus
2011-07-05changed: updated dxva zigzag workaround for ATI based on comments on xbmc.org...elupus
2011-07-04[WIN32] changed mingw: use NUMBER_OF_PROCESSORS jobs for compiling (-jNUMBER_...WiSo
2011-07-04Translation update base on latest English strings.xml. Since I see the last u...bluefoxlee
2011-07-04cosmeticsamet
2011-07-04cosmeticsspiff
2011-07-04jsonrpc: fix value of "file" for VideoLibrary.GetTVShowsmontellese
2011-07-04fixed: on operating systems that read /proc/stat for cpu usage, we need to pe...bobo1on1
2011-07-03Merge pull request #215 from dbrobins/scraper-return-fixMatthias Kortstiege
2011-07-03cosmetic: some more files to .gitignoreelupus
2011-07-03added: workaround for different handling of scaling lists for ATI cardselupus
2011-07-03[ios/atv2] Add Documentation folder containing README.ios to ios/atv2 xcode p...Chris Lance
2011-07-03Remove unused function MathUtils::ceil_int. The x86 assembly was incorrect (a...Chris Lance
2011-07-03fixed: yet another url nfo scraping bug since scraper abstraction merge 5a0d0ecvdrfan
2011-07-03This is a fix for the CEventGroup deadlock.Jim Carroll
2011-07-03changed: updated yadif patch to same as will be applied upstreamelupus
2011-07-03Merge pull request #225 from Montellese/jsonrpc_videoresumeMontellese
2011-07-03Merge pull request #240 from Montellese/jsonrpc_getalbumsMontellese
2011-07-03changed: make upnp renderer access slideshow in a threadsafe wayelupus
2011-07-03changed: don't use interpolated time for videoframe timing for better stabilitybobo1on1
2011-07-03added: option to request either interpolated or non-interpolated time from CD...bobo1on1
2011-07-03added: interpolate time from CVideoReferenceClock::GetTime(), this makes a mu...bobo1on1
2011-07-03Fixed: [Confluence] Close window still showed in context menu even when mouse...Jezz_X
2011-07-02[ios] Add missing clobber for 'd1' register in ARM round_int assembly. Make r...Chris Lance
2011-07-01Merge pull request #241 from amet/python_cleanupZeljko Ametovic
2011-07-02[cleanup] remove xbmc.dashboard() and CApplicationMessenger::RebootToDashBoar...amet
2011-07-02use xbmc.log() instead of xbmc.output()amet
2011-07-02remove duplicate code in xbmcmodule.cpp for xbmc.output() and warn that it wi...amet
2011-07-02[ios] Added assembly for ARMv7 round_int functionChris Lance
2011-07-02[ios] - fixed commentMemphiz
2011-07-02[fix] - fix linux build after last commitMemphiz
2011-07-01Merge pull request #242 from Memphiz/gestureMemphiz
2011-07-01[refactored] - moved IsAppleTV2 to DarwinUtilsMemphiz
2011-07-01[add] - HasCursor method to WinSystemBase - defaulting to trueMemphiz
2011-07-01[ios] - use gesture api of XBMC for ios touch devicesMemphiz
2011-07-01cosmetic: renamed variables introduced by the c/p monstervdrfan
2011-07-01fixed: VIDEOPLAYER.EPISODE returning wrong valuevdrfan
2011-07-01[ios] revert threading priority changesdavilla
2011-07-01jsonrpc: fix limitation handling for AudioLibrary.GetAlbums (fixes #11543)montellese
2011-07-01jsonrpc: fix "id" value in Player.OnPlay notification (fixes #11698)montellese
2011-07-01added: basque translation (thanks 9ande3r - closes #11696)vdrfan
2011-07-01fix compile warningsJonathan Marshall
2011-07-01reset the rendering resolution after rendering subs so that any window-based ...Jonathan Marshall
2011-06-30Fixed a problem with the CEventGroup.Jim Carroll