summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/complay.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for layout item groups, replace simple_list with more Vas Crabb2017-07-291-27/+62
| | | | | | | | | | | | | appropriate containers, remove misleading const qualifiers, reduce repeated XML walking. (nw) Groups aren't parameterised, so they aren't as useful as they could be (yes, it's on my TODO list). However, it's already useful for putting a common set of elements in multiple views, potentially at different locations/scales. See intlc44.lay and intlc440.lay for examples of the level of copypasta this can eliminate. Be aware that groups with explicit bounds don't clip thair content, it's only used for calucating the transform matrix.
* remove vestigial exception class (nw) Vas Crabb2017-07-111-6/+0
|
* (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate ↵ Vas Crabb2017-07-091-1/+24
| | | | bounds/color in layouts
* work around python version differences (nw) Vas Crabb2017-07-091-0/+5
|
* Do substantial validation of internal layouts at build time Vas Crabb2017-07-081-2/+202
|
* python why are you incompatible (nw) Vas Crabb2016-11-231-2/+2
|
* Rewrite complay.py to parse/minify layout XML Vas Crabb2016-11-201-55/+138
| | | | Doesn't make much difference to executable size, but it catches XML errors at build time rather than waiting for you to try the system (nw)
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* complay.py: Python 3 compat. (nw) Mike Naberezny2016-03-301-3/+1
|
* Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-0/+71