aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIFontManager.cpp
AgeCommit message (Expand)Author
2010-07-24merged: r32114-r32117jmarshallnz
2010-07-14fixed: compile warnings.jmarshallnz
2010-07-10fixed: subtitle aspect not recalculated on window resizeanssih
2010-07-10refactor: move font size and aspect calculation out to a common functionanssih
2010-07-10fixed: scale text outline to match text scalinganssih
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-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