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
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
2017-08-08
main: strip std::quniue_ptr from wl::display as it is superfluous
Marcus Fritzsch
1
-17
/
+17
2017-08-08
wayland: cast wl_fixed_to_double() return to float for our interface
Marcus Fritzsch
1
-2
/
+4
2017-08-08
wayland: display unique_ptr holds a void(*)(...) deleter
Marcus Fritzsch
2
-5
/
+8
2017-08-08
wayland: clang-format
Marcus Fritzsch
2
-21
/
+21
2017-08-08
util: make log_() static
Marcus Fritzsch
1
-1
/
+2
2017-08-08
wayland: one less level of unique_ptr
Marcus Fritzsch
3
-25
/
+23
2017-08-08
main: use auto variables where appropriate and sensible
Marcus Fritzsch
1
-4
/
+4
2017-08-08
main: header hygiene
Marcus Fritzsch
1
-5
/
+0
2017-08-08
cmake: modernized to the best of my knowledge
Marcus Fritzsch
1
-1
/
+29
2017-08-08
wayland: set surface layout in controller::surface
Marcus Fritzsch
1
-15
/
+11
2017-08-08
use unordered_map for id->obj maps
Marcus Fritzsch
3
-9
/
+7
2017-08-08
main: c++-ifiy struct conn c init
Marcus Fritzsch
1
-1
/
+1
2017-08-08
main: do not capture the whole environment in lambdas
Marcus Fritzsch
1
-2
/
+2
2017-08-08
main: added some 'demarcation' comments
Marcus Fritzsch
1
-0
/
+18
2017-08-08
main/init_layout: use screen::set_render_order instead of add_layer calls
Marcus Fritzsch
1
-2
/
+1
2017-08-08
wayland: C++ified set_render_order requests for layer and screen
Marcus Fritzsch
1
-2
/
+15
2017-08-08
wayland: initialize layer members
Marcus Fritzsch
1
-2
/
+10
2017-08-08
wayland: print debug message when setting surface onto layer
Marcus Fritzsch
1
-0
/
+1
2017-08-08
wayland: remove surface immediately on surface_destroyed event
Marcus Fritzsch
1
-0
/
+1
2017-08-08
main: flush after execute_pending
Marcus Fritzsch
1
-0
/
+1
2017-08-08
main: Reset layout on stratup; bottom and top layer layout
Marcus Fritzsch
1
-12
/
+19
2017-08-08
wayland: put surface 0x16180 on layer 100, all others on layer 1000
Marcus Fritzsch
1
-2
/
+3
2017-08-08
wayland: minimal code style change
Marcus Fritzsch
1
-1
/
+3
2017-08-08
main: also show layer info on line break
Marcus Fritzsch
1
-0
/
+11
2017-08-08
wayland: simplify surface property setting
Marcus Fritzsch
1
-12
/
+8
2017-08-08
wayland: store layer properties
Marcus Fritzsch
2
-9
/
+21
2017-08-08
wayland: set surfaces fullscreen when configured.
Marcus Fritzsch
2
-6
/
+9
2017-08-08
wayland: initalize all controll members
Marcus Fritzsch
2
-1
/
+8
2017-08-08
main: init dummy layout of layer 100 on the first screen
Marcus Fritzsch
1
-0
/
+25
2017-08-08
main: check that outputs are available before running main loop
Marcus Fritzsch
1
-0
/
+3
2017-08-08
wayland: add missing add_layer and clear requests to genivi::screen
Marcus Fritzsch
1
-0
/
+3
2017-08-08
wayland: add missing controller requests
Marcus Fritzsch
2
-1
/
+19
2017-08-08
wayland: task names, delete surfaces using pending_tasks
Marcus Fritzsch
2
-7
/
+12
2017-08-08
main: execute controllers pending tasks, clang-format
Marcus Fritzsch
1
-11
/
+16
2017-08-08
wayland: added a pending tasks list to controller
Marcus Fritzsch
1
-0
/
+15
2017-08-08
wayland: storing output mode and surface properties
Marcus Fritzsch
2
-2
/
+39
2017-08-08
wayland: added genivi::rect and genivi::size and props to genivi::surface
Marcus Fritzsch
1
-0
/
+16
2017-08-08
wayland: remove surfaces that got destroyed
Marcus Fritzsch
1
-0
/
+4
2017-08-08
main/wayland: added a simple main loop
Marcus Fritzsch
3
-5
/
+52
2017-08-08
wayland: minor fix with this-> and formatting
Marcus Fritzsch
2
-3
/
+4
2017-08-08
util: add printf format check attributes
Marcus Fritzsch
1
-5
/
+12
2017-08-08
renamed controller event methods, all have now a controller_ prefix
Marcus Fritzsch
2
-14
/
+16
2017-08-08
do not initialize registry when display is unavailable
Marcus Fritzsch
1
-1
/
+1
[next]