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