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