aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUILabel.cpp
AgeCommit message (Collapse)Author
2010-05-06added: Ticket #8885 - <scrollspeed> and <scrollsuffix> more generally. ↵jmarshallnz
Thanks to EqUiNoX git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29851 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-23changed: Increase the space between cropped overlapping labels to 20 pixels ↵jmarshallnz
rather than 10. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28067 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-23cleanup: Move the listgroup cropping of overlapping left and right aligned ↵jmarshallnz
labels to GUILabel so it can be reused elsewhere, and tidy up the interfaces to suit. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28066 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-21fixed: Make sure we pass XBFONT_CENTER_Y to GUITextLayout::Render() as if an ↵jmarshallnz
<angle> is being applied we need the correct Y coord. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28018 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-21changed: Apply offsets during calculation of render rect rather than when ↵jmarshallnz
setting the max rect and take <textwidth> into account. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28017 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-18changed: Truncate any text that overflows and isn't scrollingjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27944 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-14fixed: compilation warnings in GUILabelmonkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27787 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-02-12refactor: factored out some more label code and cleaned up a bunch of mess. ↵jmarshallnz
Skinners please check your skins for any oddness. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90