aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIFontManager.cpp
AgeCommit message (Expand)Author
2010-01-09cleanup: removed unnecessary arguments from SetScalingResolution and SetRende...jmarshallnz
2009-11-15fixed: Subtitle sizing would screw up if resolution changed.jmarshallnz
2009-10-19added: GUI_MSG_RENDERER_LOST/RESET events, to specify when our renderer is lo...jmarshallnz
2009-10-19changed: Rename message from GUI_MSG_INVALIDATE to GUI_MSG_WINDOW_RESIZE to b...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-23cleanup: Don't use HRESULT when a bool will do, plus removed some more __int6...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller