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
path:
root
/
xbmc
/
Application.cpp
Age
Commit message (
Expand
)
Author
2013-04-27
changed: Improve comment
arnova
2013-04-10
[WIN32] removed m_AppActive and use SetRenderGui instead.
wsoltys
2013-04-08
Pass action by const reference in CApplication::ExecuteInputAction()
Garrett Brown
2013-04-08
settings: move audio settings to CApplication
montellese
2013-04-08
settings: move system uptime setting to CSysInfo
montellese
2013-04-07
settings: move more settings to CMediaSettings
montellese
2013-04-07
settings: move some more settings to CAdvancedSettings
montellese
2013-04-07
Merge pull request #2487 from ulion/touch_focus_unfocus_fix
jmarshallnz
2013-04-06
made the bookmark actions available in keymaps
Fice
2013-04-06
send a MOUSE_MOVE message with no offsetX or offsetY when focusing controls f...
Jonathan Marshall
2013-04-06
move the focus on tap to CApplication::OnEvent() rather than being in the tou...
Jonathan Marshall
2013-04-05
allow fullscreen actions such as next subtitle, audio stream, audio/subs dela...
Jonathan Marshall
2013-04-04
Merge pull request #2533 from petriposio/master
jmarshallnz
2013-04-04
Merge pull request #2531 from Montellese/settings_cleanup_4
Sascha Montellese
2013-04-04
settings: move profile settings to CProfilesManager
montellese
2013-04-04
move profile related files into new "profiles" directory
montellese
2013-04-04
settings: move SetLanguage from CGUISettings to CApplication
montellese
2013-04-04
settings: move current resolution settings to CDisplaySettings
montellese
2013-04-05
[fix] deactivate mouse if mouse event is mapped to a non-mouse action
pete
2013-04-04
fixed memory leak on minimized due to missing deletion of unused textures (fi...
wsoltys
2013-04-04
[Fix] Generic touch now can unfocus gui control correctly.
ulion
2013-04-02
Merge pull request #2485 from koying/fixtouchactions
Chris Browet
2013-04-01
settings: move resolution/calibration settings to CDisplaySettings
montellese
2013-04-01
settings: don't forget to unregister subsettings and settings handler impleme...
montellese
2013-04-01
settings: move watched and video settings into CMediaSettings
montellese
2013-04-01
settings: move view state settings into CViewStateSettings
montellese
2013-04-01
settings: move source settings into CMediaSourceSettings
montellese
2013-04-01
settings: move skin settings into CSkinSettings
montellese
2013-04-01
CApplication: implement ISettingsHandler
montellese
2013-04-01
CAdvancedSettings: implement ISettingsHandler
montellese
2013-04-01
CUPnPSettings: implement ISettingsHandler
montellese
2013-04-01
CRssManager: implement ISettingsHandler
montellese
2013-04-01
CPlayerCoreFactory: implement ISettingsHandler
montellese
2013-04-01
gui: move clean of dirty regions to afterrender and call that from app
Joakim Plate
2013-03-26
FIX: Send Touch actions to the proper window
Chris "koying" Browet
2013-03-16
changed: split off IPlayer callback to a separate file
spiff
2013-03-10
Fix typo in RPC service name in CApplication::StartJSONRPCServer()
Vegar Storvann
2013-03-09
Merge pull request #2325 from da-anda/instant-livetv
Lars Op den Kamp
2013-03-08
[PVR] add possibility to start liveTV or PVR radio playback via cAction and k...
Franz Koch
2013-03-08
add background mode/flag in the main Application and used in ios
ulion
2013-03-07
Merge pull request #2135 from Montellese/touch_input
Sascha Montellese
2013-03-07
Merge pull request #2252 from popcornmix/toggle_digital_analogue
huceke
2013-03-06
changed: remove scrobbler and last.fm radio support
spiff
2013-03-05
input: implement touch input through mappable actions
montellese
2013-03-04
Merge pull request #2258 from Montellese/settings_cleanup
Sascha Montellese
2013-03-04
Merge pull request #2169 from arnova/pause_jobs_for_video_play
arnova
2013-03-04
changed: Run SaveFileState job with priority normal to make sure it doesn't g...
arnova
2013-03-04
changed: Implement pause/unpause for the job queue of a certain priority and ...
arnova
2013-03-04
fixed: Instead of checking whether the item is video, check whether we're pla...
arnova
2013-03-04
fixed: Move storing of streamdetails from CApp::PlayFile() to the SaveFileSta...
arnova
[next]