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
/
GUIControlFactory.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2011-01-23
Revert "Merge remote branch 'upstream/master'"
Lars Op den Kamp
2011-01-04
merge pvr-testing2 svn rev 32591 into trunk
Lars Op den Kamp
2010-08-18
fixed: compile warnings (double->float)
jmarshallnz
2010-08-07
cleanup: Removed unused ScaleElement function
jmarshallnz
2010-08-07
cleanup: Removed depreciated XML tags
jmarshallnz
2010-08-07
cleanup: get rid of unused <rangemin>,<rangemax> parameters to the progress c...
jmarshallnz
2010-08-07
cleanup: Get rid of unneeded functions in GUIControlFactory
jmarshallnz
2010-08-07
changed: Move constant resolving to XML load time.
jmarshallnz
2010-08-07
changed: Do <include> resolving recursively on XML load, rather than piecemea...
jmarshallnz
2010-07-20
fixed: <include> within <animation> tags worked only for the first one.
jmarshallnz
2010-07-18
fixed: includes were not resolved inside <animation> blocks
jmarshallnz
2010-05-06
added: Ticket #8885 - <scrollspeed> and <scrollsuffix> more generally. Thanks...
jmarshallnz
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-04-07
added: Translation from control type <> control name using a lookup table.
jmarshallnz
2010-02-18
changed: use CGUIInfoLabel for static content's label and thumbs, allowing th...
jmarshallnz
2010-02-13
added: Ticket #7062 - <offsetx>,<offsety> to containers, allowing rendering o...
jmarshallnz
2010-01-13
added: auto sizing for the width of a label control. Ticket #6510. Specify <...
jmarshallnz
2010-01-08
cosmetics
spiff_
2009-11-08
added: <scrolltime> to the grouplist control.
jmarshallnz
2009-10-18
added: support for <movement> tag in fixed lists, allows a range of movement ...
jmarshallnz
2009-10-12
changed: make right to left a rss set property and remove gui setting
spiff_
2009-10-05
fixed: scalediffuse="false" was not functional for multiimage controls.
jmarshallnz
2009-09-24
removed: FRECT struct - use CRect instead.
jmarshallnz
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller