aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIBaseContainer.cpp
AgeCommit message (Expand)Author
2010-06-06fixed: shift-letter navigation was broken on anything else than sort by namevdrfan
2010-05-03fixed: If <width> and <height> aren't set on itemlayouts, allow the mouse to ...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-26added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...jmarshallnz
2010-03-25added: initial gesture support to guilib.jmarshallnz
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
2010-03-25changed: made CGUIBaseContainer::InsideLayout constjmarshallnz
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-02-13cleanup: use a CPoint temporary instead of two floatsjmarshallnz
2010-02-13added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering o...jmarshallnz
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
2010-01-17changed: Refactored the static item handling in containers to their own classjmarshallnz
2010-01-16fixed: Window Properties (and any other infolabel that needs the window conte...jmarshallnz
2010-01-12fixed: Container.On[Scroll]Next/Previous weren't quite right.jmarshallnz
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
2010-01-08cosmeticsspiff_
2010-01-08added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev...jmarshallnz
2010-01-06cleanup: removed unused function, and moved the list implementation of Select...jmarshallnz
2010-01-06changed: Don't set Container.OnNext/OnPrevious unless the list is actually mo...jmarshallnz
2009-12-05fixed: possible crash due to bad skinning.. you have to use layouts! (thanks ...vdrfan
2009-11-10changed: Remove python-specific LABEL_ADD message and implement using LABEL_B...jmarshallnz
2009-11-10changed: Don't react to GUI_MSG_LABEL_ADD in the containers. Respond only to...jmarshallnz
2009-10-19changed: Don't delete static content in containers in FreeResources(), rather...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-25tweaked: minimal hold time before kicking in faster scroll speeds in lists. ...jmarshallnz
2009-09-24cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in ...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