ccextractor/src
Nils e98137e059
[FIX] Fix tags displaying incorrectly (#1229)
This was caused by 19241744d7, moving from
`unsigned char` to `enums` for colors and fonts. The problem with this is
that each colour isn't one byte next to each other so memcpy and memset
didn't work anymore.

The problem:

```patch
6812,6813c6812,6813
< EDITION OF AMERICA'S NEXT TOP
< <i> MODEL</i> ON WEDNESDAYS.<i>          </i>
---
> EDITION OF<i> AMERICA'S NEXT TOP</i>
> <i> MODEL</i> ON WEDNESDAYS.
6817c6817
< EDITION OF AMERICA'S NEXT TOP
---
> EDITION OF<i> AMERICA'S NEXT TOP</i>
6819c6819
< >><i> THE VAMPIRE DIARIES         </i>
---
> >><i> THE VAMPIRE DIARIES</i>
6824,6825c6824,6825
< >><i> THE VA</i>MPIRE DIARIES
< AND<i> THE SECRET CIRCLE          </i>
---
> >><i> THE VAMPIRE DIARIES</i>
> AND<i> THE SECRET CIRCLE</i>
6829,6831c6829,6831
< >><i> THE VA</i>MPIRE DIARIES
< AND<i> THE S</i>ECRET CIRCLE
< ON THURSDAYS.<i>                  </i>
---
> >><i> THE VAMPIRE DIARIES</i>
> AND<i> THE SECRET CIRCLE</i>
> ON THURSDAYS.
6835c6835
< AND<i> THE S</i>ECRET CIRCLE
---
> AND<i> THE SECRET CIRCLE</i>
```
2020-02-12 15:01:15 -08:00
..
GUI [FIX] #995 for All platforms and removed the icons folder in source package (#1057) 2018-12-25 23:08:06 +01:00
lib_ccx [FIX] Fix tags displaying incorrectly (#1229) 2020-02-12 15:01:15 -08:00
thirdparty [IMPROVEMENT] Clang format (#1222) 2020-01-30 09:00:00 -08:00
wrappers Applied clang formatting to our .c files. Tried to leave everyone else's alone. 2020-01-25 13:29:18 -08:00
ccextractor.c [FIX] Fix multiple definitions with new -fno-common default in GCC 10 (#1226) 2020-02-01 22:26:48 -08:00
ccextractor.h [FIX] Fix multiple definitions with new -fno-common default in GCC 10 (#1226) 2020-02-01 22:26:48 -08:00
CCExtractorConfig.h.in Get commit hash and compilation date when built using cmake. (#764) 2017-08-20 08:55:09 -07:00
CMakeLists.txt [IMPROVEMENT] Move dependencies to a third party directory (#1219) 2020-01-30 04:58:37 -08:00