Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-12 | util/cmake: enable ScopeTracing through cmake variable option | Marcus Fritzsch | 3 | -8/+20 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | scripts: wm-request uses afb-client-demo | Marcus Fritzsch | 1 | -13/+9 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | app: do not inline assignments | Marcus Fritzsch | 1 | -3/+3 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | app/layers: consolidate signed/unsigned usage | Marcus Fritzsch | 3 | -46/+36 | |
* Also make use of optional's operator* where appropriate. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | app/layout: fix split layout from and to transitions | Marcus Fritzsch | 3 | -108/+71 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | binding: protect raise(SIGKILL) by getenv | Marcus Fritzsch | 1 | -2/+4 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | binding: make the pending_events functionality nicer[tm] | Marcus Fritzsch | 3 | -9/+19 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | binding: ping() dispatches only pending events | Marcus Fritzsch | 6 | -7/+19 | |
* Also, move binding_m mutex to the binding glue. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | binding: manual lock on API call, do not use noconcurrent bit | Marcus Fritzsch | 2 | -4/+3 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | app/main: dispatch wayland events using ping(), WIP on split layout | Marcus Fritzsch | 4 | -38/+245 | |
* Dispatch ayland events with ping() API call, after having read events from wayland fd - in order to prevent indefinite-poll on wrongly read+ dispatch from multiple threads (dispatcher and API call). * Add scope trace to all API call thunks. * Split layout advancements, still broken AF though. * Add App1 example split layout to App layer. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | binding: add ping() API call | Marcus Fritzsch | 2 | -1/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | app: remove last remnants of obsolete layout config | Marcus Fritzsch | 1 | -57/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | layers: fix layers parsing, do not sort by prio | Marcus Fritzsch | 2 | -14/+15 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | util: add scope tracer utility (hack, but more or less useful) | Marcus Fritzsch | 2 | -2/+27 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | wayland: extend wl::display for finer grained dispatch control | Marcus Fritzsch | 2 | -0/+23 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-12 | WIP split layouts, reading config, defining data layout. | Marcus Fritzsch | 5 | -7/+89 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App/binding: move binding_api impl to its own source file. | Marcus Fritzsch | 3 | -73/+103 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | main: only exit on hangup if WINMAN_EXIT_ON_HANGUP env var is present | Marcus Fritzsch | 1 | -1/+2 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: emit visibility events | Marcus Fritzsch | 2 | -6/+18 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | layers: prefer using instead of typedef | Marcus Fritzsch | 1 | -4/+4 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | layers.json: remove unused layers description. | Marcus Fritzsch | 1 | -20/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | README: update | Marcus Fritzsch | 1 | -6/+9 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: be a little more thorough when activating a surface | Marcus Fritzsch | 1 | -1/+4 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: only activate/deactivate if necessary | Marcus Fritzsch | 1 | -4/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: remove unimplemented (stubbed) binding API methods | Marcus Fritzsch | 2 | -18/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | wayland: debug log prints IDs instead of controller ptr | Marcus Fritzsch | 1 | -29/+28 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: some quality improvements, add activate/deactivate helper | Marcus Fritzsch | 2 | -26/+33 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | App: remove last_active logic | Marcus Fritzsch | 2 | -39/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-05 | main: exit on compositor hangup | Marcus Fritzsch | 1 | -0/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | App: cleanup requestSurface API method. | Marcus Fritzsch | 2 | -3/+4 | |
* Use lookup_id(). * Do not call activate_surface() as the surface does not yet exist. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | App: emit activated and deactivated events | Marcus Fritzsch | 1 | -0/+4 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | App: cleanup name/id mapping and its reverse | Marcus Fritzsch | 2 | -74/+54 | |
* Single name/id mapping in id_alloc. * Add Proxy methods to App. * Disable old API functions to activate surfaces by ID. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | App/API: fix event emission methods | Marcus Fritzsch | 4 | -8/+13 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | main: simplify event broadcasting | Marcus Fritzsch | 1 | -2/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: remove previous work around experiments, add one that fixes HomeScreen | Marcus Fritzsch | 1 | -21/+44 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: remove add_task/execute_pending support | Marcus Fritzsch | 4 | -50/+13 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | main/binding: do not allow concurrent threads in App | Marcus Fritzsch | 2 | -0/+7 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: workaround for visibility setting; use system() | Marcus Fritzsch | 1 | -4/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: visibility setting work around... peak software enfineering right here!!1 | Marcus Fritzsch | 1 | -2/+13 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: do not use the Qt surface ID shift hack | Marcus Fritzsch | 1 | -2/+2 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: use activate_surface() in surface_set_layout() | Marcus Fritzsch | 1 | -2/+7 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | wayland: only create layers and surfaces when necessary | Marcus Fritzsch | 1 | -4/+10 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | wayland: honor output transformations | Marcus Fritzsch | 2 | -0/+7 | |
At least rotations by 90 and 270 degrees. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: do not apply left id_shift to generated ID! | Marcus Fritzsch | 1 | -1/+0 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: use id_shift of 22, just like in Qt | Marcus Fritzsch | 2 | -4/+4 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app/main: add send_event() to binding_api | Marcus Fritzsch | 4 | -2/+40 | |
* Preliminary event support - wrong names, likely wrong implementation Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app: added enddraw() and deactivate_surface() | Marcus Fritzsch | 3 | -11/+115 | |
Implementation untested, not sure if this is even sensible... Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | app/id_alloc: remove destroyed surfaces | Marcus Fritzsch | 2 | -7/+28 | |
Also, make away with those overloaded operators for generation and lookup. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | clarify some things | Marcus Fritzsch | 2 | -2/+5 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> | |||||
2017-09-04 | add role to layer::to_json() | Marcus Fritzsch | 2 | -5/+1 | |
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com> |