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
/
wayland.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
wayland: make genivi::rect::width and height int32
Marcus Fritzsch
1
-4
/
+4
2017-08-08
wayland: clang-format
Marcus Fritzsch
1
-1
/
+2
2017-08-08
app/wayland: move surface setup as is to app controller hook
Marcus Fritzsch
1
-9
/
+4
2017-08-08
clang-tidy once more
Marcus Fritzsch
1
-7
/
+0
2017-08-08
clang-format, mostly indenting.
Marcus Fritzsch
1
-10
/
+8
2017-08-08
Track surface/layer properties with one struct
Marcus Fritzsch
1
-53
/
+26
2017-08-08
wayland: add wl::display::get_error()
Marcus Fritzsch
1
-0
/
+2
2017-08-08
util: noexcept logging and also noreturn for fatal()
Marcus Fritzsch
1
-0
/
+1
2017-08-08
clang-tidy the place up
Marcus Fritzsch
1
-4
/
+5
2017-08-08
all: clang-format
Marcus Fritzsch
1
-5
/
+4
2017-08-08
main: better check_events implementation
Marcus Fritzsch
1
-0
/
+23
2017-08-08
wayland: do not special-case ~display for DEBUG_OUTPUT
Marcus Fritzsch
1
-11
/
+2
2017-08-08
wayland: genivi object events are called with their respective object
Marcus Fritzsch
1
-55
/
+58
2017-08-08
wayland: be explicit about our struct layer/surface designation
Marcus Fritzsch
1
-2
/
+2
2017-08-08
wayland: unique_ptr'd wayland_proxy
Marcus Fritzsch
1
-91
/
+101
2017-08-08
wayland: removed unnecessary destructors
Marcus Fritzsch
1
-8
/
+0
2017-08-08
wayland: simpler layout for controller::proxy_to_id maps
Marcus Fritzsch
1
-2
/
+3
2017-08-08
wayland: moved screen inline methods to .cpp
Marcus Fritzsch
1
-0
/
+15
2017-08-08
wayland: moved inline methods to .cpp
Marcus Fritzsch
1
-0
/
+134
2017-08-08
wayland: less cast-y, minor style fixes
Marcus Fritzsch
1
-41
/
+39
2017-08-08
clang-tidy the place up
Marcus Fritzsch
1
-63
/
+68
2017-08-08
wayland: controller_surface() sets surface visibility, less lookups
Marcus Fritzsch
1
-3
/
+3
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
1
-2
/
+1
2017-08-08
wayland: introduce reverse mappings of proxy-ptr to id
Marcus Fritzsch
1
-2
/
+11
2017-08-08
wayland: rename controlled_entity to controller_child
Marcus Fritzsch
1
-3
/
+3
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
1
-3
/
+7
2017-08-08
wayland: clang-format
Marcus Fritzsch
1
-10
/
+10
2017-08-08
wayland: one less level of unique_ptr
Marcus Fritzsch
1
-1
/
+1
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
1
-3
/
+2
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
wayland: put surface 0x16180 on layer 100, all others on layer 1000
Marcus Fritzsch
1
-2
/
+3
2017-08-08
wayland: simplify surface property setting
Marcus Fritzsch
1
-12
/
+8
2017-08-08
wayland: store layer properties
Marcus Fritzsch
1
-9
/
+13
2017-08-08
wayland: set surfaces fullscreen when configured.
Marcus Fritzsch
1
-6
/
+6
2017-08-08
wayland: initalize all controll members
Marcus Fritzsch
1
-1
/
+6
2017-08-08
wayland: add missing controller requests
Marcus Fritzsch
1
-1
/
+13
2017-08-08
wayland: task names, delete surfaces using pending_tasks
Marcus Fritzsch
1
-3
/
+3
2017-08-08
wayland: storing output mode and surface properties
Marcus Fritzsch
1
-2
/
+35
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
1
-0
/
+4
2017-08-08
wayland: minor fix with this-> and formatting
Marcus Fritzsch
1
-2
/
+3
2017-08-08
renamed controller event methods, all have now a controller_ prefix
Marcus Fritzsch
1
-10
/
+11
2017-08-08
do not initialize registry when display is unavailable
Marcus Fritzsch
1
-1
/
+1
2017-08-08
wayland: refactored genivi object events
Marcus Fritzsch
1
-59
/
+81
[next]