Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
layer: document intentions of layer structure
Marcus Fritzsch
1
-0
/
+10
2017-08-08
app: some comments and erorrs regarding IDs configuration
Marcus Fritzsch
1
-0
/
+10
2017-08-08
app: when loading config, handle returned errors
Marcus Fritzsch
1
-8
/
+16
2017-08-08
app: simplify config loading code, handle errors too
Marcus Fritzsch
1
-6
/
+20
2017-08-08
minor clang-format
Marcus Fritzsch
3
-16
/
+16
2017-08-08
add simple README
Marcus Fritzsch
1
-0
/
+71
2017-08-08
app: handle failure to load layout.json gracefully
Marcus Fritzsch
2
-1
/
+24
2017-08-08
app: implement configured surface areas from ids.json
Marcus Fritzsch
4
-20
/
+54
2017-08-08
wayland: make genivi::rect::width and height int32
Marcus Fritzsch
3
-6
/
+6
2017-08-08
app: surfaces on layer != 1000 leave a 100pixel top and bottom margin
Marcus Fritzsch
1
-3
/
+14
2017-08-08
app: add debug_terminate() event, quick hack to terminate
Marcus Fritzsch
2
-0
/
+9
2017-08-08
wayland: clang-format
Marcus Fritzsch
2
-2
/
+3
2017-08-08
util: clang-format
Marcus Fritzsch
1
-2
/
+1
2017-08-08
layers: clang-format
Marcus Fritzsch
2
-15
/
+15
2017-08-08
json_helper: clang-format
Marcus Fritzsch
2
-3
/
+5
2017-08-08
controller_hooks: clang-format
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app: clang-format
Marcus Fritzsch
2
-7
/
+16
2017-08-08
result: return nullopt if error is actuall nullptr
Marcus Fritzsch
1
-5
/
+5
2017-08-08
layers: provide a layers-only vector
Marcus Fritzsch
3
-6
/
+14
2017-08-08
app: logdebug() layer setup
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app: scene setup according to ids.json
Marcus Fritzsch
2
-35
/
+40
2017-08-08
app: preallocate layouts storage
Marcus Fritzsch
1
-0
/
+1
2017-08-08
app/wayland: move surface setup as is to app controller hook
Marcus Fritzsch
2
-9
/
+12
2017-08-08
app: wire up controller_hooks
Marcus Fritzsch
3
-3
/
+47
2017-08-08
add controller_hooks, a proxy for calls from the controller to the application
Marcus Fritzsch
2
-1
/
+25
2017-08-08
app/layers: move embedded test run to layers
Marcus Fritzsch
2
-23
/
+30
2017-08-08
remove some of th more verbose debug messages
Marcus Fritzsch
2
-2
/
+2
2017-08-08
result: remove broken map()
Marcus Fritzsch
1
-12
/
+0
2017-08-08
layers: move get_layer_for_surface() to .cpp
Marcus Fritzsch
2
-21
/
+29
2017-08-08
clang-tidy once more
Marcus Fritzsch
3
-10
/
+3
2017-08-08
layers: introduce layers.hpp and .cpp for layer related code
Marcus Fritzsch
6
-86
/
+109
2017-08-08
ids.json: add comment about tests expecting a failure
Marcus Fritzsch
1
-1
/
+1
2017-08-08
layout: check id_min against lower_bound() result
Marcus Fritzsch
1
-1
/
+3
2017-08-08
app: resturn Err() on failed IDs test
Marcus Fritzsch
1
-4
/
+3
2017-08-08
app: try to parse ids.json, run embedded tests (debug output only)
Marcus Fritzsch
1
-14
/
+48
2017-08-08
layout: add surface id to layer mapping
Marcus Fritzsch
2
-2
/
+78
2017-08-08
result: add some more functionality
Marcus Fritzsch
1
-0
/
+26
2017-08-08
util: move DB() debug macro from app
Marcus Fritzsch
2
-11
/
+12
2017-08-08
json_helper: move get here (from app)
Marcus Fritzsch
2
-10
/
+12
2017-08-08
add ids.json and layout.json
Marcus Fritzsch
2
-0
/
+84
2017-08-08
app: propagate errors from layout parsing, more thorough checking
Marcus Fritzsch
1
-15
/
+30
2017-08-08
result: implicit unwrap on conversion to result T
Marcus Fritzsch
1
-1
/
+10
2017-08-08
app: add very c++-y layout parsing
Marcus Fritzsch
4
-4
/
+127
2017-08-08
wayland: add display::add_global_handler which forwards to registry
Marcus Fritzsch
2
-9
/
+14
2017-08-08
cmake: fix source list layout
Marcus Fritzsch
1
-1
/
+9
2017-08-08
cmake: require afb-daemon w/o version specifier
Marcus Fritzsch
1
-1
/
+1
2017-08-08
cmake: add opton to link against LLVM's libc++
Marcus Fritzsch
2
-0
/
+8
2017-08-08
json_helper: use json-c object creation
Marcus Fritzsch
1
-21
/
+46
2017-08-08
app: reset g_app on ~App()
Marcus Fritzsch
2
-0
/
+8
2017-08-08
clang-format, mostly indenting.
Marcus Fritzsch
6
-203
/
+204
[next]