staging/windowmanager.git
6 years agoclang-tidy
Marcus Fritzsch [Thu, 17 Aug 2017 15:09:24 +0000 (17:09 +0200)]
clang-tidy

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoclang-format
Marcus Fritzsch [Thu, 17 Aug 2017 15:03:00 +0000 (17:03 +0200)]
clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoImplement surface names
Marcus Fritzsch [Thu, 17 Aug 2017 14:45:56 +0000 (16:45 +0200)]
Implement surface names

* request_surface(name: string) -> id: int.
* activate_surface(name: string).
* names will be mapped to their respective layers by use of the layers'
  surface rola match, a regex.
* the generated IDs are global and not reused.
* allow wp-request to use -p, disable use of pygments even if found.

Things missing:
* surface removal does not remove already established mappings/names.
* Mostly untested.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: some more constructor security
Marcus Fritzsch [Wed, 16 Aug 2017 12:52:40 +0000 (14:52 +0200)]
app: some more constructor security

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: remove last remnants of get<T> to read ints from json
Marcus Fritzsch [Tue, 15 Aug 2017 14:00:51 +0000 (16:00 +0200)]
layers: remove last remnants of get<T> to read ints from json

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayout.json: fix number strings into actual numbers.
Marcus Fritzsch [Wed, 9 Aug 2017 14:16:38 +0000 (16:16 +0200)]
layout.json: fix number strings into actual numbers.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoRemove the DB() makro, replace with logdebug() where sensible
Marcus Fritzsch [Wed, 9 Aug 2017 14:16:06 +0000 (16:16 +0200)]
Remove the DB() makro, replace with logdebug() where sensible

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: fix json to actually include numbers
Marcus Fritzsch [Wed, 9 Aug 2017 13:57:18 +0000 (15:57 +0200)]
layers: fix json to actually include numbers

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>
6 years agowm-request: fix mode and shebang
Marcus Fritzsch [Wed, 9 Aug 2017 13:24:24 +0000 (15:24 +0200)]
wm-request: fix mode and shebang

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd script wm-request
Marcus Fritzsch [Wed, 9 Aug 2017 10:42:26 +0000 (12:42 +0200)]
add script wm-request

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoclang formatting
Marcus Fritzsch [Tue, 8 Aug 2017 10:04:28 +0000 (12:04 +0200)]
clang formatting

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoremove Poller
Marcus Fritzsch [Tue, 8 Aug 2017 10:03:45 +0000 (12:03 +0200)]
remove Poller

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoremove some unnuecessary comments
Marcus Fritzsch [Tue, 8 Aug 2017 10:03:35 +0000 (12:03 +0200)]
remove some unnuecessary comments

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoremove session.vim
Marcus Fritzsch [Tue, 8 Aug 2017 09:26:18 +0000 (11:26 +0200)]
remove session.vim

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
Marcus Fritzsch [Tue, 8 Aug 2017 09:07:57 +0000 (11:07 +0200)]
cmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers.json: add separate layers description
Marcus Fritzsch [Thu, 3 Aug 2017 12:07:03 +0000 (14:07 +0200)]
layers.json: add separate layers description

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/api: add demo_activate_all()
Marcus Fritzsch [Thu, 3 Aug 2017 10:38:51 +0000 (12:38 +0200)]
app/api: add demo_activate_all()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: remove spurious comment
Marcus Fritzsch [Thu, 3 Aug 2017 09:39:08 +0000 (11:39 +0200)]
app: remove spurious comment

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/api: add demo_activate_surface() api_binding
Marcus Fritzsch [Thu, 3 Aug 2017 08:37:01 +0000 (10:37 +0200)]
app/api: add demo_activate_surface() api_binding

