Age | Commit message (Expand) | Author |
2010-08-09 | changed, there's no reason to be timing skin loads unless under debug | jmarshallnz |
2010-06-09 | added: <backgroundcolor> tag to windows, allowing skinners to specify whether... | jmarshallnz |
2010-06-06 | cleanup: Move clearing of screen into the windowmanager, and do it optionally... | jmarshallnz |
2010-04-30 | changed: Move HasID() back to the .h and make it const - issue is id is reser... | jmarshallnz |
2010-04-30 | fixed broken OSX compile caused by r29685 | davilla |
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-04-07 | cleanup: Move TranslateWindowString() to TranslateWindow() and use a lookup 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-02-19 | cleanup: removed unnecessary parameter in CMouseEvent and an unnecessary include | jmarshallnz |
2010-02-19 | changed: Moved mouse action creation out to the app. Fixes possible mouse iss... | 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-19 | cleanup: Move initialisation of CAction objects to the constructor. | jmarshallnz |
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-18 | changed: Moved the XML filename of windows into a property. Retrieve using Wi... | jmarshallnz |
2010-01-14 | cleanup: Interface to window properties. Removed HasProperty/ClearProperty (... | jmarshallnz |
2010-01-12 | fixed: compile warning. | jmarshallnz |
2010-01-12 | fixed: Ticket #8469 (again) - Right mouse wouldn't exit from vis or video unl... | jmarshallnz |
2010-01-12 | changed: Default the <hitrect> for windows and dialogs to the fullscreen size... | jmarshallnz |
2010-01-10 | improved: Better exclusive control support for mouse dragging of sliders/scro... | jmarshallnz |
2010-01-09 | fixed: Implement CGUIWindow::HitRect for windows to ensure mouse events get p... | jmarshallnz |
2010-01-09 | fixed: better fallthrough of mouse actions from child to parent, plus a memor... | jmarshallnz |
2010-01-09 | changed: OnMouse() -> OnMouseEvent() for consistency with base classes, and u... | jmarshallnz |
2010-01-09 | changed: Improved mouse event handling - we now pass events down through the ... | jmarshallnz |
2010-01-09 | refactor: Removed duplicate/unnecessary code now that controlgroups and windo... | jmarshallnz |
2010-01-09 | changed: CGUIWindow::GetOrigin() -> CGUIControlGroup::GetPosition() with over... | jmarshallnz |
2010-01-09 | cleanup: removed unnecessary arguments from SetScalingResolution and SetRende... | jmarshallnz |
2010-01-09 | fixed: Discrepancy between order in which window and group transformations we... | jmarshallnz |
2010-01-08 | cosmetics | spiff_ |
2010-01-08 | cleanup: Changed the way controls are selected for focus under the mouse poin... | jmarshallnz |
2010-01-08 | cleanup: eliminate some duplicate code. | jmarshallnz |
2009-10-25 | changed: Invalidate controls when changing the window size, rather than being... | jmarshallnz |
2009-10-19 | changed: Rename message from GUI_MSG_INVALIDATE to GUI_MSG_WINDOW_RESIZE to b... | jmarshallnz |
2009-10-19 | changed: Reallocate controls rather than invalidate them on window resize. | jmarshallnz |
2009-10-15 | changed: Better exclusive access control tracking for the mouse - should help... | jmarshallnz |
2009-10-10 | [all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ... | davilla |
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-28 | fixed: Error expression in CGUIWindow::LoadControl | taxigps |
2009-09-24 | removed: FRECT struct - use CRect instead. | 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 |