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.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-12
wayland: extend wl::display for finer grained dispatch control
Marcus Fritzsch
1
-0
/
+2
2017-09-04
wayland: honor output transformations
Marcus Fritzsch
1
-0
/
+1
2017-09-04
clarify some things
Marcus Fritzsch
1
-0
/
+2
2017-08-08
clang formatting
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app/wayland: move late-tasks to App
Marcus Fritzsch
1
-9
/
+0
2017-08-08
wayland: add {surface,layer}_exists(uint32_t) methods
Marcus Fritzsch
1
-0
/
+9
2017-08-08
add license text to implementation files
Marcus Fritzsch
1
-0
/
+16
2017-08-08
wayland: add genivi::full_rect and operator== for genivi::rect
Marcus Fritzsch
1
-0
/
+6
2017-08-08
wayland: make genivi::rect::width and height int32
Marcus Fritzsch
1
-1
/
+1
2017-08-08
wayland: clang-format
Marcus Fritzsch
1
-1
/
+1
2017-08-08
app: wire up controller_hooks
Marcus Fritzsch
1
-1
/
+3
2017-08-08
wayland: add display::add_global_handler which forwards to registry
Marcus Fritzsch
1
-0
/
+5
2017-08-08
clang-format, mostly indenting.
Marcus Fritzsch
1
-7
/
+7
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
1
-16
/
+15
2017-08-08
Move all nlohmann::json to json_helper.cpp
Marcus Fritzsch
1
-6
/
+14
2017-08-08
wayland: add wl::display::get_error()
Marcus Fritzsch
1
-0
/
+1
2017-08-08
all: clang-format
Marcus Fritzsch
1
-7
/
+7
2017-08-08
util.h and its impl are now c++
Marcus Fritzsch
1
-1
/
+1
2017-08-08
main: better check_events implementation
Marcus Fritzsch
1
-0
/
+2
2017-08-08
wayland: genivi object events are called with their respective object
Marcus Fritzsch
1
-19
/
+19
2017-08-08
wayland: wayland_proxy ctor improvement
Marcus Fritzsch
1
-4
/
+3
2017-08-08
wayland: header order fixed, comment on controller member order
Marcus Fritzsch
1
-1
/
+8
2017-08-08
wayland: delete copy ctors and operators
Marcus Fritzsch
1
-0
/
+16
2017-08-08
wayland: unique_ptr'd wayland_proxy
Marcus Fritzsch
1
-19
/
+16
2017-08-08
wayland: removed unnecessary destructors
Marcus Fritzsch
1
-3
/
+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
-13
/
+3
2017-08-08
wayland: moved inline methods to .cpp
Marcus Fritzsch
1
-134
/
+32
2017-08-08
clang-tidy the place up
Marcus Fritzsch
1
-6
/
+6
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
1
-0
/
+33
2017-08-08
wayland: rename controlled_entity to controller_child
Marcus Fritzsch
1
-6
/
+6
2017-08-08
wayland: display unique_ptr holds a void(*)(...) deleter
Marcus Fritzsch
1
-2
/
+1
2017-08-08
wayland: clang-format
Marcus Fritzsch
1
-11
/
+11
2017-08-08
wayland: one less level of unique_ptr
Marcus Fritzsch
1
-22
/
+20
2017-08-08
use unordered_map for id->obj maps
Marcus Fritzsch
1
-5
/
+5
2017-08-08
wayland: C++ified set_render_order requests for layer and screen
Marcus Fritzsch
1
-2
/
+15
2017-08-08
wayland: minimal code style change
Marcus Fritzsch
1
-1
/
+3
2017-08-08
wayland: store layer properties
Marcus Fritzsch
1
-0
/
+8
2017-08-08
wayland: initalize all controll members
Marcus Fritzsch
1
-0
/
+2
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
1
-0
/
+6
2017-08-08
wayland: task names, delete surfaces using pending_tasks
Marcus Fritzsch
1
-4
/
+9
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
1
-0
/
+4
2017-08-08
wayland: added genivi::rect and genivi::size and props to genivi::surface
Marcus Fritzsch
1
-0
/
+16
2017-08-08
main/wayland: added a simple main loop
Marcus Fritzsch
1
-0
/
+2
2017-08-08
wayland: minor fix with this-> and formatting
Marcus Fritzsch
1
-1
/
+1
2017-08-08
renamed controller event methods, all have now a controller_ prefix
Marcus Fritzsch
1
-4
/
+5
[next]