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
/
guilib
/
GUIWindowManager.cpp
Age
Commit message (
Expand
)
Author
2010-06-22
removed: Code for scripts window - no longer needed as you can access non-med...
jmarshallnz
2010-06-20
changed: delete python windows from app thread, and only when we are not nested
elupus
2010-06-09
added: <backgroundcolor> tag to windows, allowing skinners to specify whether...
jmarshallnz
2010-06-06
cleanup: Move clearing of screen into the windowmanager, and do it optionally...
jmarshallnz
2010-04-27
changed: replace global CSkinInfo with global SkinPtr
alcoheca
2010-04-27
Revert "fixed: fallout after r29510 (except build system stuff)"
alcoheca
2010-04-26
fixed: fallout after r29510 (except build system stuff)
spiff_
2010-04-26
renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h
alcoheca
2010-03-10
changed: Introduce a virtual window id for the start window to ensure we aren...
jmarshallnz
2010-02-20
cleanup: Merged CGUIWindowManager::Render() and CGUIWindowManager::RenderDial...
jmarshallnz
2010-02-20
fixed: Possible crash if dialogs closed themselves during FrameMove()
jmarshallnz
2010-02-20
cleanup: removed internal versions of CGUIWindowManager::Render() and Process...
jmarshallnz
2010-02-20
added: CGUIWindow::FrameMove function to update anything per frame, and moved...
jmarshallnz
2010-02-19
changed: Moved mouse action creation out to the app. Fixes possible mouse iss...
jmarshallnz
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-02-07
changed: no need to call window manager process from progress dialogs and sim...
elupus
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-18
changed: Moved the XML filename of windows into a property. Retrieve using Wi...
jmarshallnz
2009-12-22
fixed: Music/Video overlays would disappear during the Dim screensaver.
jmarshallnz
2009-12-22
changed: get rid of the useless stSettings struct
spiff_
2009-11-25
Revert "fixes hang after finishing playback and returning to UI. Closes #784...
elupus
2009-11-25
fixes hang after finishing playback and returning to UI. Closes #7840
motd2k
2009-11-24
fixed: Ticket #7803 - wrong focus in Confluence if starting in Movie Titles n...
jmarshallnz
2009-10-25
changed: Add locking of the graphics context to the window manager, and aroun...
jmarshallnz
2009-10-24
fixed: At least test the build before commit :p
jmarshallnz
2009-10-24
changed: Use CCriticalSection/CSingleLock rather than EnterCriticalSection et...
jmarshallnz
2009-10-12
fixed: Removal of *library.enabled wasn't complete.
jmarshallnz
2009-10-07
cosmetic: m_gWindowManager -> g_windowManager for consistency.
jmarshallnz
2009-10-07
changed: Get rid of the use of g_graphicsContext to send messages (all it did...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller