Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
util: do not define needed afb version
Marcus Fritzsch
1
-1
/
+0
2017-08-08
main: use our own log functions
Marcus Fritzsch
1
-9
/
+8
2017-08-08
cmake: define afb-daemon configuration items on target basis
Marcus Fritzsch
1
-0
/
+3
2017-08-08
main: wrap afb verb handlers, "namepace" debug verbs
Marcus Fritzsch
1
-12
/
+16
2017-08-08
util: logging to the afb daemon
Marcus Fritzsch
3
-66
/
+15
2017-08-08
Move all nlohmann::json to json_helper.cpp
Marcus Fritzsch
5
-61
/
+114
2017-08-08
main: further simplification
Marcus Fritzsch
1
-10
/
+21
2017-08-08
main: reorganize and simplify
Marcus Fritzsch
1
-67
/
+82
2017-08-08
wayland: add wl::display::get_error()
Marcus Fritzsch
2
-0
/
+3
2017-08-08
Check for g_wayland in every API call.
Marcus Fritzsch
1
-5
/
+14
2017-08-08
main: add layers and surfaces API calls
Marcus Fritzsch
1
-1
/
+28
2017-08-08
Implement window manager as an AGL App-FW binding
Marcus Fritzsch
2
-87
/
+191
2017-08-08
util: noexcept logging and also noreturn for fatal()
Marcus Fritzsch
3
-10
/
+13
2017-08-08
main: read only one signal and only return -1 if it succeeded
Marcus Fritzsch
1
-2
/
+3
2017-08-08
clang-tidy the place up
Marcus Fritzsch
2
-5
/
+6
2017-08-08
all: clang-format
Marcus Fritzsch
4
-37
/
+36
2017-08-08
moved Poller and unique_fd from main to util, fixed c++ issues in util
Marcus Fritzsch
3
-72
/
+77
2017-08-08
util.h and its impl are now c++
Marcus Fritzsch
5
-5
/
+5
2017-08-08
main: read only once from stdin for status log
Marcus Fritzsch
1
-3
/
+1
2017-08-08
cmake: enable _GLIBCXX_DEBUG when building Debug
Marcus Fritzsch
1
-0
/
+6
2017-08-08
main: handling signals, added simple unique_fd RAII helper
Marcus Fritzsch
1
-2
/
+44
2017-08-08
main: read() returns ssize_t not int
Marcus Fritzsch
1
-1
/
+2
2017-08-08
main: cleanup Poller implementation
Marcus Fritzsch
1
-7
/
+1
2017-08-08
main: better check_events implementation
Marcus Fritzsch
3
-53
/
+74
2017-08-08
main: add wl_output proxy-to-id mapping in wl_output global handler
Marcus Fritzsch
1
-4
/
+10
2017-08-08
main: rename connection, streamline init_layout and error handling
Marcus Fritzsch
1
-14
/
+16
2017-08-08
wayland: do not special-case ~display for DEBUG_OUTPUT
Marcus Fritzsch
1
-11
/
+2
2017-08-08
wayland: genivi object events are called with their respective object
Marcus Fritzsch
2
-74
/
+77
2017-08-08
wayland: be explicit about our struct layer/surface designation
Marcus Fritzsch
1
-2
/
+2
2017-08-08
wayland: wayland_proxy ctor improvement
Marcus Fritzsch
1
-4
/
+3
2017-08-08
wayland: header order fixed, comment on controller member order
Marcus Fritzsch
1
-1
/
+8
2017-08-08
wayland: delete copy ctors and operators
Marcus Fritzsch
1
-0
/
+16
2017-08-08
cmake: do not generate the ivi_application protocol
Marcus Fritzsch
1
-2
/
+0
2017-08-08
wayland: unique_ptr'd wayland_proxy
Marcus Fritzsch
2
-110
/
+117
2017-08-08
wayland: removed unnecessary destructors
Marcus Fritzsch
2
-11
/
+0
2017-08-08
wayland: simpler layout for controller::proxy_to_id maps
Marcus Fritzsch
2
-4
/
+6
2017-08-08
wayland: moved screen inline methods to .cpp
Marcus Fritzsch
2
-13
/
+18
2017-08-08
main: do not include cstdlib, it's unused
Marcus Fritzsch
1
-2
/
+0
2017-08-08
wayland: moved inline methods to .cpp
Marcus Fritzsch
2
-134
/
+166
2017-08-08
wayland: less cast-y, minor style fixes
Marcus Fritzsch
1
-41
/
+39
2017-08-08
cmake: merged target properties on winman, added IPO/LTO
Marcus Fritzsch
1
-3
/
+3
2017-08-08
clang-tidy the place up
Marcus Fritzsch
3
-80
/
+91
2017-08-08
wayland: controller_surface() sets surface visibility, less lookups
Marcus Fritzsch
1
-3
/
+3
2017-08-08
wayland: less lookup-y controller_layer()
Marcus Fritzsch
1
-1
/
+2
2017-08-08
wayland: remove layer on controller::layer_destroyed
Marcus Fritzsch
1
-0
/
+2
2017-08-08
main: set layer visibility in init_layout()
Marcus Fritzsch
2
-2
/
+3
2017-08-08
wayland: minor clang-format fixes
Marcus Fritzsch
1
-2
/
+2
2017-08-08
wayland: introduce reverse mappings of proxy-ptr to id
Marcus Fritzsch
2
-2
/
+44
2017-08-08
wayland: rename controlled_entity to controller_child
Marcus Fritzsch
2
-9
/
+9
2017-08-08
main: pass struct conn by-reference to init_layout()
Marcus Fritzsch
1
-6
/
+6
[next]