aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIWindow.cpp
AgeCommit message (Expand)Author
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