* 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>
6 years agoapp: do not set surface source rectangle on layout setup
Marcus Fritzsch [Wed, 2 Aug 2017 14:27:44 +0000 (16:27 +0200)]
app: do not set surface source rectangle on layout setup

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: comment on surface visiblity and layout setup
Marcus Fritzsch [Wed, 2 Aug 2017 14:25:02 +0000 (16:25 +0200)]
app: comment on surface visiblity and layout setup

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/wayland: move late-tasks to App
Marcus Fritzsch [Wed, 2 Aug 2017 14:16:15 +0000 (16:16 +0200)]
app/wayland: move late-tasks to App

* 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>
6 years agocmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR
Marcus Fritzsch [Wed, 2 Aug 2017 13:59:38 +0000 (15:59 +0200)]
cmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agofix LICENSE file
Marcus Fritzsch [Wed, 2 Aug 2017 13:42:24 +0000 (15:42 +0200)]
fix LICENSE file

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd LICENSE file
Marcus Fritzsch [Wed, 2 Aug 2017 13:38:08 +0000 (15:38 +0200)]
add LICENSE file

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: add surface_set_layout(), call it from genivi::controller late-task
Marcus Fritzsch [Wed, 2 Aug 2017 12:13:42 +0000 (14:13 +0200)]
app: add surface_set_layout(), call it from genivi::controller late-task

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: add {surface,layer}_exists(uint32_t) methods
Marcus Fritzsch [Wed, 2 Aug 2017 12:13:08 +0000 (14:13 +0200)]
wayland: add {surface,layer}_exists(uint32_t) methods

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: rename fullscren surface task
Marcus Fritzsch [Wed, 2 Aug 2017 09:03:30 +0000 (11:03 +0200)]
app: rename fullscren surface task

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd license text to implementation files
Marcus Fritzsch [Wed, 2 Aug 2017 09:03:18 +0000 (11:03 +0200)]
add license text to implementation files

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: debug_layers returns a representation of layers.json configuration
Marcus Fritzsch [Tue, 1 Aug 2017 15:49:40 +0000 (17:49 +0200)]
app: debug_layers returns a representation of layers.json configuration

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: add layer and layer_map to_json() helper
Marcus Fritzsch [Tue, 1 Aug 2017 15:49:04 +0000 (17:49 +0200)]
layers: add layer and layer_map to_json() helper

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: add genivi::full_rect and operator== for genivi::rect
Marcus Fritzsch [Tue, 1 Aug 2017 15:48:07 +0000 (17:48 +0200)]
wayland: add genivi::full_rect and operator== for genivi::rect

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: use config to determine json config file names
Marcus Fritzsch [Tue, 1 Aug 2017 15:15:19 +0000 (17:15 +0200)]
app: use config to determine json config file names

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd config, a simple config interface. i.e. key-value-store
Marcus Fritzsch [Tue, 1 Aug 2017 15:13:56 +0000 (17:13 +0200)]
add config, a simple config interface. i.e. key-value-store

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agorename ids.json to layers.json, because that's what is is.
Marcus Fritzsch [Tue, 1 Aug 2017 15:13:03 +0000 (17:13 +0200)]
rename ids.json to layers.json, because that's what is is.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: rename load_layer_ids to load_layer_map
Marcus Fritzsch [Tue, 1 Aug 2017 14:25:24 +0000 (16:25 +0200)]
app: rename load_layer_ids to load_layer_map

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: rename surface_id_to_layer and surface_id_to_layer_map
Marcus Fritzsch [Tue, 1 Aug 2017 14:16:29 +0000 (16:16 +0200)]
layers: rename surface_id_to_layer and surface_id_to_layer_map

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayer: document intentions of layer structure
Marcus Fritzsch [Tue, 1 Aug 2017 14:14:12 +0000 (16:14 +0200)]
layer: document intentions of layer structure

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: some comments and erorrs regarding IDs configuration
Marcus Fritzsch [Tue, 1 Aug 2017 14:05:47 +0000 (16:05 +0200)]
app: some comments and erorrs regarding IDs configuration

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: when loading config, handle returned errors
Marcus Fritzsch [Tue, 1 Aug 2017 14:05:29 +0000 (16:05 +0200)]
app: when loading config, handle returned errors

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: simplify config loading code, handle errors too
Marcus Fritzsch [Tue, 1 Aug 2017 14:05:10 +0000 (16:05 +0200)]
app: simplify config loading code, handle errors too

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agominor clang-format
Marcus Fritzsch [Tue, 1 Aug 2017 10:50:28 +0000 (12:50 +0200)]
minor clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd simple README
Marcus Fritzsch [Tue, 1 Aug 2017 10:22:42 +0000 (12:22 +0200)]
add simple README

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: handle failure to load layout.json gracefully
Marcus Fritzsch [Tue, 1 Aug 2017 10:19:14 +0000 (12:19 +0200)]
app: handle failure to load layout.json gracefully

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: implement configured surface areas from ids.json
Marcus Fritzsch [Tue, 1 Aug 2017 09:48:13 +0000 (11:48 +0200)]
app: implement configured surface areas from ids.json

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: make genivi::rect::width and height int32
Marcus Fritzsch [Tue, 1 Aug 2017 09:47:46 +0000 (11:47 +0200)]
wayland: make genivi::rect::width and height int32

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: surfaces on layer != 1000 leave a 100pixel top and bottom margin
Marcus Fritzsch [Mon, 31 Jul 2017 10:16:11 +0000 (12:16 +0200)]
app: surfaces on layer != 1000 leave a 100pixel top and bottom margin

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: add debug_terminate() event, quick hack to terminate
Marcus Fritzsch [Fri, 28 Jul 2017 13:43:47 +0000 (15:43 +0200)]
app: add debug_terminate() event, quick hack to terminate

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:07:01 +0000 (15:07 +0200)]
wayland: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:06:50 +0000 (15:06 +0200)]
util: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:06:42 +0000 (15:06 +0200)]
layers: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agojson_helper: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:06:28 +0000 (15:06 +0200)]
json_helper: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocontroller_hooks: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:06:17 +0000 (15:06 +0200)]
controller_hooks: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: clang-format
Marcus Fritzsch [Fri, 28 Jul 2017 13:06:05 +0000 (15:06 +0200)]
app: clang-format

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoresult: return nullopt if error is actuall nullptr
Marcus Fritzsch [Fri, 28 Jul 2017 13:05:53 +0000 (15:05 +0200)]
result: return nullopt if error is actuall nullptr

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: provide a layers-only vector
Marcus Fritzsch [Fri, 28 Jul 2017 12:40:27 +0000 (14:40 +0200)]
layers: provide a layers-only vector

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: logdebug() layer setup
Marcus Fritzsch [Fri, 28 Jul 2017 12:08:43 +0000 (14:08 +0200)]
app: logdebug() layer setup

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: scene setup according to ids.json
Marcus Fritzsch [Fri, 28 Jul 2017 11:19:47 +0000 (13:19 +0200)]
app: scene setup according to ids.json

