Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-11 | Remove the DB() makro, replace with logdebug() where sensible | Marcus Fritzsch | 3 | -22/+6 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-11 | layers: fix json to actually include numbers | Marcus Fritzsch | 3 | -33/+33 | |
Actually use numbers where we had number-strings. This simplifies the json parsing quite a bit. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-11 | wm-request: fix mode and shebang | Marcus Fritzsch | 1 | -1/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-09 | add script wm-request | Marcus Fritzsch | 1 | -0/+57 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | clang formatting | Marcus Fritzsch | 5 | -14/+14 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | remove Poller | Marcus Fritzsch | 2 | -37/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | remove some unnuecessary comments | Marcus Fritzsch | 10 | -42/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | remove session.vim | Marcus Fritzsch | 1 | -86/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | cmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting | Marcus Fritzsch | 1 | -1/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layers.json: add separate layers description | Marcus Fritzsch | 1 | -0/+20 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app/api: add demo_activate_all() | Marcus Fritzsch | 2 | -2/+13 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: remove spurious comment | Marcus Fritzsch | 1 | -1/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app/api: add demo_activate_surface() api_binding | Marcus Fritzsch | 6 | -0/+52 | |
* Added "main_surface" entry to layers.json. * This surface is never made invisible by activate_surface(). Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: do not set surface source rectangle on layout setup | Marcus Fritzsch | 1 | -2/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: comment on surface visiblity and layout setup | Marcus Fritzsch | 1 | -0/+2 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app/wayland: move late-tasks to App | Marcus Fritzsch | 5 | -38/+39 | |
* Move late-tasks to App. * Add add_task() to controller_hooks. * Do not roundtrip at the end of App::execute_pending(), flush() is enough. * Tasks are now void() functions, need to capture what is needed. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | cmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR | Marcus Fritzsch | 1 | -2/+2 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | fix LICENSE file | Marcus Fritzsch | 1 | -25/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | add LICENSE file | Marcus Fritzsch | 1 | -0/+202 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: add surface_set_layout(), call it from genivi::controller late-task | Marcus Fritzsch | 2 | -38/+55 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | wayland: add {surface,layer}_exists(uint32_t) methods | Marcus Fritzsch | 1 | -0/+9 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: rename fullscren surface task | Marcus Fritzsch | 1 | -1/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | add license text to implementation files | Marcus Fritzsch | 18 | -0/+288 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: debug_layers returns a representation of layers.json configuration | Marcus Fritzsch | 1 | -1/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layers: add layer and layer_map to_json() helper | Marcus Fritzsch | 2 | -1/+41 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | wayland: add genivi::full_rect and operator== for genivi::rect | Marcus Fritzsch | 1 | -0/+6 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: use config to determine json config file names | Marcus Fritzsch | 2 | -13/+23 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | add config, a simple config interface. i.e. key-value-store | Marcus Fritzsch | 3 | -1/+53 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | rename ids.json to layers.json, because that's what is is. | Marcus Fritzsch | 1 | -0/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: rename load_layer_ids to load_layer_map | Marcus Fritzsch | 1 | -2/+3 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layers: rename surface_id_to_layer and surface_id_to_layer_map | Marcus Fritzsch | 4 | -43/+36 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layer: document intentions of layer structure | Marcus Fritzsch | 1 | -0/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: some comments and erorrs regarding IDs configuration | Marcus Fritzsch | 1 | -0/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: when loading config, handle returned errors | Marcus Fritzsch | 1 | -8/+16 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: simplify config loading code, handle errors too | Marcus Fritzsch | 1 | -6/+20 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | minor clang-format | Marcus Fritzsch | 3 | -16/+16 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | add simple README | Marcus Fritzsch | 1 | -0/+71 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: handle failure to load layout.json gracefully | Marcus Fritzsch | 2 | -1/+24 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: implement configured surface areas from ids.json | Marcus Fritzsch | 4 | -20/+54 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | wayland: make genivi::rect::width and height int32 | Marcus Fritzsch | 3 | -6/+6 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: surfaces on layer != 1000 leave a 100pixel top and bottom margin | Marcus Fritzsch | 1 | -3/+14 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: add debug_terminate() event, quick hack to terminate | Marcus Fritzsch | 2 | -0/+9 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | wayland: clang-format | Marcus Fritzsch | 2 | -2/+3 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | util: clang-format | Marcus Fritzsch | 1 | -2/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layers: clang-format | Marcus Fritzsch | 2 | -15/+15 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | json_helper: clang-format | Marcus Fritzsch | 2 | -3/+5 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | controller_hooks: clang-format | Marcus Fritzsch | 1 | -1/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | app: clang-format | Marcus Fritzsch | 2 | -7/+16 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | result: return nullopt if error is actuall nullptr | Marcus Fritzsch | 1 | -5/+5 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-08-08 | layers: provide a layers-only vector | Marcus Fritzsch | 3 | -6/+14 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> |