Linux Foundation Collaborative Projects
index
:
windowmanager
eel
master
Grokmirror user
about
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
cmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app/api: add demo_activate_all()
Marcus Fritzsch
1
-2
/
+12
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
4
-0
/
+46
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
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
17
-0
/
+272
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
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
app: handle failure to load layout.json gracefully
Marcus Fritzsch
1
-1
/
+10
2017-08-08
app: implement configured surface areas from ids.json
Marcus Fritzsch
3
-19
/
+50
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
1
-0
/
+8
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
layout: check id_min against lower_bound() result
Marcus Fritzsch
1
-1
/
+3
[next]