summaryrefslogtreecommitdiffstats
path: root/src/layout.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-09-12policy: add a simple policy stub, broke some layouting thoMarcus Fritzsch1-7/+1
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-09-12app/layout: fix split layout from and to transitionsMarcus Fritzsch1-16/+17
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08remove some unnuecessary commentsMarcus Fritzsch1-4/+0
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08add license text to implementation filesMarcus Fritzsch1-0/+16
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layers: introduce layers.hpp and .cpp for layer related codeMarcus Fritzsch1-43/+0
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layout: check id_min against lower_bound() resultMarcus Fritzsch1-1/+3
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08layout: add surface id to layer mappingMarcus Fritzsch1-2/+42
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08app: add very c++-y layout parsingMarcus Fritzsch1-0/+37
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>