Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
b502654b9fd9263964ccc4bdcbd8d633233b4f87
/
src
/
compositor.c
b502654
compositor: Implement JSON-timeline logging
by Pekka Paalanen
· 11 years ago
8274d90
compositor: add weston_surface_set_label_func()
by Pekka Paalanen
· 11 years ago
de16d89
Use zalloc instead of calloc(1, ...)
by Bryce Harrington
· 11 years ago
bff3472
Setting members to 0/NULL after a zalloc or calloc is redundant
by Bryce Harrington
· 11 years ago
3e3b59e
compositor: Document options for headless compositor
by Bryce Harrington
· 11 years ago
4a84c83
compositor: Add idle timeout option to weston.ini
by Frederic Plourde
· 11 years ago
64a3df0
backends: refactor transform string parsing
by Derek Foreman
· 11 years ago
f5ef88f
compositor: do not overwrite error exit code
by Pekka Paalanen
· 11 years ago
c336f06
compositor: Return a user-defined exit code
by Frederic Plourde
· 11 years ago
86b70e1
compositor: add missing newline to help text
by Pekka Paalanen
· 11 years ago
32297c9
compositor: List only available backends in help text
by Bryce Harrington
· 11 years ago
8eb95c4
compositor: Display option help text only for enabled backends
by Bryce Harrington
· 11 years ago
b8b25bd
compositor: Fix typos in help text
by Bryce Harrington
· 11 years ago
f5b34ae
compositor: Fix tabbing of help output
by Bryce Harrington
· 11 years ago
59fe423
compositor: (Whitespace-only) Indent with tabs
by Bryce Harrington
· 11 years ago
dd4cd33
compositor: stop sending spurious events on mode switch
by Derek Foreman
· 11 years ago
41bdc27
compositor: check version before calling wl_output_send_scale()
by Derek Foreman
· 11 years ago
6ae7bc9
compositor: Refactor weston_output_mode_switch()
by Derek Foreman
· 11 years ago
61a9bf5
compositor: Fix weston_subsurface_is_synchronized() return value.
by Carlos Olmedo Escobar
· 11 years ago
280e7dd
cosmetic: replace boolean function return values with bool
by Derek Foreman
· 11 years ago
50b6747
compositor: send error for surface role resets
by Pekka Paalanen
· 11 years ago
641307c
compositor-drm: deliver frame seq for feedback
by Pekka Paalanen
· 11 years ago
133e439
compositor: implement presentation_feedback
by Pekka Paalanen
· 11 years ago
b5eedad
compositor: set and use the presentation clock everywhere
by Pekka Paalanen
· 11 years ago
31f7d78
compositor: add stub implementation of presentation interface
by Pekka Paalanen
· 11 years ago
03db71c
compositor: Don't free an uninitialised pointer.
by Ondřej Majerech
· 11 years ago
4b1a0a1
cosmetic: update comments that refer to weston_surface_update_transform()
by Derek Foreman
· 11 years ago
00535ce
compositor: fix memory corruption when removing an output
by Giulio Camuffo
· 11 years ago
03faed2
main: don't leak option strings
by Ryo Munakata
· 11 years ago
d8deff6
compositor: extract choose_default_backend and create_listening_socket
by Ryo Munakata
· 11 years ago
f83a0d4
Fix a copy-paste error in weston_surface_commit_state
by Jason Ekstrand
· 11 years ago
de7e2b3
compositor: add an option to set the default numlock value
by Giulio Camuffo
· 11 years ago
23ade62
compositor: leave no zombie behind
by Pekka Paalanen
· 11 years ago
9c1ac7b
compositor: add weston_client_start()
by Pekka Paalanen
· 11 years ago
66a41a0
compositor: fetch repeat info from weston.ini
by Jonny Lamb
· 11 years ago
0013a29
Use the named SINCE_VERSION defines for version checks
by Jasper St. Pierre
· 11 years ago
e2f0f84
compositor: Use libwayland to find a good default display for us
by Jasper St. Pierre
· 11 years ago
661de3a
compositor: ignore unmapped sub-surfaces for view_list
by Pekka Paalanen
· 11 years ago
eb3cf22
compositor: quick fix for sub-surface mapping
by Pekka Paalanen
· 11 years ago
95ec0f9
compositor: add a masking mechanism to weston_layer
by Giulio Camuffo
· 11 years ago
412e6a5
compositor: keep track of the weston_layer a weston_view is in
by Giulio Camuffo
· 11 years ago
7b98207
Create a weston_surface_state structure for storing pending surface state and move the surface commit logic into weston_surface_commit_state
by Jason Ekstrand
· 11 years ago
108865d
Move weston_frame_callback above weston_surface_create
by Jason Ekstrand
· 11 years ago
ef54008
Use pixman_region32_clear instead of our own empty_region
by Jason Ekstrand
· 11 years ago
8f9e87f
compositor: update the surface size when there is a size change without a buffer attach
by George Kiagiadakis
· 11 years ago
ba2a36d
weston: Fix memleak issue in compositor.c
by Srivardhan Hebbar
· 11 years ago
ed04d38
compositor: unmap subsurface views before destroying the subsurfaces
by George Kiagiadakis
· 11 years ago
a55f139
compositor: raise errors when bad scale or transform values are used
by Jonny Lamb
· 11 years ago
588bee1
compositor: add --no-config command line option
by Pekka Paalanen
· 11 years ago
6c3b01f
Apply the zoom transformation before the output transformation
by Neil Roberts
· 11 years ago
eb5a200
Take into account the zoom when applying the output transform
by Neil Roberts
· 11 years ago
1e40a7e
Simply the matrix calculation for zooming
by Neil Roberts
· 11 years ago
d0cebc3
Use the correct width/height when transforming surfaces with viewports.
by Jason Ekstrand
· 11 years ago
e931721
compositor: wl_viewport destination 1x1 min
by Pekka Paalanen
· 11 years ago
2c8b5f5
protocol: unify wl_viewport src and dst size rules
by Pekka Paalanen
· 11 years ago
f03a04a
compositor: Add create_surface_signal
by Kristian Høgsberg
· 11 years ago
f34cd2c
compositor-rdp: Add an option to disable client initiated resizes
by Hardening
· 11 years ago
923bfe6
Add support for running with a primary client
by Jason Ekstrand
· 11 years ago
cf40a13
Automatically select the wayland backend if WAYLAND_SOCKET is set
by Jason Ekstrand
· 11 years ago
e4ca8b0
compositor-wayland: Add a --sprawl option
by Jason Ekstrand
· 11 years ago
c6ab3d5
compositor: let the shells create the screenshooter
by Giulio Camuffo
· 12 years ago
e058cd1
compositor: export weston_buffer_from_resource()
by Giulio Camuffo
· 12 years ago
fb24eaa
Make RDP backend supports arbitrary modes
by Hardening
· 11 years ago
0b4c535
protocol,compositor: split wl_viewport setters
by Pekka Paalanen
· 11 years ago
f0cad48
compositor: replace weston_buffer_viewport::viewport_set
by Pekka Paalanen
· 11 years ago
952b6c8
compositor: reorganize struct weston_buffer_viewport
by Pekka Paalanen
· 11 years ago
7ed251c
compositor: use surface_set_size() in one more case
by Pekka Paalanen
· 11 years ago
3c9b802
compositor: refactor code into weston_surface_reset_pending_buffer()
by Pekka Paalanen
· 11 years ago
260ba38
compositor: buffer can be non-NULL only if newly_attached
by Pekka Paalanen
· 11 years ago
bb2f3f2
compositor: refactor more into weston_surface_attach
by Pekka Paalanen
· 11 years ago
b2c8636
weston: Send done event with version 2 of wl_output
by Quanxian Wang
· 11 years ago
e11ef64
compositor: Drop core ping_handler callout
by Kristian Høgsberg
· 11 years ago
c94d622
compositor: Move view repositioning logic into shell
by Ander Conselvan de Oliveira
· 12 years ago
a8a9baf
compositor: Remove weston_output::move_signal
by Ander Conselvan de Oliveira
· 12 years ago
f84327a
input: Remove exported function weston_pointer_verify()
by Ander Conselvan de Oliveira
· 12 years ago
32b793c
compositor: Clarify XDG_RUNTIME_DIR misconfiguration message
by Guillem Jover
· 12 years ago
2e2384a
compositor: free memory from str config sections after done using it
by U. Artie Eoff
· 12 years ago
81038fb
Only update the surface size if a new buffer is attached
by Jason Ekstrand
· 12 years ago
b0fb25d
compositor: Init output listeners in weston_view if it's not on any output
by Kristian Høgsberg
· 12 years ago
b0420ae
protocol: rename wl_surface_scaler to wl_viewport
by Pekka Paalanen
· 12 years ago
1853676
compositor: Destroy renderer in weston_compositor_shutdown()
by Ander Conselvan de Oliveira
· 12 years ago
24dff2b
compositor: Clean up view output move and destroy listeners
by Ander Conselvan de Oliveira
· 12 years ago
df42a80
compositor: Initialize output listener links
by Kristian Høgsberg
· 12 years ago
7413076
compositor: transform surface coordinates if a surface scaler is used
by Jonny Lamb
· 12 years ago
8ae3590
compositor: add stub scaler resources
by Jonny Lamb
· 12 years ago
5c11a33
Add a weston_surface_set_size function
by Jason Ekstrand
· 12 years ago
3123693
desktop-shell: Invalidate saved position when output is destroyed
by Zhang, Xiong Y
· 12 years ago
54e90c7
compositor: Make pointers visible when an output is unplugged
by Ander Conselvan de Oliveira
· 12 years ago
e1e2352
compositor: Don't repaint outputs being destroyed
by Ander Conselvan de Oliveira
· 12 years ago
010d0b1
compositor: Ensure views are visible if their output was unplugged
by Zhang, Xiong Y
· 12 years ago
f301241
compositor: Move views when outputs are moved
by Zhang, Xiong Y
· 12 years ago
a4b54c0
compositor: Move the logic of moving outputs into the core
by Zhang, Xiong Y
· 12 years ago
f749fc3
compositor: Remove output from list in weston_output_destroy()
by Ander Conselvan de Oliveira
· 12 years ago
918f2dd
Remove the weston_view.geometry.width/height fields
by Jason Ekstrand
· 12 years ago
83ffd9d
shell: Remove weston_view_restack()
by Philip Withnall
· 12 years ago
e4f7b92
rpi: Support opaque regions
by Tomeu Vizoso
· 12 years ago
da75ee1
compositor: merge surface size from buffer size funcs
by Pekka Paalanen
· 12 years ago
1fd9c0f
compositor: gather buffer_transform and _scale into a struct
by Pekka Paalanen
· 12 years ago
40ee921
Do not set output->current_mode in compositor.c
by Axel Davy
· 12 years ago
0d37974
compositor: set weston_surface:resource to NULL when destroyed
by Giulio Camuffo
· 12 years ago
Next »