* Setup layers as specified in ids.json.
* Map surfaces to their layers.
* Complain about unknown surfaces (i.e. those w/o a mapping).

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: preallocate layouts storage
Marcus Fritzsch [Fri, 28 Jul 2017 10:43:09 +0000 (12:43 +0200)]
app: preallocate layouts storage

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/wayland: move surface setup as is to app controller hook
Marcus Fritzsch [Fri, 28 Jul 2017 10:34:43 +0000 (12:34 +0200)]
app/wayland: move surface setup as is to app controller hook

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: wire up controller_hooks
Marcus Fritzsch [Fri, 28 Jul 2017 10:33:56 +0000 (12:33 +0200)]
app: wire up controller_hooks

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd controller_hooks, a proxy for calls from the controller to the application
Marcus Fritzsch [Fri, 28 Jul 2017 10:31:24 +0000 (12:31 +0200)]
add controller_hooks, a proxy for calls from the controller to the application

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp/layers: move embedded test run to layers
Marcus Fritzsch [Fri, 28 Jul 2017 07:57:24 +0000 (09:57 +0200)]
app/layers: move embedded test run to layers

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoremove some of th more verbose debug messages
Marcus Fritzsch [Fri, 28 Jul 2017 07:56:52 +0000 (09:56 +0200)]
remove some of th more verbose debug messages

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoresult: remove broken map()
Marcus Fritzsch [Fri, 28 Jul 2017 07:56:21 +0000 (09:56 +0200)]
result: remove broken map()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: move get_layer_for_surface() to .cpp
Marcus Fritzsch [Thu, 27 Jul 2017 22:36:46 +0000 (00:36 +0200)]
layers: move get_layer_for_surface() to .cpp

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoclang-tidy once more
Marcus Fritzsch [Thu, 27 Jul 2017 21:53:26 +0000 (23:53 +0200)]
clang-tidy once more

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayers: introduce layers.hpp and .cpp for layer related code
Marcus Fritzsch [Thu, 27 Jul 2017 21:12:17 +0000 (23:12 +0200)]
layers: introduce layers.hpp and .cpp for layer related code

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoids.json: add comment about tests expecting a failure
Marcus Fritzsch [Thu, 27 Jul 2017 14:11:14 +0000 (16:11 +0200)]
ids.json: add comment about tests expecting a failure

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayout: check id_min against lower_bound() result
Marcus Fritzsch [Thu, 27 Jul 2017 14:02:00 +0000 (16:02 +0200)]
layout: check id_min against lower_bound() result

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: resturn Err() on failed IDs test
Marcus Fritzsch [Thu, 27 Jul 2017 14:01:41 +0000 (16:01 +0200)]
app: resturn Err() on failed IDs test

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: try to parse ids.json, run embedded tests (debug output only)
Marcus Fritzsch [Thu, 27 Jul 2017 13:52:10 +0000 (15:52 +0200)]
app: try to parse ids.json, run embedded tests (debug output only)

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agolayout: add surface id to layer mapping
Marcus Fritzsch [Thu, 27 Jul 2017 13:51:35 +0000 (15:51 +0200)]
layout: add surface id to layer mapping

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoresult: add some more functionality
Marcus Fritzsch [Thu, 27 Jul 2017 13:50:10 +0000 (15:50 +0200)]
result: add some more functionality

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil: move DB() debug macro from app
Marcus Fritzsch [Thu, 27 Jul 2017 13:49:50 +0000 (15:49 +0200)]
util: move DB() debug macro from app

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agojson_helper: move get here (from app)
Marcus Fritzsch [Thu, 27 Jul 2017 13:49:28 +0000 (15:49 +0200)]
json_helper: move get here (from app)

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoadd ids.json and layout.json
Marcus Fritzsch [Thu, 27 Jul 2017 13:48:54 +0000 (15:48 +0200)]
add ids.json and layout.json

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: propagate errors from layout parsing, more thorough checking
Marcus Fritzsch [Tue, 25 Jul 2017 11:03:47 +0000 (13:03 +0200)]
app: propagate errors from layout parsing, more thorough checking

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoresult: implicit unwrap on conversion to result T
Marcus Fritzsch [Tue, 25 Jul 2017 11:02:24 +0000 (13:02 +0200)]
result: implicit unwrap on conversion to result T

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: add very c++-y layout parsing
Marcus Fritzsch [Tue, 25 Jul 2017 10:27:54 +0000 (12:27 +0200)]
app: add very c++-y layout parsing

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: add display::add_global_handler which forwards to registry
Marcus Fritzsch [Mon, 24 Jul 2017 09:42:54 +0000 (11:42 +0200)]
wayland: add display::add_global_handler which forwards to registry

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: fix source list layout
Marcus Fritzsch [Mon, 24 Jul 2017 09:42:32 +0000 (11:42 +0200)]
cmake: fix source list layout

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: require afb-daemon w/o version specifier
Marcus Fritzsch [Mon, 24 Jul 2017 09:42:16 +0000 (11:42 +0200)]
cmake: require afb-daemon w/o version specifier

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agocmake: add opton to link against LLVM's libc++
Marcus Fritzsch [Mon, 24 Jul 2017 09:41:58 +0000 (11:41 +0200)]
cmake: add opton to link against LLVM's libc++

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agojson_helper: use json-c object creation
Marcus Fritzsch [Thu, 13 Jul 2017 10:09:38 +0000 (12:09 +0200)]
json_helper: use json-c object creation

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoapp: reset g_app on ~App()
Marcus Fritzsch [Thu, 13 Jul 2017 10:09:22 +0000 (12:09 +0200)]
app: reset g_app on ~App()

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoclang-format, mostly indenting.
Marcus Fritzsch [Thu, 13 Jul 2017 08:23:55 +0000 (10:23 +0200)]
clang-format, mostly indenting.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoclang-tidy the place up
Marcus Fritzsch [Thu, 13 Jul 2017 07:38:59 +0000 (09:38 +0200)]
clang-tidy the place up

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoglue: renamed output files to better represent their actual purpose
Marcus Fritzsch [Thu, 13 Jul 2017 07:30:04 +0000 (09:30 +0200)]
glue: renamed output files to better represent their actual purpose

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: move most of main to app, separate ownership
Marcus Fritzsch [Wed, 12 Jul 2017 14:40:29 +0000 (16:40 +0200)]
main: move most of main to app, separate ownership

