Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-15
layers: remove last remnants of get<T> to read ints from json
Marcus Fritzsch
3
-17
/
+7
2017-08-11
layout.json: fix number strings into actual numbers.
Marcus Fritzsch
1
-20
/
+20
2017-08-11
Remove the DB() makro, replace with logdebug() where sensible
Marcus Fritzsch
3
-22
/
+6
2017-08-11
layers: fix json to actually include numbers
Marcus Fritzsch
3
-33
/
+33
2017-08-11
wm-request: fix mode and shebang
Marcus Fritzsch
1
-1
/
+1
2017-08-09
add script wm-request
Marcus Fritzsch
1
-0
/
+57
2017-08-08
clang formatting
Marcus Fritzsch
5
-14
/
+14
2017-08-08
remove Poller
Marcus Fritzsch
2
-37
/
+0
2017-08-08
remove some unnuecessary comments
Marcus Fritzsch
10
-42
/
+1
2017-08-08
remove session.vim
Marcus Fritzsch
1
-86
/
+0
2017-08-08
cmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
Marcus Fritzsch
1
-1
/
+1
2017-08-08
layers.json: add separate layers description
Marcus Fritzsch
1
-0
/
+20
2017-08-08
app/api: add demo_activate_all()
Marcus Fritzsch
2
-2
/
+13
2017-08-08
app: remove spurious comment
Marcus Fritzsch
1
-1
/
+0
2017-08-08
app/api: add demo_activate_surface() api_binding
Marcus Fritzsch
6
-0
/
+52
2017-08-08
app: do not set surface source rectangle on layout setup
Marcus Fritzsch
1
-2
/
+0
2017-08-08
app: comment on surface visiblity and layout setup
Marcus Fritzsch
1
-0
/
+2
2017-08-08
app/wayland: move late-tasks to App
Marcus Fritzsch
5
-38
/
+39
2017-08-08
cmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR
Marcus Fritzsch
1
-2
/
+2
2017-08-08
fix LICENSE file
Marcus Fritzsch
1
-25
/
+0
2017-08-08
add LICENSE file
Marcus Fritzsch
1
-0
/
+202
2017-08-08
app: add surface_set_layout(), call it from genivi::controller late-task
Marcus Fritzsch
2
-38
/
+55
2017-08-08
wayland: add {surface,layer}_exists(uint32_t) methods
Marcus Fritzsch
1
-0
/
+9
2017-08-08
app: rename fullscren surface task
Marcus Fritzsch
1
-1
/
+1
2017-08-08
add license text to implementation files
Marcus Fritzsch
18
-0
/
+288
2017-08-08
app: debug_layers returns a representation of layers.json configuration
Marcus Fritzsch
1
-1
/
+1
2017-08-08
layers: add layer and layer_map to_json() helper
Marcus Fritzsch
2
-1
/
+41
2017-08-08
wayland: add genivi::full_rect and operator== for genivi::rect
Marcus Fritzsch
1
-0
/
+6
2017-08-08
app: use config to determine json config file names
Marcus Fritzsch
2
-13
/
+23
2017-08-08
add config, a simple config interface. i.e. key-value-store
Marcus Fritzsch
3
-1
/
+53
2017-08-08
rename ids.json to layers.json, because that's what is is.
Marcus Fritzsch
1
-0
/
+0
2017-08-08
app: rename load_layer_ids to load_layer_map
Marcus Fritzsch
1
-2
/
+3
2017-08-08
layers: rename surface_id_to_layer and surface_id_to_layer_map
Marcus Fritzsch
4
-43
/
+36
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
[next]