aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIWindowManager.h
AgeCommit message (Collapse)Author
2010-06-20changed: delete python windows from app thread, and only when we are not nestedelupus
changed: when a window is removed, it should not be part of the open dialogs list either git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31222 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-06cleanup: Move clearing of screen into the windowmanager, and do it ↵jmarshallnz
optionally based on each window. Currently always clears the screen except in fullscreen video git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30879 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-20cleanup: Merged CGUIWindowManager::Render() and ↵jmarshallnz
CGUIWindowManager::RenderDialogs() git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27996 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-20cleanup: removed internal versions of CGUIWindowManager::Render() and ↵jmarshallnz
Process() as Process() is now only done from the app thread. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27991 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-20added: CGUIWindow::FrameMove function to update anything per frame, and ↵jmarshallnz
moved existing updating out of Render(). It is not safe to do a lot of processing in Render as some processing may invoke a further Render() at the app level (eg background loading directory refreshes) which may cause problems. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27989 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-24changed: Use CCriticalSection/CSingleLock rather than EnterCriticalSection ↵jmarshallnz
etc. in the windowmanager. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23961 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-24cleanup: moved a couple of functions to private.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23954 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-07cosmetic: m_gWindowManager -> g_windowManager for consistency.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23493 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-07changed: Get rid of the use of g_graphicsContext to send messages (all it ↵jmarshallnz
did was passed them on to the window manager.) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23492 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90