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
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
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
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
1
-0
/
+6
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
2017-08-08
clang-tidy the place up
Marcus Fritzsch
2
-14
/
+13
2017-08-08
glue: renamed output files to better represent their actual purpose
Marcus Fritzsch
3
-6
/
+6
2017-08-08
main: move most of main to app, separate ownership
Marcus Fritzsch
4
-109
/
+136
2017-08-08
Generating binding API glue code using generate-binding.py
Marcus Fritzsch
5
-136
/
+93
2017-08-08
main/app: started to move things to app
Marcus Fritzsch
4
-1
/
+90
2017-08-08
main: appid and surfaceid in register_surface are unsigned
Marcus Fritzsch
1
-4
/
+4
2017-08-08
main: rename g_wayland to g_afb_instance
Marcus Fritzsch
1
-36
/
+38
2017-08-08
wayland: sprops and lprops should be before the *_map_types
Marcus Fritzsch
1
-3
/
+3
2017-08-08
Track surface/layer properties with one struct
Marcus Fritzsch
5
-109
/
+64
2017-08-08
main: imeplemented dummy register_surface with reply
Marcus Fritzsch
1
-1
/
+38
2017-08-08
main: remove CHECK_WAYLAND, inline logic into WRAP
Marcus Fritzsch
2
-10
/
+6
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
[next]