aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-08cmake: do not generate the ivi_application protocolMarcus Fritzsch1-2/+0
2017-08-08wayland: unique_ptr'd wayland_proxyMarcus Fritzsch2-110/+117
2017-08-08wayland: removed unnecessary destructorsMarcus Fritzsch2-11/+0
2017-08-08wayland: simpler layout for controller::proxy_to_id mapsMarcus Fritzsch2-4/+6
2017-08-08wayland: moved screen inline methods to .cppMarcus Fritzsch2-13/+18
2017-08-08main: do not include cstdlib, it's unusedMarcus Fritzsch1-2/+0
2017-08-08wayland: moved inline methods to .cppMarcus Fritzsch2-134/+166
2017-08-08wayland: less cast-y, minor style fixesMarcus Fritzsch1-41/+39
2017-08-08cmake: merged target properties on winman, added IPO/LTOMarcus Fritzsch1-3/+3
2017-08-08clang-tidy the place upMarcus Fritzsch3-80/+91
2017-08-08wayland: controller_surface() sets surface visibility, less lookupsMarcus Fritzsch1-3/+3
2017-08-08wayland: less lookup-y controller_layer()Marcus Fritzsch1-1/+2
2017-08-08wayland: remove layer on controller::layer_destroyedMarcus Fritzsch1-0/+2
2017-08-08main: set layer visibility in init_layout()Marcus Fritzsch2-2/+3
2017-08-08wayland: minor clang-format fixesMarcus Fritzsch1-2/+2
2017-08-08wayland: introduce reverse mappings of proxy-ptr to idMarcus Fritzsch2-2/+44
2017-08-08wayland: rename controlled_entity to controller_childMarcus Fritzsch2-9/+9
2017-08-08main: pass struct conn by-reference to init_layout()Marcus Fritzsch1-6/+6
2017-08-08main: strip std::quniue_ptr from wl::display as it is superfluousMarcus Fritzsch1-17/+17
2017-08-08wayland: cast wl_fixed_to_double() return to float for our interfaceMarcus Fritzsch1-2/+4
2017-08-08wayland: display unique_ptr holds a void(*)(...) deleterMarcus Fritzsch2-5/+8
2017-08-08wayland: clang-formatMarcus Fritzsch2-21/+21
2017-08-08util: make log_() staticMarcus Fritzsch1-1/+2
2017-08-08wayland: one less level of unique_ptrMarcus Fritzsch3-25/+23
2017-08-08main: use auto variables where appropriate and sensibleMarcus Fritzsch1-4/+4
2017-08-08main: header hygieneMarcus Fritzsch1-5/+0
2017-08-08cmake: modernized to the best of my knowledgeMarcus Fritzsch1-1/+29
2017-08-08wayland: set surface layout in controller::surfaceMarcus Fritzsch1-15/+11
2017-08-08use unordered_map for id->obj mapsMarcus Fritzsch3-9/+7
2017-08-08main: c++-ifiy struct conn c initMarcus Fritzsch1-1/+1
2017-08-08main: do not capture the whole environment in lambdasMarcus Fritzsch1-2/+2
2017-08-08main: added some 'demarcation' commentsMarcus Fritzsch1-0/+18
2017-08-08main/init_layout: use screen::set_render_order instead of add_layer callsMarcus Fritzsch1-2/+1
2017-08-08wayland: C++ified set_render_order requests for layer and screenMarcus Fritzsch1-2/+15
2017-08-08wayland: initialize layer membersMarcus Fritzsch1-2/+10
2017-08-08wayland: print debug message when setting surface onto layerMarcus Fritzsch1-0/+1
2017-08-08wayland: remove surface immediately on surface_destroyed eventMarcus Fritzsch1-0/+1
2017-08-08main: flush after execute_pendingMarcus Fritzsch1-0/+1
2017-08-08main: Reset layout on stratup; bottom and top layer layoutMarcus Fritzsch1-12/+19
2017-08-08wayland: put surface 0x16180 on layer 100, all others on layer 1000Marcus Fritzsch1-2/+3
2017-08-08wayland: minimal code style changeMarcus Fritzsch1-1/+3
2017-08-08main: also show layer info on line breakMarcus Fritzsch1-0/+11
2017-08-08wayland: simplify surface property settingMarcus Fritzsch1-12/+8
2017-08-08wayland: store layer propertiesMarcus Fritzsch2-9/+21
2017-08-08wayland: set surfaces fullscreen when configured.Marcus Fritzsch2-6/+9
2017-08-08wayland: initalize all controll membersMarcus Fritzsch2-1/+8
2017-08-08main: init dummy layout of layer 100 on the first screenMarcus Fritzsch1-0/+25
2017-08-08main: check that outputs are available before running main loopMarcus Fritzsch1-0/+3
2017-08-08wayland: add missing add_layer and clear requests to genivi::screenMarcus Fritzsch1-0/+3
2017-08-08wayland: add missing controller requestsMarcus Fritzsch2-1/+19