Age | Commit message (Expand) | Author | Files | Lines |
2017-09-12 | App: remove unused field layouts | Marcus Fritzsch | 1 | -1/+0 |
2017-09-12 | policy: add a simple policy stub, broke some layouting tho | Marcus Fritzsch | 1 | -0/+6 |
2017-09-12 | layers/app: properly remove surfs, deactivate main_surface | Marcus Fritzsch | 1 | -0/+1 |
2017-09-12 | App: add layout_commit() | Marcus Fritzsch | 1 | -0/+1 |
2017-09-12 | App: single-method layout setup | Marcus Fritzsch | 1 | -2/+2 |
2017-09-12 | App: make a couple of methods private to signal internal use | Marcus Fritzsch | 1 | -20/+13 |
2017-09-12 | App: add enqueue_flushdraw() and check_flushdraw() | Marcus Fritzsch | 1 | -0/+2 |
2017-09-12 | App: rename api call implementations to api_* | Marcus Fritzsch | 1 | -5/+4 |
2017-09-12 | app/binding: implement crude syndraw/enddraw/flushdraw sequence | Marcus Fritzsch | 1 | -0/+4 |
2017-09-12 | App/layers: deactivate surfaces on layers above. | Marcus Fritzsch | 1 | -3/+1 |
2017-09-12 | app/layers: consolidate signed/unsigned usage | Marcus Fritzsch | 1 | -5/+5 |
2017-09-12 | app/layout: fix split layout from and to transitions | Marcus Fritzsch | 1 | -19/+0 |
2017-09-12 | binding: make the pending_events functionality nicer[tm] | Marcus Fritzsch | 1 | -0/+9 |
2017-09-12 | binding: ping() dispatches only pending events | Marcus Fritzsch | 1 | -0/+1 |
2017-09-12 | app/main: dispatch wayland events using ping(), WIP on split layout | Marcus Fritzsch | 1 | -6/+22 |
2017-09-12 | WIP split layouts, reading config, defining data layout. | Marcus Fritzsch | 1 | -0/+15 |
2017-09-05 | App: emit visibility events | Marcus Fritzsch | 1 | -0/+2 |
2017-09-05 | App: some quality improvements, add activate/deactivate helper | Marcus Fritzsch | 1 | -2/+5 |
2017-09-05 | App: remove last_active logic | Marcus Fritzsch | 1 | -2/+0 |
2017-09-04 | App: cleanup requestSurface API method. | Marcus Fritzsch | 1 | -0/+1 |
2017-09-04 | App: cleanup name/id mapping and its reverse | Marcus Fritzsch | 1 | -23/+22 |
2017-09-04 | App/API: fix event emission methods | Marcus Fritzsch | 1 | -0/+1 |
2017-09-04 | app: remove add_task/execute_pending support | Marcus Fritzsch | 1 | -5/+0 |
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 | 1 | -2/+2 |
2017-09-04 | app/main: add send_event() to binding_api | Marcus Fritzsch | 1 | -0/+6 |
2017-09-04 | app: added enddraw() and deactivate_surface() | Marcus Fritzsch | 1 | -1/+10 |
2017-09-04 | app/id_alloc: remove destroyed surfaces | Marcus Fritzsch | 1 | -4/+22 |
2017-09-04 | clang-tidy | Marcus Fritzsch | 1 | -1/+1 |
2017-09-04 | clang-format | Marcus Fritzsch | 1 | -1/+2 |
2017-09-04 | Implement surface names | Marcus Fritzsch | 1 | -1/+53 |
2017-08-16 | app: some more constructor security | Marcus Fritzsch | 1 | -1/+3 |
2017-08-08 | clang formatting | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | remove some unnuecessary comments | Marcus Fritzsch | 1 | -4/+0 |
2017-08-08 | app/api: add demo_activate_surface() api_binding | Marcus Fritzsch | 1 | -0/+1 |
2017-08-08 | app/wayland: move late-tasks to App | Marcus Fritzsch | 1 | -0/+6 |
2017-08-08 | app: add surface_set_layout(), call it from genivi::controller late-task | Marcus Fritzsch | 1 | -0/+1 |
2017-08-08 | add license text to implementation files | Marcus Fritzsch | 1 | -0/+16 |
2017-08-08 | app: use config to determine json config file names | Marcus Fritzsch | 1 | -0/+3 |
2017-08-08 | layers: rename surface_id_to_layer and surface_id_to_layer_map | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | app: clang-format | Marcus Fritzsch | 1 | -3/+3 |
2017-08-08 | app: scene setup according to ids.json | Marcus Fritzsch | 1 | -0/+2 |
2017-08-08 | app: wire up controller_hooks | Marcus Fritzsch | 1 | -0/+5 |
2017-08-08 | app: add very c++-y layout parsing | Marcus Fritzsch | 1 | -0/+3 |
2017-08-08 | app: reset g_app on ~App() | Marcus Fritzsch | 1 | -0/+4 |
2017-08-08 | clang-format, mostly indenting. | Marcus Fritzsch | 1 | -17/+18 |
2017-08-08 | glue: renamed output files to better represent their actual purpose | Marcus Fritzsch | 1 | -1/+1 |
2017-08-08 | main: move most of main to app, separate ownership | Marcus Fritzsch | 1 | -2/+12 |
2017-08-08 | Generating binding API glue code using generate-binding.py | Marcus Fritzsch | 1 | -33/+13 |
2017-08-08 | main/app: started to move things to app | Marcus Fritzsch | 1 | -0/+52 |