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