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
/
GUIFontManager.cpp
Age
Commit message (
Expand
)
Author
2010-07-24
merged: r32114-r32117
jmarshallnz
2010-07-14
fixed: compile warnings.
jmarshallnz
2010-07-10
fixed: subtitle aspect not recalculated on window resize
anssih
2010-07-10
refactor: move font size and aspect calculation out to a common function
anssih
2010-07-10
fixed: scale text outline to match text scaling
anssih
2010-04-27
changed: replace global CSkinInfo with global SkinPtr
alcoheca
2010-04-27
Revert "fixed: fallout after r29510 (except build system stuff)"
alcoheca
2010-04-26
fixed: fallout after r29510 (except build system stuff)
spiff_
2010-04-26
renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/h
alcoheca
2010-01-09
cleanup: removed unnecessary arguments from SetScalingResolution and SetRende...
jmarshallnz
2009-11-15
fixed: Subtitle sizing would screw up if resolution changed.
jmarshallnz
2009-10-19
added: GUI_MSG_RENDERER_LOST/RESET events, to specify when our renderer is lo...
jmarshallnz
2009-10-19
changed: Rename message from GUI_MSG_INVALIDATE to GUI_MSG_WINDOW_RESIZE to b...
jmarshallnz
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-23
cleanup: Don't use HRESULT when a bool will do, plus removed some more __int6...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller