index
:
wayland/weston
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
12.0
13.0
14.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
main
master
The Weston Wayland Compositor (mirrored from https://gitlab.freedesktop.org/wayland/weston)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ivi-shell
/
ivi-layout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-16
ivi-shell: activate desktop surface
Tomohito Esaki
1
-0
/
+63
2023-07-25
ivi-layout: Remove weston_view_schedule_repaint()
Philipp Zabel
1
-2
/
+0
2023-07-25
ivi-layout: Use weston_view_move_to_layer()
Philipp Zabel
1
-12
/
+8
2023-07-25
ivi-layout: Use weston_view_set_alpha()
Philipp Zabel
1
-1
/
+1
2023-07-25
ivi-layout: Use weston_view_add/remove_transform()
Philipp Zabel
1
-8
/
+5
2023-06-12
libweston: Use weston_coord in struct weston_output
Derek Foreman
1
-5
/
+5
2023-04-19
ivi-layout: simplify API
Michael Olbrich
1
-237
/
+89
2023-03-14
ivi-shell: add input panel support
Michael Olbrich
1
-6
/
+147
2023-03-14
ivi-layout: add surface type to the surface properties
Michael Olbrich
1
-3
/
+7
2023-02-14
ivi-shell: add commit_current into ivi_layout interface
Tran Ba Khang(MS/EMC31-XC)
1
-0
/
+13
2023-02-07
ivi-shell: simplify surface creation
Michael Olbrich
1
-9
/
+2
2023-02-07
ivi-shell: use x*alloc for small allocations
Michael Olbrich
1
-50
/
+11
2022-11-10
ivi-shell: add new signal to notify ivi shell destroying
Tran Ba Khang(MS/EMC31-XC)
1
-0
/
+34
2022-11-04
ivi-shell: listen output_destroyed_signal
Emre Ucan
1
-0
/
+42
2022-11-04
ivi-shell: listen output_created signal
Emre Ucan
1
-18
/
+32
2022-11-03
ivi-shell: Set view mask solely based on source rectangle
Harsha M M
1
-12
/
+1
2022-10-24
ivi-layout: fix rectangle calculation by calc_inverse_matrix_transform()
Michael Olbrich
1
-8
/
+8
2022-10-19
ivi-shell: fix free in get_layers_under_surface
Michael Tretter
1
-5
/
+4
2022-09-29
ivi-shell: activate keyboard focus for xdg-shell surface
Tomohito Esaki
1
-0
/
+2
2022-06-16
libweston: Add weston_surface_map() wrapper
Daniel Stone
1
-1
/
+1
2022-04-14
ivi-shell: emit created notification earlier for desktop surfaces
Michael Olbrich
1
-3
/
+13
2021-05-28
ivi-shell: call weston_layer_fini()
Pekka Paalanen
1
-0
/
+10
2020-08-17
ivi-shell: Avoid unnecessary scaling of the view transformation matrix
Rajendraprasad K J
1
-3
/
+7
2019-07-01
ivi-layout: unmap desktop surfaces in ivi_view_destroy()
Michael Olbrich
1
-2
/
+1
2019-07-01
ivi-layout: use libweston-desktop api is to send configure events everywhere
Michael Olbrich
1
-12
/
+19
2019-04-18
Rename compositor.h to libweston/libweston.h
Pekka Paalanen
1
-1
/
+1
2019-02-20
Fix typos all around (thanks codespell!)
Emmanuel Gil Peyrot
1
-2
/
+2
2019-02-06
ivi-layout: use libweston-desktop api for configure event
Michael Teyfel
1
-3
/
+9
2019-02-06
ivi-layout: use libweston-desktop api for views
Michael Teyfel
1
-2
/
+11
2019-02-06
ivi-layout: introduced surface create and configure
Michael Teyfel
1
-23
/
+50
2019-02-06
ivi-layout: introduced configure_desktop_changed
Michael Teyfel
1
-0
/
+17
2019-02-06
layout-interface: added interface to change surface id
Michael Teyfel
1
-0
/
+39
2018-11-02
ivi-shell: check ivi_view mappedness in commit_changes()
Emre Ucan
1
-26
/
+1
2018-11-02
ivi-shell: unmap views which are not in scenegraph
Emre Ucan
1
-0
/
+17
2018-11-02
ivi-shell: Add build_view_list function
Emre Ucan
1
-4
/
+14
2018-02-08
ivi-shell: fix the layer assignment change from one screen to another
Emre Ucan
1
-0
/
+5
2018-02-08
ivi-shell: don't expilicitly assign outputs to views
Emre Ucan
1
-1
/
+0
2018-02-08
ivi-shell: don't schedule compositor repaint
Emre Ucan
1
-7
/
+6
2018-02-07
ivi-shell: don't load controller modules
Emre Ucan
1
-40
/
+0
2018-02-07
ivi-shell: register ivi_layout_interface
Emre Ucan
1
-0
/
+6
2017-11-24
ivi-shell: Fix incorrect use of logical instead of bitwise operator
Alexandros Frantzis
1
-1
/
+1
2017-07-24
ivi-shell: remove orientation calculation
Ucan, Emre (ADITG/SW1)
1
-76
/
+4
2017-07-24
ivi-shell: remove layer_set_orientation API
Ucan, Emre (ADITG/SW1)
1
-23
/
+0
2017-07-24
ivi-shell: remove surface_set_orientation API
Ucan, Emre (ADITG/SW1)
1
-23
/
+0
2017-07-24
ivi-shell: add_screen_remove_layer API
Ucan, Emre (ADITG/SW1)
1
-0
/
+22
2017-03-31
ivi-layout: Add missing free() in ivi_view_create
Raúl Peñacoba
1
-0
/
+1
2017-02-07
ivi-shell: Damage view below after unmapping
Ucan, Emre (ADITG/SW1)
1
-1
/
+12
2017-02-06
ivi-shell: simplify commit_changes function
Ucan, Emre (ADITG/SW1)
1
-20
/
+21
2017-02-06
ivi-shell: pass only ivi_view to update_prop
Ucan, Emre (ADITG/SW1)
1
-9
/
+5
2017-01-27
ivi-shell: don't check layer is already on the screen
Ucan, Emre (ADITG/SW1)
1
-5
/
+0
[next]