Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
57da4a822e4ae2b498c1e6915a9f5def04af84ea
/
compositor
57da4a8
shell: introduce shell_surface_purpose
by Pekka Paalanen
· 14 years ago
56cdea9
shell: add private surface struct
by Pekka Paalanen
· 14 years ago
c5241f5
Never include wayland-util.h directly
by Kristian Høgsberg
· 14 years ago
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 14 years ago
8b56880
evdev: Reset accumulate values when we flush motion events
by Kristian Høgsberg
· 14 years ago
eccef6a
compositor: Queue buffer.release instead of sending immediately
by Kristian Høgsberg
· 14 years ago
52e158d
evdev: fix order of events being sent to the compositor
by Tiago Vignatti
· 14 years ago
8755ff9
evdev: remove signed value checks
by Tiago Vignatti
· 14 years ago
2ca8630
shell: fix handle_lock_surface_destroy()
by Pekka Paalanen
· 14 years ago
d81c216
shell: fix compositor wakeup while locked
by Pekka Paalanen
· 14 years ago
d3dd6e1
shell: fix lock surface mapping
by Pekka Paalanen
· 14 years ago
1ec0c31
compositor: Hide surfaces by setting surface->output to NULL
by Kristian Høgsberg
· 14 years ago
f0fc70d
compositor: implement screen locking
by Pekka Paalanen
· 14 years ago
d503a0b
compositor: check wlsc_surface::link before accessing neighbors
by Pekka Paalanen
· 14 years ago
ebc598e
compositor: fix repaint on first wakeup
by Pekka Paalanen
· 14 years ago
2841111
compositor: remove idle_inhibit optimization
by Pekka Paalanen
· 14 years ago
af867cc
compositor: let the shell wake up the compositor
by Kristian Høgsberg
· 14 years ago
9ef3e01
desktop-shell: screen locking protocol
by Pekka Paalanen
· 14 years ago
496433b
compositor: Hold on to surface.frame requests until we assign an output
by Kristian Høgsberg
· 14 years ago
3164c94
compositor: Drop unused wlsc_output field 'background'
by Kristian Høgsberg
· 14 years ago
8c19645
compositor: fix destroy_frame_callback()
by Pekka Paalanen
· 14 years ago
64f1c3f
De-brand the tablet shell
by Kristian Høgsberg
· 14 years ago
c4693c4
Install desktop-shell in $prefix/libexec
by Kristian Høgsberg
· 14 years ago
d826404
compositor: Drop redundant compositor->damage
by Kristian Høgsberg
· 14 years ago
4677013
shell: Set initial toplevel position in map callback
by Kristian Høgsberg
· 14 years ago
32e24cc
compositor: Split shell->attach into map and configure
by Kristian Høgsberg
· 14 years ago
63ff706
compositor-drm: Fix setting O_CLOEXEC
by David Herrmann
· 14 years ago
bbe6052
compositor: only authorized client can bind desktop_shell
by Pekka Paalanen
· 14 years ago
6cd281a
desktop-shell: launch from the compositor
by Pekka Paalanen
· 14 years ago
ef7c8d9
compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl
by Ander Conselvan de Oliveira
· 14 years ago
d3ef7be
compositor: Tweak fade spring to not overshoot
by Kristian Høgsberg
· 14 years ago
06a670f
compositor-x11: Call finish_frame from a timer callback
by Kristian Høgsberg
· 14 years ago
3ff589d
compositor: Make spring model always use the same time step
by Kristian Høgsberg
· 14 years ago
ff298d9
compositor: Clear cursor buffer in create_sprite_from_png()
by Kristian Høgsberg
· 14 years ago
0de0aaf
composior: fix tiny cursor bug with drm compositor
by Ander Conselvan de Oliveira
· 14 years ago
fb39963
Update .gitignores
by Casey Dahlin
· 14 years ago
ac9cfd3
evdev: Simplify error path for device creation
by Tiago Vignatti
· 14 years ago
d9f7d1f
evdev: Delete unused fields from evdev_input_device
by Tiago Vignatti
· 14 years ago
ac2dc6a
evdev: Add hotplug support
by Tiago Vignatti
· 14 years ago
9a38a0a
compositor: page flip away from a client buffer if it's destroyed
by Ander Conselvan de Oliveira
· 14 years ago
ac5098f
Merge remote-tracking branch 'robster/rob/pointer-fixes'
by Kristian Høgsberg
· 14 years ago
1d72447
compositor: Report an error if we cannot the load the pointer image files
by Rob Bradford
· 14 years ago
d354711
compositor: Don't try and use a NULL sprite for the device pointer
by Rob Bradford
· 14 years ago
2459694
compositor: Clean up resource destroy callback handling
by Kristian Høgsberg
· 14 years ago
02ebfb1
compositor: fix drag segfault
by Pekka Paalanen
· 14 years ago
02924bc
compositor: fix whitespace error in wlsc_output_set_cursor
by Ander Conselvan de Oliveira
· 14 years ago
22e22a5
compositor: don't schedule idle_repaint from calls to repaint
by Ander Conselvan de Oliveira
· 14 years ago
a4b7e20
drm: Only add an output once we've successfully initialized it
by Kristian Høgsberg
· 14 years ago
53e7989
drm: Remove unneccesary drm_output_prepare_render() call
by Kristian Høgsberg
· 14 years ago
9c46ff1
drm: Specify depth as 24 when creating the KMS FB
by Kristian Høgsberg
· 14 years ago
191454e
compositor: Rename scanout surfaces
by Kristian Høgsberg
· 14 years ago
f1621d2
compositor: don't release the front buffer after page flip
by Ander Conselvan de Oliveira
· 14 years ago
3b19966
compositor: move setup of scanout surface out of wlsc_output_repaint
by Ander Conselvan de Oliveira
· 14 years ago
cbd06f9
compositor: Silence a couple of valgrind warnings
by Kristian Høgsberg
· 14 years ago
32ff1f5
compositor: Dont repick for grabbed surfaces
by Kristian Høgsberg
· 14 years ago
dcef9ca
x11: Fix last-minute edit bug
by Kristian Høgsberg
· 14 years ago
d6e5525
x11: Manage xserver focus better
by Kristian Høgsberg
· 14 years ago
707e10f
x11: Handle a few more window property atoms
by Kristian Høgsberg
· 14 years ago
a6ef099
x11: Truncate property string to property length
by Kristian Høgsberg
· 14 years ago
f0d9116
x11: Add a destroy listener for X11 surfaces
by Kristian Høgsberg
· 14 years ago
d2baf1f
compositor: Repick focus surface as surfaces come and go
by Kristian Høgsberg
· 14 years ago
293af26
x11: Use compositor time, not X event time
by Kristian Høgsberg
· 14 years ago
02dee2c
compositor-drm: Fix invalid usage of udev ressources
by Benjamin Franzke
· 14 years ago
a764ee5
compositor-drm: Enumerate only cards with name card*
by Benjamin Franzke
· 14 years ago
439d986
compositor-drm: Be patient when output creation fails
by Benjamin Franzke
· 14 years ago
c18366d
compositor-openwfd: Fix tty assignment in backend_init
by Benjamin Franzke
· 14 years ago
96aa7da
Change remaining GPLv2 headers to MIT
by Kristian Høgsberg
· 14 years ago
37f27d5
xserver: check whether pointer exists when exiting
by Tiago Vignatti
· 14 years ago
a4a42f0
shell: Reject moving or resizing toplevel windows
by Kristian Høgsberg
· 14 years ago
9c4eecb
Rename motion_grab to implicit_grab
by Kristian Høgsberg
· 14 years ago
7584062
Add a desktop_shell interface
by Kristian Høgsberg
· 14 years ago
f59da39
compositor: Don't crash when receiving kb focus with no surface
by Kristian Høgsberg
· 14 years ago
109a007
compositor: Drop built-in background support
by Kristian Høgsberg
· 14 years ago
4eaa830
compositor: Repick surface when grab ends
by Kristian Høgsberg
· 14 years ago
e7b5b41
evdev: Associate touchscreen devices with output up front
by Kristian Høgsberg
· 14 years ago
d904359
evdev: treat BTN_TOUCH as BTN_LEFT
by Tiago Vignatti
· 14 years ago
faee801
compositor: choose tty from command line
by Tiago Vignatti
· 14 years ago
bbc2e03
evdev: use last output from compositor to get the screen geometries
by Tiago Vignatti
· 14 years ago
8be003b
evdev: organize the code for processing events
by Tiago Vignatti
· 14 years ago
9ebcf94
Use wl_resource_* error functions
by Kristian Høgsberg
· 14 years ago
11568a7
Turn off hardware cursor when screen fade begins.
by Matt Roper
· 14 years ago
e8e0e6e
Update gitignore
by Benjamin Franzke
· 14 years ago
91eacca
Remove egl display type setenv hack
by Benjamin Franzke
· 14 years ago
48c4ea2
compositor-drm: Merge drm_output_destroy and destroy_output
by Benjamin Franzke
· 14 years ago
117483d
compositor-drm: Coding style fixes
by Benjamin Franzke
· 14 years ago
b826302
Remove return type from wlsc_compositor_shutdown
by Benjamin Franzke
· 14 years ago
4c39419
compositor-openwfd: Fix wfd_destroy_output
by Benjamin Franzke
· 14 years ago
f389cac
Move away from visuals and just use EGLConfigs or shm format tokens
by Kristian Høgsberg
· 14 years ago
4ebf3a0
Fix cursor visibility bug
by Kristian Høgsberg
· 14 years ago
6f7179c
compositor: Discard surface.frame if the surface isn't visible
by Kristian Høgsberg
· 14 years ago
8e6d712
compositor: Track bound resources for input device
by Kristian Høgsberg
· 14 years ago
57295eb
compositor: Handle NULL buffer in input_device.attach correctly
by Kristian Høgsberg
· 14 years ago
fd07fb7
Create resource for wl_output
by Kristian Høgsberg
· 14 years ago
97d44aa
Pass resources to functions that take object references
by Kristian Høgsberg
· 14 years ago
f790c79
Use wl_display_bind() for binding to globals
by Kristian Høgsberg
· 14 years ago
d9551a3
compositor: drop wl_display_add_object()
by Kristian Høgsberg
· 14 years ago
904055a
compositor: Make all exported objects wl_resources
by Kristian Høgsberg
· 14 years ago
3341820
Use the new wl_callback interface
by Kristian Høgsberg
· 14 years ago
361d2ad
Update compositor shutdown code
by Matt Roper
· 14 years ago
045037e
Turn off hardware cursors on VT switch before dropping DRM master.
by Matt Roper
· 14 years ago
Next »