Age | Commit message (Expand) | Author |
2010-11-17 | cosmetic: indenting | jmarshallnz |
2010-11-17 | fixed: SetClipRegion call usage was incorrect in multiimage, textbox and cont... | jmarshallnz |
2010-09-29 | cleanup: Get rid of unneeded utf8Left function | jmarshallnz |
2010-09-25 | fixed: use utf-16 on character uppercase | blinkseb |
2010-08-07 | changed: Do <include> resolving recursively on XML load, rather than piecemea... | jmarshallnz |
2010-06-30 | fixed: Ensure we ignore sort tokens when jumping via SHIFT-T etc. | jmarshallnz |
2010-06-19 | fixed: Crash when calling multiple <onclick>'s from a container, where the fi... | jmarshallnz |
2010-06-06 | fixed: shift-letter navigation was broken on anything else than sort by name | vdrfan |
2010-05-03 | fixed: If <width> and <height> aren't set on itemlayouts, allow the mouse to ... | jmarshallnz |
2010-04-27 | changed: replace global CSkinInfo with global SkinPtr | alcoheca |
2010-04-27 | Revert "fixed: fallout after r29510 (except build system stuff)" | alcoheca |
2010-04-26 | fixed: fallout after r29510 (except build system stuff) | spiff_ |
2010-04-26 | renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h | alcoheca |
2010-03-26 | added: Allow immediate deletion of resources via CGUIControl::FreeResources(t... | jmarshallnz |
2010-03-25 | added: initial gesture support to guilib. | jmarshallnz |
2010-03-25 | changed: Make On/SendMouseEvent() return an enum rather than true/false. | jmarshallnz |
2010-03-25 | changed: made CGUIBaseContainer::InsideLayout const | jmarshallnz |
2010-02-19 | changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_... | jmarshallnz |
2010-02-19 | cleanup: Move all members of CAction private, accessed via getters, as we onl... | jmarshallnz |
2010-02-13 | cleanup: use a CPoint temporary instead of two floats | jmarshallnz |
2010-02-13 | added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering o... | jmarshallnz |
2010-01-20 | fixed build: don't use reserved 'id' as c++ member var | MaestroDD |
2010-01-17 | changed: Refactored the static item handling in containers to their own class | jmarshallnz |
2010-01-16 | fixed: Window Properties (and any other infolabel that needs the window conte... | jmarshallnz |
2010-01-12 | fixed: Container.On[Scroll]Next/Previous weren't quite right. | jmarshallnz |
2010-01-10 | cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEvent | jmarshallnz |
2010-01-08 | cosmetics | spiff_ |
2010-01-08 | added: Container.OnScrollNext/OnScrollPrev conditions. Same as OnNext/OnPrev... | jmarshallnz |
2010-01-06 | cleanup: removed unused function, and moved the list implementation of Select... | jmarshallnz |
2010-01-06 | changed: Don't set Container.OnNext/OnPrevious unless the list is actually mo... | jmarshallnz |
2009-12-05 | fixed: possible crash due to bad skinning.. you have to use layouts! (thanks ... | vdrfan |
2009-11-10 | changed: Remove python-specific LABEL_ADD message and implement using LABEL_B... | jmarshallnz |
2009-11-10 | changed: Don't react to GUI_MSG_LABEL_ADD in the containers. Respond only to... | jmarshallnz |
2009-10-19 | changed: Don't delete static content in containers in FreeResources(), rather... | 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-25 | tweaked: minimal hold time before kicking in faster scroll speeds in lists. ... | jmarshallnz |
2009-09-24 | cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in ... | 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 |