aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-08layers: introduce layers.hpp and .cpp for layer related codeMarcus Fritzsch1-0/+1
2017-08-08app: resturn Err() on failed IDs testMarcus Fritzsch1-4/+3
2017-08-08app: try to parse ids.json, run embedded tests (debug output only)Marcus Fritzsch1-14/+48
2017-08-08util: move DB() debug macro from appMarcus Fritzsch1-11/+0
2017-08-08json_helper: move get here (from app)Marcus Fritzsch1-10/+0
2017-08-08app: propagate errors from layout parsing, more thorough checkingMarcus Fritzsch1-15/+30
2017-08-08app: add very c++-y layout parsingMarcus Fritzsch1-4/+76
2017-08-08wayland: add display::add_global_handler which forwards to registryMarcus Fritzsch1-9/+9
2017-08-08app: reset g_app on ~App()Marcus Fritzsch1-0/+4
2017-08-08clang-format, mostly indenting.Marcus Fritzsch1-149/+147
2017-08-08clang-tidy the place upMarcus Fritzsch1-6/+5
2017-08-08main: move most of main to app, separate ownershipMarcus Fritzsch1-3/+117
2017-08-08Generating binding API glue code using generate-binding.pyMarcus Fritzsch1-9/+29
2017-08-08main/app: started to move things to appMarcus Fritzsch1-0/+30