Age | Commit message (Expand) | Author | Files | Lines |
2017-09-12 | binding: manual lock on API call, do not use noconcurrent bit | Marcus Fritzsch | 2 | -4/+3 |
2017-09-12 | app/main: dispatch wayland events using ping(), WIP on split layout | Marcus Fritzsch | 4 | -38/+245 |
2017-09-12 | binding: add ping() API call | Marcus Fritzsch | 2 | -1/+10 |
2017-09-12 | app: remove last remnants of obsolete layout config | Marcus Fritzsch | 1 | -57/+1 |
2017-09-12 | layers: fix layers parsing, do not sort by prio | Marcus Fritzsch | 2 | -14/+15 |
2017-09-12 | util: add scope tracer utility (hack, but more or less useful) | Marcus Fritzsch | 2 | -2/+27 |
2017-09-12 | wayland: extend wl::display for finer grained dispatch control | Marcus Fritzsch | 2 | -0/+23 |
2017-09-12 | WIP split layouts, reading config, defining data layout. | Marcus Fritzsch | 5 | -7/+89 |
2017-09-05 | App/binding: move binding_api impl to its own source file. | Marcus Fritzsch | 3 | -73/+103 |
2017-09-05 | main: only exit on hangup if WINMAN_EXIT_ON_HANGUP env var is present | Marcus Fritzsch | 1 | -1/+2 |
2017-09-05 | App: emit visibility events | Marcus Fritzsch | 2 | -6/+18 |
2017-09-05 | layers: prefer using instead of typedef | Marcus Fritzsch | 1 | -4/+4 |
2017-09-05 | layers.json: remove unused layers description. | Marcus Fritzsch | 1 | -20/+0 |
2017-09-05 | README: update | Marcus Fritzsch | 1 | -6/+9 |
2017-09-05 | App: be a little more thorough when activating a surface | Marcus Fritzsch | 1 | -1/+4 |
2017-09-05 | App: only activate/deactivate if necessary | Marcus Fritzsch | 1 | -4/+10 |
2017-09-05 | App: remove unimplemented (stubbed) binding API methods | Marcus Fritzsch | 2 | -18/+0 |
2017-09-05 | wayland: debug log prints IDs instead of controller ptr | Marcus Fritzsch | 1 | -29/+28 |
2017-09-05 | App: some quality improvements, add activate/deactivate helper | Marcus Fritzsch | 2 | -26/+33 |
2017-09-05 | App: remove last_active logic | Marcus Fritzsch | 2 | -39/+1 |
2017-09-05 | main: exit on compositor hangup | Marcus Fritzsch | 1 | -0/+1 |
2017-09-04 | App: cleanup requestSurface API method. | Marcus Fritzsch | 2 | -3/+4 |
2017-09-04 | App: emit activated and deactivated events | Marcus Fritzsch | 1 | -0/+4 |
2017-09-04 | App: cleanup name/id mapping and its reverse | Marcus Fritzsch | 2 | -74/+54 |
2017-09-04 | App/API: fix event emission methods | Marcus Fritzsch | 4 | -8/+13 |
2017-09-04 | main: simplify event broadcasting | Marcus Fritzsch | 1 | -2/+1 |
2017-09-04 | app: remove previous work around experiments, add one that fixes HomeScreen | Marcus Fritzsch | 1 | -21/+44 |
2017-09-04 | app: remove add_task/execute_pending support | Marcus Fritzsch | 4 | -50/+13 |
2017-09-04 | main/binding: do not allow concurrent threads in App | Marcus Fritzsch | 2 | -0/+7 |
2017-09-04 | app: workaround for visibility setting; use system() | Marcus Fritzsch | 1 | -4/+10 |
2017-09-04 | app: visibility setting work around... peak software enfineering right here!!1 | Marcus Fritzsch | 1 | -2/+13 |
2017-09-04 | app: do not use the Qt surface ID shift hack | Marcus Fritzsch | 1 | -2/+2 |
2017-09-04 | app: use activate_surface() in surface_set_layout() | Marcus Fritzsch | 1 | -2/+7 |
2017-09-04 | wayland: only create layers and surfaces when necessary | Marcus Fritzsch | 1 | -4/+10 |
2017-09-04 | wayland: honor output transformations | Marcus Fritzsch | 2 | -0/+7 |
2017-09-04 | app: do not apply left id_shift to generated ID! | Marcus Fritzsch | 1 | -1/+0 |
2017-09-04 | app: use id_shift of 22, just like in Qt | Marcus Fritzsch | 2 | -4/+4 |
2017-09-04 | app/main: add send_event() to binding_api | Marcus Fritzsch | 4 | -2/+40 |
2017-09-04 | app: added enddraw() and deactivate_surface() | Marcus Fritzsch | 3 | -11/+115 |
2017-09-04 | app/id_alloc: remove destroyed surfaces | Marcus Fritzsch | 2 | -7/+28 |
2017-09-04 | clarify some things | Marcus Fritzsch | 2 | -2/+5 |
2017-09-04 | add role to layer::to_json() | Marcus Fritzsch | 2 | -5/+1 |
2017-09-04 | clang-tidy | Marcus Fritzsch | 4 | -5/+7 |
2017-09-04 | clang-format | Marcus Fritzsch | 4 | -35/+31 |
2017-09-04 | Implement surface names | Marcus Fritzsch | 7 | -31/+225 |
2017-08-16 | app: some more constructor security | Marcus Fritzsch | 2 | -2/+3 |
2017-08-15 | layers: remove last remnants of get<T> to read ints from json | Marcus Fritzsch | 3 | -17/+7 |
2017-08-11 | layout.json: fix number strings into actual numbers. | Marcus Fritzsch | 1 | -20/+20 |
2017-08-11 | Remove the DB() makro, replace with logdebug() where sensible | Marcus Fritzsch | 3 | -22/+6 |
2017-08-11 | layers: fix json to actually include numbers | Marcus Fritzsch | 3 | -33/+33 |