summaryrefslogtreecommitdiff
path: root/xml
AgeCommit message (Collapse)Author
2009-01-03Fix build with gcc 4.3's cleaned up C++ headers.Ville Skyttä
2006-09-04- typolordjaxom
2006-09-04- fixed possible buffer overflow in xml readinglordjaxom
2005-05-30- added tokens RecordingLanguageCode, RecordingLanguageDescriptionlordjaxom
2005-05-30- added tokens for Recording Info Displaylordjaxom
(RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText, RecordingDescription)
2005-01-31- removed unnecessary code and variableslordjaxom
2005-01-26- consistent parent element handlinglordjaxom
- cache check now respects requested image's dimensions and alpha
2005-01-26- consistent parent element handlinglordjaxom
- added mask color
2005-01-26- added mask colorlordjaxom
2005-01-26- consistent parent element handlinglordjaxom
2005-01-25- updated to 1.3.19lordjaxom
2005-01-23- made plugin() return the parameter in case a plugin is not loadedlordjaxom
2005-01-23- fixed returning the false string ""lordjaxom
2005-01-21- cleanuplordjaxom
2005-01-21- fixed commenting on tokenslordjaxom
2005-01-20- fixed EventHas* to PresentHas*lordjaxom
2005-01-20- implemented blocks inside of blocks and listslordjaxom
2005-01-20- created aliases for all HasXXX and IsXXX items (i.e. PresentHasTimer if ↵lordjaxom
item concerns present event) - implemented {PresentHasVPS}, {FollowingHasVPS}, {EventHasVPS} (HasVPS was really ChannelHasVPS)
2005-01-19- implemented token attribute "rest"lordjaxom
2005-01-17- removed obsolete include expat.hlordjaxom
2005-01-15- implemented token {ChannelID}lordjaxom
2005-01-15- implemented variable translationlordjaxom
2005-01-15- disabled auto-translation for all strings except <text> contentlordjaxom
2005-01-15- reimplemented trans()lordjaxom
- disabled auto-translation
2005-01-15- fixed plugin()lordjaxom
2005-01-11- added tokens AudioTrack, AudioChannel, ReplayIsShuffle and ReplayIsLooplordjaxom
2005-01-11- added and implemented function ne (not equal)lordjaxom
2005-01-08- banned cxFunction::True and cxFunction::Falselordjaxom
2005-01-07- implemented functions gt, lt, ge and lelordjaxom
2005-01-07- consequent use of cxType for strings and numberslordjaxom
2005-01-07- implemented token FreeDiskSpacelordjaxom
2005-01-05- extended consequent use of cxType for strings and numbers inlordjaxom
function/string context
2005-01-03- fixed font width in copy constructorlordjaxom
2005-01-02- added a check in case parameter count overflowslordjaxom
2005-01-02- increased max number of parameters to 512lordjaxom
2005-01-02- made cxDisplay::GetType static, to habe access to the strings laterlordjaxom
2005-01-02- prepared string class for ad-hoc translation after language changelordjaxom
2005-01-02- temporarily disabled trans function (let's see what happens)lordjaxom
2005-01-02- implemented new display in preparation for 1.3.18lordjaxom
2005-01-02*** empty log message ***lordjaxom
2005-01-02- formatting issueslordjaxom
2005-01-01- some formatting issueslordjaxom
- moved translation to skin object
2004-12-29- fixed parsing '\'' withing stringslordjaxom
2004-12-29- fixed marquee in listslordjaxom
2004-12-28- fixed font width initializationlordjaxom
2004-12-28- implemented font width handlinglordjaxom
2004-12-28- corrected <blink> tag in parserlordjaxom
2004-12-28- first try to enable marquees and blinks in menu itemslordjaxom
2004-12-28- moved marquee into rendererlordjaxom
- introduced object state cache - introduced blink element - introduced delay attribute to objects
2004-12-21- added mission initializations in cxObjectlordjaxom