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
/
GUIVisualisationControl.cpp
Age
Commit message (
Expand
)
Author
2010-07-28
fixed: Ticket #9760 - Visualisations aren't reinit'd on fullscreen/windowed t...
jmarshallnz
2010-07-28
changed: Get rid of the visualisation member in GUIWindowVisualisation as it ...
jmarshallnz
2010-06-22
fixed: endless dialogs if a visualisation didn't work properly. thanks to clumsy
spiff_
2010-05-12
fixed: missing copyright and GPL notice
CrystalPT
2010-05-06
changed: bail out immeditaly if CAddonMgr::Init returns false
alcoheca
2010-03-26
added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...
jmarshallnz
2010-03-18
cosmetic/tidyup move all addon classes to /xbmc/addons/
alcoheca
2010-03-02
merged: addons-fw branch
elupus
2010-02-19
cleanup: Move all members of CAction private, accessed via getters, as we onl...
jmarshallnz
2010-02-19
cleanup: Move initialisation of CAction objects to the constructor.
jmarshallnz
2010-01-29
[WIN32] fixed: build errors.
charlydoes
2010-01-29
changed: pass translated url's to the visualisations for album thumbs, as the...
spiff_
2010-01-24
changed: misc. guilib cleanups
monkeyman_67156
2010-01-20
fixed build: don't use reserved 'id' as c++ member var
MaestroDD
2010-01-09
fixed: check for visible in CanFocusFromPoint in vis and video controls
jmarshallnz
2010-01-09
changed: simplify CanFocusFromPoint and remove unnecessary OnMouseOver from v...
jmarshallnz
2010-01-08
cleanup: Changed the way controls are selected for focus under the mouse poin...
jmarshallnz
2009-11-14
changed: Sanitized the music settings.
jmarshallnz
2009-10-25
changed: Invalidate controls when changing the window size, rather than being...
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