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-07-29
changed: don't read autoexec.py from scripts folder. it is now only read from...
spiff_
2010-07-29
fixed: Ticket #9771 - No custom windows loading when using a windows username...
jmarshallnz
2010-07-25
merged: r32141-r32144 from Dharma (apologies spiff!)
jmarshallnz
2010-07-24
changed: Move OSD toggling action handling into GUIWindowFullScreen
jmarshallnz
2010-07-23
See http://trac.xbmc.org/ticket/9665#comment:8
renniej
2010-07-21
See http://trac.xbmc.org/ticket/9665#comment:7
renniej
2010-07-20
http://trac.xbmc.org/ticket/9665
renniej
2010-07-18
WM_APPCOMMAND does not wake from screensaver
renniej
2010-07-13
fixed: ticket #9594 - Wrong directory name for slideshow screensaver
spiff_
2010-07-11
changed: Rewrote IoSupport::GetXbePath as CUtil::ResolveExecutablePath. Use C...
althekiller
2010-07-08
refactor: Make XBPython et. al. use CStdString rather than char* - fixes weat...
jmarshallnz
2010-07-08
[WIN32] removed unneeded header
wiso
2010-07-05
cleanup: Get rid of unused m_bUpdateAll param in the video scanner.
jmarshallnz
2010-06-27
changed: move the app thread yield to after it's release of gfx context
elupus
2010-06-26
changed: Don't scan for new addons during video playback
jmarshallnz
2010-06-25
fixed: don't return from CApplication::Render when dpms is active, makes it r...
bobo1on1
2010-06-22
removed: Code for scripts window - no longer needed as you can access non-med...
jmarshallnz
2010-06-21
fixed: create profile folders earlier so that they exist when creating addons db
theuni
2010-06-20
added: player.seekoffset label that specifies how far the user has seeked
jmarshallnz
2010-06-20
added: Pass the seek offset through the OnPlayBackSeek callback
jmarshallnz
2010-06-20
added: Ticket #9158 - autoclose parameter to the python select dialog, thanks...
jmarshallnz
2010-06-14
fixed: Don't reset screensaver timer when video is paused.
althekiller
2010-06-13
fixed: remove misplaced ';'
blinkseb
2010-06-13
changed: Use a CJob to get saving of file state off of app thread.
althekiller
2010-06-13
cosmetics: indentation
althekiller
2010-06-13
changed: Consolidate DPMS state changes.
althekiller
2010-06-08
cleanup: Move CAddon::LoadSettings() to protected and always load settings wh...
jmarshallnz
2010-06-07
Changed: disable r30866 on linux until we figure out who's crapping on the st...
althekiller
2010-06-07
fixed: Ticket #9355 - Very Frequent Addon Database Access in Screen Saver.
jmarshallnz
2010-06-07
Hook up DestroyWindowSystem and DestroyRenderSystem
CrystalPT
2010-06-06
cleanup: Move clearing of screen into the windowmanager, and do it optionally...
jmarshallnz
2010-06-05
fixed: Truncation or similar causing debug string to jump around for a frame ...
althekiller
2010-06-02
added: --test runtime param. for now it simply shuts down gracefully after pl...
theuni
2010-06-02
fixed: Ensure all windows are added prior to loading the skin - some skin con...
jmarshallnz
2010-06-01
fixed: remove old, unnecessary symlinking
spiff_
2010-06-01
fixed: compile warning.
jmarshallnz
2010-05-31
[chd] remove unused files and move CrystalHD.xxx up one dir, heads up for win...
davilla
2010-05-31
cleanup: Use "visualization" rather than "_virtual.viz" as this isn't used ou...
jmarshallnz
2010-05-31
changed: use empty to reflect "None" to save having _virtual.none about.
jmarshallnz
2010-05-31
changed: Moved builtin screensavers to addons so that we can utilize the sett...
jmarshallnz
2010-05-28
Cosmetics
althekiller
2010-05-28
Fixed: Honor user set XBMC_HOME.
althekiller
2010-05-27
cleanup: Get rid of old references to skin and scripts dirs
jmarshallnz
2010-05-26
Fixed: Don't need to create the skin dir any more they are part of the addons...
jezz_x
2010-05-24
changed: Always create user dirs now that special://home/ points to special:/...
jmarshallnz
2010-05-23
fixed: ticket #???? - use the video fanart folder instead of root for the sli...
spiff_
2010-05-23
cleanup: removed dupe player event logging as the announcemanager already han...
vdrfan
2010-05-22
Changed: Prefer arch independent files that are outside the bindir if both ex...
althekiller
2010-05-22
Changed: I dunno what this mess is supposed to do, but don't make silly
althekiller
2010-05-22
Fixed: Mem leak
althekiller
[next]