aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControl.cpp
AgeCommit message (Expand)Author
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
2010-02-19changed: Moved mouse action creation out to the app. Fixes possible mouse iss...jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-01-20fixed build: don't use reserved 'id' as c++ member varMaestroDD
2010-01-10cleanup: Replaced OnMouseClick/DoubleClick/Wheel/Drag with OnMouseEventjmarshallnz
2010-01-09fixed: better fallthrough of mouse actions from child to parent, plus a memor...jmarshallnz
2010-01-09changed: simplify CanFocusFromPoint and remove unnecessary OnMouseOver from v...jmarshallnz
2010-01-09changed: Improved mouse event handling - we now pass events down through the ...jmarshallnz
2010-01-08cosmeticsspiff_
2010-01-08cleanup: Changed the way controls are selected for focus under the mouse poin...jmarshallnz
2010-01-08fixed: GetRenderPosition() didn't work for settings spinners and slidersjmarshallnz
2009-11-09fixed: Controls in grouplists would have their navigation actions overridden....jmarshallnz
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-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