index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-07-04
[osx/ios/atv2] - synced xcode projects
Memphiz
2011-07-04
[change] - use pan gesture recognizer for getting the velocity of a pan
Memphiz
2011-07-04
[add] - added flag to XBMCEAGLView.mm indicating if we are up and running (ne...
Memphiz
2011-07-04
[add] - inertial scrolling with deacceleration in seperate class
Memphiz
2011-07-04
[fix] - start scrolltimer when panning - for getting the letter index shown w...
Memphiz
2011-07-04
[add] - action id for aborting inertial scrolling
Memphiz
2011-07-03
Merge pull request #225 from Montellese/jsonrpc_videoresume
Montellese
2011-07-03
Merge pull request #240 from Montellese/jsonrpc_getalbums
Montellese
2011-07-03
changed: make upnp renderer access slideshow in a threadsafe way
elupus
2011-07-03
changed: don't use interpolated time for videoframe timing for better stability
bobo1on1
2011-07-03
added: option to request either interpolated or non-interpolated time from CD...
bobo1on1
2011-07-03
added: interpolate time from CVideoReferenceClock::GetTime(), this makes a mu...
bobo1on1
2011-07-03
Fixed: [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-01
Merge pull request #241 from amet/python_cleanup
Zeljko Ametovic
2011-07-02
[cleanup] remove xbmc.dashboard() and CApplicationMessenger::RebootToDashBoar...
amet
2011-07-02
use xbmc.log() instead of xbmc.output()
amet
2011-07-02
remove duplicate code in xbmcmodule.cpp for xbmc.output() and warn that it wi...
amet
2011-07-02
[ios] Added assembly for ARMv7 round_int function
Chris Lance
2011-07-02
[ios] - fixed comment
Memphiz
2011-07-02
[fix] - fix linux build after last commit
Memphiz
2011-07-01
Merge pull request #242 from Memphiz/gesture
Memphiz
2011-07-01
[refactored] - moved IsAppleTV2 to DarwinUtils
Memphiz
2011-07-01
[add] - HasCursor method to WinSystemBase - defaulting to true
Memphiz
2011-07-01
[ios] - use gesture api of XBMC for ios touch devices
Memphiz
2011-07-01
cosmetic: renamed variables introduced by the c/p monster
vdrfan
2011-07-01
fixed: VIDEOPLAYER.EPISODE returning wrong value
vdrfan
2011-07-01
[ios] revert threading priority changes
davilla
2011-07-01
jsonrpc: fix limitation handling for AudioLibrary.GetAlbums (fixes #11543)
montellese
2011-07-01
jsonrpc: fix "id" value in Player.OnPlay notification (fixes #11698)
montellese
2011-07-01
added: basque translation (thanks 9ande3r - closes #11696)
vdrfan
2011-07-01
fix compile warnings
Jonathan Marshall
2011-07-01
reset the rendering resolution after rendering subs so that any window-based ...
Jonathan Marshall
2011-06-30
Fixed a problem with the CEventGroup.
Jim Carroll
2011-06-30
jsonrpc: add GUI.OnScreensaver(Activated|Deactivated) notifications (closes #...
montellese
2011-06-30
jsonrpc: add (Video|Audio)Playlist.Swap (fixes #11046)
montellese
2011-06-30
fixed: nyxboard keymappings to work with final version 1 of the device
Martin Ellis
2011-06-30
fix: clean database will fail on Mysql
amet
2011-06-30
make sure we switch the YUV2RGB matrix to not be the identity. Fixes #11693.
Jonathan Marshall
2011-06-30
textboxes didn't update correctly in some cases
Jonathan Marshall
2011-06-30
changing alpha means we need to mark picture dirty
Jonathan Marshall
2011-06-30
mark slideshow window initially dirty
Jonathan Marshall
2011-06-30
fixed: platforms previously building without sdl and with HAS_XBMC_MUTEX were...
theuni
2011-06-30
no need to SetTransform/RenderResolution in dim screensaver now that we corre...
Jonathan Marshall
2011-06-30
ensure we run DoRender at the window level - else animations aren't correctly...
Jonathan Marshall
2011-06-30
ensure we set the window manager as init'd before we load windows not otherwi...
Jonathan Marshall
2011-06-30
no need for dim screensaver and debug info windows to not set load on demand ...
Jonathan Marshall
2011-06-30
process fadelabel control so that it's not marked dirty when not scrolling
Jonathan Marshall
2011-06-30
compute correct render rect for the label control - fixes #11651 (labels with...
Jonathan Marshall
2011-06-30
ensure we invalidate the grouplist and mark dirty if scrolling. fixes #11688
Jonathan Marshall
[next]