summaryrefslogtreecommitdiff
path: root/render.c
AgeCommit message (Collapse)Author
2009-06-042007-07-29: Version 1.1-cvs_ext-0.11 (text2skin-1.1-cvs_ext-0.11.diff)chr13-optimizationsChristian Tusche
- moved state tracking of marquee, blink, scroll from cText2SkinRender to cxObject - fixed compatibility with gcc-4 and vdr-1.5.x - fixed use of Update.Lock() in render.h - new: dynamic width/height of objects - new: Option "bgColor" used for items "Text", "Marquee", and "Blink". - remember period to next timeout when doing a non-timeout refresh prevent occasional start/stop of marquee-text
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10c (text2skin-1.1-cvs_ext-0.10c.diff)Christian Tusche
- selective update of changed objects refresh can be controlled for individual objects by the attributes "refresh" and "changed" default behaviour is to redraw everything (compatible with old skins)
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff)Christian Tusche
- increase skin file version to 1.1 - the position of list items is interpreted relative to the "list" container when file version >= 1.1 - when a position is specified for "block" elements, the position of all contained elements is interpreted relative to the container position
2009-06-042007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff)Christian Tusche
- increased efficiency in drawing list items in the main menu - introduce relative Pos and Size of objects to given BasePos, BaseSize (used to draw list items)
2009-06-032006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff)brougs78-extensionsAndreas Brugger
- set EditableWidth. This is important for plugins like 'rotor' or 'extrecmenu' - now setting the locale setting LC_TIME according to the language-selection in VDR
2009-06-032006-11-19: Version 1.1-cvs_ext-0.9a (vdr-text2skin-1.1-cvs_ext-0.9a.diff)Andreas Brugger
- added APIVERSION to the Makefile for vdr-1.3.47 - fixed possible buffer overflow in xml reading (updated to cvs-version of text2skin)
2009-06-032006-11-19: Version 1.1-cvs_ext-0.9 (vdr-text2skin-1.1-cvs_ext-0.9.diff)Andreas Brugger
- added a test-feature to search for reruns of a program and add the information to the extended epg-info (trigger DEVELOPMENT_FEATURES). This uses a service-interface of the epgsearch-plugin "Epgsearch-searchresults-v1.0" - the timer-conflicts are now checked with epgsearch (service-interface "Epgsearch-lastconflictinfo-v1.0", as it works more reliable and is supported by the plugin author - the extended epg-info and the recording-info are extended by AUX-Infos (configurable) there is also an option to strip known tags - the tab-widths are scaled for taking into account that different TT-Fonts have a different width than the default font from VDR - added tokens for signal-info: FrontendSTR, FrontendSNR, FrontendHasLock, FrontendHasSignal - changed token TimerConflict to TimerConflicts - added token PresentEventID for EPG-images - added tokens for recordings: RecordingFilename, RecordingPriority, RecordingLifetime - removed Text2skin.diff from the rotor-plugin
2009-06-032006-02-04: Version 1.1-cvs_ext-0.8 (vdr-text2skin-1.1-cvs_ext-0.8.diff)Andreas Brugger
- added a configuration option for showing the scrollbar in the menus and finished implementation
2009-06-032006-02-04: Version 1.1-cvs_ext-0.7 (vdr-text2skin-1.1-cvs_ext-0.7.diff)Andreas Brugger
- changed the routines to determine the next timers - added the possibility to have a scrollbar in every menu - not fully implemented yet (to position in menu-lists is not necessarily correct, if there are more items with the same osd-text)
2009-06-032006-01-07: Version 1.1-cvs_ext-0.5 (vdr-text2skin-1.1-cvs_ext-0.5.diff)Andreas Brugger
- modifications to compile with vdr-versions >= 1.3.18 - added tokens: OsdWidth, OsdHeight - activating the token ReplayVideoAR
2009-06-032005-11-19: Version 1.1-cvs_ext-0.2 (vdr-text2skin-1.1-cvs_ext-0.2.diff)Andreas Brugger
- removed the previously introduced tokens NextTimerName, NextTimerStart, NextTimerChannel, CurrentRecordingsCount and added tokens for the next 3 timers: CurrentEventsTitle[123], CurrentEventsStartDateTime[123], CurrentEventsStopDateTime[123], CurrentEventsChannelNumber[123], CurrentEventsChannelName[123], CurrentEventsIsRecording[123] - added audio- and video-tokens: PresentLanguageCode, PresentLanguageDescription, PresentVideoAR and implemented the missing code for the Language-token - added tokens for replay: ReplayName, ReplayDateTime, ReplayShortText, ReplayDescription, ReplayLanguageCode, ReplayLanguageDescription, ReplayVideoAR (not activated yet) - additional recording-tokens: RecordingVideoAR, RecordingSize - added a reset for scrolling text (configurable) - included Text2skin.diff from the rotor-plugin
2006-03-17- removed a printflordjaxom
2005-01-27- implemented BENCH make optionlordjaxom
2005-01-26- added mask colorlordjaxom
2005-01-23- fixed menu tabs calculation with negative offsetslordjaxom
2005-01-21- fixed detection of progress bar tabslordjaxom
2005-01-20- implemented progressbar for menu tabs containing /\[(| )+\]/lordjaxom
2005-01-20- implemented fallback to skinclassic with error messagelordjaxom
2005-01-20- moved {IsRecording} to rendererlordjaxom
2005-01-19- implemented {MenuTitle:rest}lordjaxom
2005-01-12- added #ifdef for VDR < 1.3.18lordjaxom
2005-01-11- added attribute "clean" for ReplayTitle (remove [LS] in mp3 playback)lordjaxom
- implemented AudioTrack and AudioChannel tokens for non-audioTracks-displays
2005-01-07- when there's no blinkColor <blink> will just blink on/offlordjaxom
2005-01-07- workaround for FreeDiskSpace (fixit!)lordjaxom
2005-01-07- consequent use of cxType for all strings and numberslordjaxom
- implemented token FreeDiskSpace
2005-01-05- implemented non-tabbed menu lists (e.g. audio tracks menu)lordjaxom
- conditions now use cxType in bool context instead of EvaluateToBool()
2005-01-02- fixed compiler warninglordjaxom
2005-01-02- fixed segfault when display is missing in the xmllordjaxom
2005-01-02- changed some macros in preparation for 1.3.18lordjaxom
- moved translation to cxSkin
2005-01-01- some formatting issueslordjaxom
- moved translation to skin object
2004-12-29- fixed {MenuTitle:clean} AGAIN... wow I'm waiting for more info about what ↵lordjaxom
a skin currently displays.....
2004-12-29- fixed marquee in listslordjaxom
2004-12-28- removed unused marquee classlordjaxom
2004-12-28- implemented font width handlinglordjaxom
2004-12-28- optimizationlordjaxom
2004-12-28- animated bitmaps now honor the global "now" timestamplordjaxom
2004-12-28- fixed missing text alignment for marquee and blinklordjaxom
2004-12-28- moved marquee into rendererlordjaxom
- introduced object state cache - introduced blink element - introduced delay attribute to objects
2004-12-21- finished {CurrentRecording}lordjaxom
- improved marquee - added some missing checks
2004-12-21- dunnolordjaxom
2004-12-19Initial revisionlordjaxom
2004-12-171.0-pre5v1.0-pre5lordjaxom
2004-12-141.0-pre4v1.0-pre4lordjaxom
2004-12-121.0-pre3v1.0-pre3lordjaxom
2004-12-091.0-pre2v1.0-pre2lordjaxom
2004-12-081.0-pre1v1.0-pre1lordjaxom
2004-10-27- fixed ugly race conditions that appears to occur more often with VDR >= 1.3.14v0.0.8.1lordjaxom
2004-07-14- fixed display of scrollbar if there is no text presentv0.0.8lordjaxom
- fixed animation delay if update takes longer than the delay - using backgrounds also in 8-bit fullscreen mode to improve performance - implemented screen layer to improve performance - corrected offsets and tab widths in main menu - implemented parameters "current", "mark" and "selected" to choose mark colors in replay display (defaults to the old values) - implemented color value "None" to be able to unset a color
2004-06-25- on devices capable of full-color OSD, bpp's have no meaning anymorev0.0.7lordjaxom
(but will still work like usual). On such devices, a full-screen 8-bit OSD will be used - new display-item "PresentTextDescription" displays combined ShortText/Description - displaying replay symbols only if information is actually available - exchanged x, y, width, height with x1, y1, x2, y2 coordinates (skin version is now 0.0.3) - coordinates may be negative to respect dynamic OSD settings (negative coordinates give pixels from the right or bottom edge) - added base parameter to Skin item to be able to use full screen in absolute mode - added a script to convert 0.0.2 skins to 0.0.3 - added parsing quoted texts (path="Bla.jpg" etc. will work correctly now) - fixed translator to escape the dollar sign - fixed display of scrollbar (REALLY!) - fixed linkage of libMagick++
2004-06-18- reimplemented image cache (fixes segfaults and speeds up image loading)v0.0.6lordjaxom
- fixed a recursion wenn de-initializing ImageMagick (crashes on exit) - reverted the changes in ImageMagick-loader that concerned palettes (obviously some versions of ImageMagick are BROKEN!!! I am using 5.5.7 which works fine. Version 5.4.7 shows random errors) - reimplemented "Flush image cache" into the setup menu - included -lMagick into Makefile as a workaround for Debian (and others possibly) - fixed display of scrollbar