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
2010-05-22
cleanup: unify variable names in InitDirectories
jmarshallnz
2010-05-22
changed: Moved special://home/ to special://xbmc/portable_data/ when running ...
jmarshallnz
2010-05-22
Changed: Can't log here, logger isn't initialized yet.
althekiller
2010-05-21
changed: messages initialization moved before rendersystem
CrystalPT
2010-05-18
[arm] add temp printf to track GUI fps during GUI rendering speedup dev, remo...
davilla
2010-05-18
[arm] merge arm-camelot into trunk, thanks to mcgeagh for all his hard workin...
davilla
2010-05-17
[WIN32] added: set real OS env var also to win32.
wiso
2010-05-14
Merge branch 'fhs'
ceros7
2010-05-12
changed: rename scriptsdebuginfo textviewer. we can use this for more fun!
spiff_
2010-05-11
changed: audio output mode from "Digital" to "Optical/Coax"
gnif2
2010-05-06
added: Deinit to the addons manager to ensure we unload cpluff prior to the d...
jmarshallnz
2010-05-06
changed: delay CAddonMgr init till after settings are loaded
alcoheca
2010-05-06
fixed: only check cpluff for certain types right now
alcoheca
2010-05-06
changed: bail out immeditaly if CAddonMgr::Init returns false
alcoheca
2010-05-05
changed: screensavers are now supported via cpluff schema
alcoheca
2010-05-04
changed: screensavers use default addon spinner now
alcoheca
2010-05-03
Added a way to send OnWake and OnSuspend events from powersyscalls
topfs2
2010-04-30
Ticket #9126: Force global destruction order + construction order to avoid cr...
elupus
2010-04-28
cosmetic
alcoheca
2010-04-27
[WIN32] reverted r29487 as it might confuse users.
wiso
2010-04-27
changed: shutdown XBMC when no skins are found
alcoheca
2010-04-27
changed: finished moving skins to addon framework
alcoheca
2010-04-27
changed: replace global CSkinInfo with global SkinPtr
alcoheca
2010-04-27
changed: Move profile thumbs to the texture cache
jmarshallnz
2010-04-26
changed: moved CSkinInfo to namespace ADDON
alcoheca
2010-04-26
renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h
alcoheca
2010-04-24
[WIN32] changed: existing userdata/database directories overrides command lin...
wiso
2010-04-24
added: addon info dialog. my skinning is a joke as usual
spiff_
2010-04-19
[WIN32] changed: just cleanup our own yard
wiso
2010-04-16
merged: r29324 and r29325 from pvr-testing2
vdrfan
2010-04-14
fixed: Custom windows id's were set incorrectly, meaning skin settings screen...
jmarshallnz
2010-04-13
changed: move addonbrowser to a mediawindow derivate
spiff_
2010-04-07
fixed: Ensure <visible> is read in custom windows to allow custom modeless di...
jmarshallnz
2010-04-07
cleanup: interface for allocating custom skin windows and removed a potential...
jmarshallnz
2010-04-07
added: <debugging>true</debugging> flag to skin.xml allowing skin debugging i...
jmarshallnz
2010-03-27
[WIN32] fixed: my mistake (thanks jmarshall)
wiso
2010-03-27
[WIN32] changed: probably not a problem but better this way
wiso
2010-03-27
[WIN32] initiates use of the Winsock DLL on startup and move deinitialization...
wiso
2010-03-26
more spurious SDL_CondWaitTimeout fixes
davilla
2010-03-26
added: Initial TextureDatabase to handle caching of textures
jmarshallnz
2010-03-23
changed: no need to pass the addon::scraper ptr and/or scansettings all the time
vdrfan
2010-03-21
fixed: removed some pointless tests for m_pXbmcHttp
xbmcapi
2010-03-18
fixed: control id's are signed
jmarshallnz
2010-03-18
cleanup: Get rid of CApplication::DelayLoadSkin/CancelDelayLoadSkin
jmarshallnz
2010-03-10
changed: Introduce a virtual window id for the start window to ensure we aren...
jmarshallnz
2010-03-10
refactor: Moved common startup window code to CSkinInfo
jmarshallnz
2010-03-10
cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the t...
jmarshallnz
2010-03-10
cleanup: the resolution output parameter in GetSkinPath() should be optional.
jmarshallnz
2010-03-09
changed: CSkinInfo::Check() is static, so use it that way.
jmarshallnz
2010-03-09
cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of th...
jmarshallnz
[prev]
[next]