From 0b3f86344a87940d324695e0bc9449c35cbf60d4 Mon Sep 17 00:00:00 2001 From: Christian Tusche Date: Sun, 6 May 2007 17:26:51 +0200 Subject: 2007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff) - 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) --- HISTORY | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 90fbcfe..20142fe 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,12 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +2007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff) + +- 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) + 2006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff) - set EditableWidth. This is important for plugins like 'rotor' or -- cgit v1.2.3 From b32f1eaf9ae246f656ebd27c2fbb5d29d2bec34c Mon Sep 17 00:00:00 2001 From: Christian Tusche Date: Sun, 6 May 2007 17:26:51 +0200 Subject: 2007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff) - 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 --- HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 20142fe..bf91d25 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,14 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +2007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff) + +- 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 + 2007-05-06: Version 1.1-cvs_ext-0.10a (text2skin-1.1-cvs_ext-0.10a.diff) - increased efficiency in drawing list items in the main menu -- cgit v1.2.3 From f6f140b2ea0bb1de9e055e920ef9c0c43c6e2add Mon Sep 17 00:00:00 2001 From: Christian Tusche Date: Sun, 6 May 2007 17:26:51 +0200 Subject: 2007-05-06: Version 1.1-cvs_ext-0.10c (text2skin-1.1-cvs_ext-0.10c.diff) - 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) --- HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index bf91d25..ec4eff1 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,13 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +2007-05-06: Version 1.1-cvs_ext-0.10c (text2skin-1.1-cvs_ext-0.10c.diff) + +- 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) + 2007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff) - increase skin file version to 1.1 -- cgit v1.2.3 From 3ab2393b6932b34e7f0e69af7f843d1303104d79 Mon Sep 17 00:00:00 2001 From: Christian Tusche Date: Sun, 29 Jul 2007 19:01:17 +0200 Subject: 2007-07-29: Version 1.1-cvs_ext-0.11 (text2skin-1.1-cvs_ext-0.11.diff) - 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 --- HISTORY | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index ec4eff1..002f1bd 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,17 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +2007-07-29: Version 1.1-cvs_ext-0.11 (text2skin-1.1-cvs_ext-0.11.diff) + +- 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 + 2007-05-06: Version 1.1-cvs_ext-0.10c (text2skin-1.1-cvs_ext-0.10c.diff) - selective update of changed objects -- cgit v1.2.3