index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guilib
/
GUIWindow.cpp
Age
Commit message (
Expand
)
Author
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