* Move everything apart from the display connection itself to App.
* Everything depending on the display however is owned by App.
* Dispatch events for the application in App::dispatch_events()
That is, display_dispatch and local stuff e.g. execute_pending().

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoGenerating binding API glue code using generate-binding.py
Marcus Fritzsch [Wed, 12 Jul 2017 13:59:37 +0000 (15:59 +0200)]
Generating binding API glue code using generate-binding.py

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain/app: started to move things to app
Marcus Fritzsch [Tue, 11 Jul 2017 13:18:42 +0000 (15:18 +0200)]
main/app: started to move things to app

Started implementing App, as the actual implementation, that is, to
pull out all the stuff that is actually the application and only have
glue code reside in main.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: appid and surfaceid in register_surface are unsigned
Marcus Fritzsch [Tue, 11 Jul 2017 13:17:32 +0000 (15:17 +0200)]
main: appid and surfaceid in register_surface are unsigned

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: rename g_wayland to g_afb_instance
Marcus Fritzsch [Tue, 11 Jul 2017 13:17:07 +0000 (15:17 +0200)]
main: rename g_wayland to g_afb_instance

It holds the data necessary for the AFB to work, hence call it
g_afb_instance to make this clear.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agowayland: sprops and lprops should be before the *_map_types
Marcus Fritzsch [Mon, 10 Jul 2017 13:42:13 +0000 (15:42 +0200)]
wayland: sprops and lprops should be before the *_map_types

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoTrack surface/layer properties with one struct
Marcus Fritzsch [Mon, 10 Jul 2017 08:44:29 +0000 (10:44 +0200)]
Track surface/layer properties with one struct

As both share the exact same properties this makes sense, we now can
write code once and work on both layer and surface properties. This
however is only relevant in the wayland "level" of things, as in WM
semantics layers are always fullscreen.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: imeplemented dummy register_surface with reply
Marcus Fritzsch [Fri, 7 Jul 2017 12:32:25 +0000 (14:32 +0200)]
main: imeplemented dummy register_surface with reply

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: remove CHECK_WAYLAND, inline logic into WRAP
Marcus Fritzsch [Fri, 7 Jul 2017 06:03:41 +0000 (08:03 +0200)]
main: remove CHECK_WAYLAND, inline logic into WRAP

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agoutil: do not define needed afb version
Marcus Fritzsch [Thu, 6 Jul 2017 13:45:03 +0000 (15:45 +0200)]
util: do not define needed afb version

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
6 years agomain: use our own log functions
Marcus Fritzsch [Thu, 6 Jul 2017 13:44:41 +0000 (15:44 +0200)]
main: use our own log functions

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>