aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIDialog.cpp
AgeCommit message (Expand)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2010-12-13changed: Ensure CGUIWindow::Initialize returns false if the window manager is...jmarshallnz
2010-07-14fixed: Autoclosing of modal dialogs (other than the OSDs) ignored actions by ...jmarshallnz
2010-03-02added: Ticket #8926, different levels to KaiToast and different images for th...alwinus
2010-02-20added: CGUIWindow::FrameMove function to update anything per frame, and moved...jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-02-12refactor: factored out some more label code and cleaned up a bunch of mess. ...jmarshallnz
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
2010-01-04fixed: Ticket #8361 - crash in some python scripts when closing dialogsjmarshallnz
2009-10-07cosmetic: m_gWindowManager -> g_windowManager for consistency.jmarshallnz
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller