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