From 575d7437530ced131af39d65afa94f3257fdded8 Mon Sep 17 00:00:00 2001 From: CarlYunghans <64278930+CarlYunghans@users.noreply.github.com> Date: Tue, 9 Jun 2020 17:18:24 -0400 Subject: [PATCH 001/119] Changed pixel formatting cues to percentage Made a couple changes to line 102; no value conversion has yet occurred, only formatting changes. --- centrallix/htmlgen/htdrv_autolayout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/centrallix/htmlgen/htdrv_autolayout.c b/centrallix/htmlgen/htdrv_autolayout.c index 0dee2198b..b3c4fc418 100644 --- a/centrallix/htmlgen/htdrv_autolayout.c +++ b/centrallix/htmlgen/htdrv_autolayout.c @@ -99,8 +99,7 @@ htalRender(pHtSession s, pWgtrNode tree, int z) strtcpy(name,wgtrGetName(tree),sizeof(name)); /** Add the stylesheet for the layer **/ - htrAddStylesheetItem_va(s,"\t#al%POSbase { POSITION:absolute; VISIBILITY:inherit; OVERFLOW:visible; LEFT:%INTpx; TOP:%INTpx; WIDTH:%POSpx; HEIGHT:%POSpx; Z-INDEX:%POS; }\n", - //htrAddStylesheetItem_va(s,"\t#al%POSbase { POSITION:absolute; VISIBILITY:inherit; OVERFLOW:visible; LEFT:%INTpx; TOP:%INTpx; WIDTH:%POSpx; HEIGHT:%POSpx; CLIP:rect(%INTpx,%INTpx,%INTpx,%INTpx); Z-INDEX:%POS; }\n", + htrAddStylesheetItem_va(s,"\t#al%POSbase { POSITION:absolute; VISIBILITY:inherit; OVERFLOW:visible; LEFT:%INT%%; TOP:%INT%%; WIDTH:%POS%%; HEIGHT:%POS%%; Z-INDEX:%POS; }\n", id,x,y,w,h, //-1, w+1, h+1, -1, z); From 67a82594e6fcbc46745fac902f24929d7993f5a0 Mon Sep 17 00:00:00 2001 From: CarlYunghans <64278930+CarlYunghans@users.noreply.github.com> Date: Wed, 10 Jun 2020 11:58:56 -0400 Subject: [PATCH 002/119] Testing Added a comment to the HTML doc for the purpose of discerning whether changes are being processed properly. --- centrallix/htmlgen/ht_render.c | 1 + 1 file changed, 1 insertion(+) diff --git a/centrallix/htmlgen/ht_render.c b/centrallix/htmlgen/ht_render.c index 42ff90886..3da0fda82 100644 --- a/centrallix/htmlgen/ht_render.c +++ b/centrallix/htmlgen/ht_render.c @@ -1838,6 +1838,7 @@ htrRender(void* stream, int (*stream_write)(void*, char*, int, int, int), pObjSe /** Write the HTML out... **/ htrQPrintf(s, "