Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
067abf67cd1f08f4d2692a6b42b8331264c75397
/
src
067abf6
workspaces: don't segfault on invalid move_surface_to_workspace request
by Philipp Brüschweiler
· 13 years ago
8538b22
shell: Improve focus handling when moving surfaces between workspaces
by Jonas Ådahl
· 13 years ago
e9d2250
shell: Introduce workspace manager interface
by Jonas Ådahl
· 13 years ago
8de6a1d
shell: Add possibility to move surfaces to other workspaces
by Jonas Ådahl
· 13 years ago
5689944
shell: Always set focus when restoring focus state
by Jonas Ådahl
· 13 years ago
07c91f8
compositor: triangle fan debug
by Pekka Paalanen
· 13 years ago
8a15bb8
compositor: fix blending for full-surface alpha
by Pekka Paalanen
· 13 years ago
6b5585b
compositor: specialised fragment shader for RGBX
by Pekka Paalanen
· 13 years ago
0e5a2d0
compositor: simplify shaders
by Rob Clark
· 13 years ago
e3b9591
compositor: add support for OES_EGL_image_external
by Rob Clark
· 13 years ago
1bad5db
Implement output transformations.
by Scott Moreau
· 13 years ago
4f52173
compositor: Clear only the the damage that was actually repainted
by Ander Conselvan de Oliveira
· 13 years ago
243f59f
Remove unused enum.
by Scott Moreau
· 13 years ago
48cd58b
compositor: a couple debug logs
by Rob Clark
· 13 years ago
90bc88c
compositor-wayland: Set make and model
by Kristian Høgsberg
· 13 years ago
539d85f
compositor-wayland: Call notify_pointer_focus() for content area only
by Kristian Høgsberg
· 13 years ago
d3800e4
compositor: Use pointer_cursor_surface_configure() in wl_pointer.set_cursor
by Kristian Høgsberg
· 13 years ago
6cef009
shell: don't segfault when pressing super+k when no surface is focused
by Philipp Brüschweiler
· 13 years ago
33d7509
compositor: Set WAYLAND_DISPLAY only after creating backend
by Kristian Høgsberg
· 13 years ago
4272e63
shell: Eliminate unneeded function.
by Scott Moreau
· 13 years ago
4cb88c7
shell: Avoid modulo by zero error in positioning algorithm
by Rob Bradford
· 13 years ago
ac63e5b
shell: Enhance the basic random positioning algorithm
by Rob Bradford
· 13 years ago
92374e1
shell: Ignore unsolicited pong requests
by Kristian Høgsberg
· 13 years ago
cd8cdcc
text: Deactivate text_model on keyboard focus lost
by Jan Arne Petersen
· 13 years ago
e829adc
text: Assign text_model to a wl_seat
by Jan Arne Petersen
· 13 years ago
de3b6a1
text: Add activate/deactivate events
by Jan Arne Petersen
· 13 years ago
5196374
text: Rename text_model_manager to factory
by Jan Arne Petersen
· 13 years ago
cb3eaae
compositor: Change notify_* function to take a weston_seat
by Kristian Høgsberg
· 13 years ago
05890dc
compositor: Don't hardcode output transform when sending the event
by Kristian Høgsberg
· 13 years ago
16333ab
compositor: Remove compositor->seat
by Kristian Høgsberg
· 13 years ago
ef6f136
zoom: Pick the first seat in seat_list instead of compositor->seat
by Kristian Høgsberg
· 13 years ago
5ba3189
xwm: Use a simple heuristic for mapping X input events to a weston seat
by Kristian Høgsberg
· 13 years ago
f4d2f23
shell: Track pointer focus for all seats
by Kristian Høgsberg
· 13 years ago
4f92c53
compositor-x11: Move X11 core input seat into x11_compositor
by Kristian Høgsberg
· 13 years ago
7af7ced
compositor-wayland: Move weston_seat into wayland_input
by Kristian Høgsberg
· 13 years ago
99fd101
compositor: Drop output->flags
by Kristian Høgsberg
· 13 years ago
8a01580
compositor-drm: Fix bad rebase
by Kristian Høgsberg
· 13 years ago
711fda8
shell: move input panels into a designated layer
by Philipp Brüschweiler
· 13 years ago
ab5b1e3
compositor-drm: don't keep trying if hw doesn't support cursors
by Rob Clark
· 13 years ago
4339add
compositor-drm: don't attempt sprite for out of bounds dimensions
by Rob Clark
· 13 years ago
702ffae
compositor-drm: skip overlay for shm buffers
by Rob Clark
· 13 years ago
42c4646
compositor-drm: Return the newly added mode in drm_output_add_mode()
by Ander Conselvan de Oliveira
· 13 years ago
dc79e6d
compositor-drm: Check for OUTPUT_CONFIG_OFF instead of using strcmp()
by Ander Conselvan de Oliveira
· 13 years ago
383b671
shell: Fix repaint debugging
by Ander Conselvan de Oliveira
· 13 years ago
3b70b66
compositor: When redrawing, don't clip opaque regions from other planes
by Ander Conselvan de Oliveira
· 13 years ago
84cf541
spring: Avoid excessive calculation loops for the spring values
by Rob Bradford
· 13 years ago
5ca1a47
compositor-drm: handle vblanks on secondary crtc
by Rob Clark
· 13 years ago
8801357
shell: don't abuse link_layer for keeping track of input panel surfaces
by Philipp Brüschweiler
· 13 years ago
3eb4761
evdev: rename evdev_input_device to evdev_device
by Pekka Paalanen
· 13 years ago
b9d38f4
evdev: do not pass a list to evdev_led_update()
by Pekka Paalanen
· 13 years ago
f1fc10a
compositor: fix weston_log format warnings
by Pekka Paalanen
· 13 years ago
ae29da2
compositor-drm: fix weston_log format errors
by Pekka Paalanen
· 13 years ago
d525b56
compositor: format check for weston_log arguments
by Pekka Paalanen
· 13 years ago
df1fd36
compositor: log program launches
by Pekka Paalanen
· 13 years ago
ca9b09d
compositor-x11: Always free output_mode on error.
by Scott Moreau
· 13 years ago
248aaec
compositor-x11: Allow output configuration from config file.
by Scott Moreau
· 13 years ago
a502152
compositor: Always set output_mask in weston_surface_update_output_mask().
by Scott Moreau
· 13 years ago
61f00f5
shell: Make sure the black surface is opaque
by Kristian Høgsberg
· 13 years ago
9823870
compositor: Add weston_surface_schedule_repaint() for limited repaint
by Kristian Høgsberg
· 13 years ago
79af73e
compositor-drm: Disable planes when zoomed or capturing
by Kristian Høgsberg
· 13 years ago
168ed72
evdev: kill a warning in evdev_led_update()
by Pekka Paalanen
· 13 years ago
4ddf1b2
android: add basic evdev input support
by Pekka Paalanen
· 13 years ago
d858351
compositor-drm, evdev: don't crash on missing keyboard
by Pekka Paalanen
· 13 years ago
81a13a3
compositor-drm: log enter/leave VT
by Pekka Paalanen
· 13 years ago
42b3f6a
compositor-drm: log input device hot-unplugs
by Pekka Paalanen
· 13 years ago
d2e69c2
compositor-drm: fix leak in evdev_udev_handler()
by Pekka Paalanen
· 13 years ago
bf639ab
evdev: log input devices
by Pekka Paalanen
· 13 years ago
3315697
evdev: move udev code into compositor-drm.c
by Pekka Paalanen
· 13 years ago
88594b6
evdev: expose the generic evdev API
by Pekka Paalanen
· 13 years ago
3b00339
evdev: rename evdev_seat to drm_seat
by Pekka Paalanen
· 13 years ago
43f0a1e
evdev: pass weston_seat to evdev_input_device_create()
by Pekka Paalanen
· 13 years ago
3bfb201
evdev: make evdev_notify_keyboard_focus() independent of evdev_seat
by Pekka Paalanen
· 13 years ago
5720e92
evdev: make evdev_led_update independent from struct evdev_seat
by Pekka Paalanen
· 13 years ago
5618d6f
evdev: change evdev_seat into weston_seat in struct evdev_input_device
by Pekka Paalanen
· 13 years ago
cfa1f67
evdev: merge evdev-private.h into evdev.h
by Pekka Paalanen
· 13 years ago
5a6383b
evdev: move device opening out from evdev_input_device_create
by Pekka Paalanen
· 13 years ago
a123e5c
evdev: rename device_removed() to evdev_input_device_destroy()
by Pekka Paalanen
· 13 years ago
c4f3338
spring: Avoid looping if time appears to be going backwards
by Rob Bradford
· 13 years ago
5626d34
compositor-drm: Split cursor handling into prepare and set
by Kristian Høgsberg
· 13 years ago
65a11e1
compositor: Accumulate damage per plane
by Kristian Høgsberg
· 13 years ago
0fb7975
compositor: Use uint32_t for the msecs value consistently
by Rob Bradford
· 13 years ago
d9a8e16
compositor: remove OpenWFD backend
by Pekka Paalanen
· 13 years ago
649e1ce
compositor: Don't allow setting a NULL cursor without pointer focus
by Kristian Høgsberg
· 13 years ago
2e96d3c
compositor: Check serial number ordering without overflowing
by Kristian Høgsberg
· 13 years ago
c50645c
Properly free drm configured mode variables.
by Scott Moreau
· 13 years ago
bbe9839
shell: Make it possible to move and raise unresponsive surfaces
by Kristian Høgsberg
· 13 years ago
9e31bff
shell: Move surface move code back to just after the move grab functions
by Kristian Høgsberg
· 13 years ago
64eca89
compositor: Fold the log prototypes into compositor.h and drop log.h
by Kristian Høgsberg
· 13 years ago
8f37e0b
Add raw modeline support.
by Scott Moreau
· 13 years ago
5646425
compositor: rework touch focus
by Pekka Paalanen
· 13 years ago
2fc7cce
evdev: query position ranges for MT, too
by Pekka Paalanen
· 13 years ago
27979b0
weston-launcher: use CLOEXEC on fallback path
by Pekka Paalanen
· 13 years ago
8ff6915
compositor-drm: Handle incomplete [output] sections without crashing
by Kristian Høgsberg
· 13 years ago
e377822
shell: Give keyboard focus to top surface when current keyboard focus goes away
by Kristian Høgsberg
· 13 years ago
2f5faff
shell: Always track focus state per workspace
by Kristian Høgsberg
· 13 years ago
3df6384
compositor: Set WAYLAND_DISPLAY if we're given a --socket argument
by Kristian Høgsberg
· 13 years ago
7b884bc
compositor: Use a minimal restore handler for crash clean up
by Kristian Høgsberg
· 13 years ago
c94de64
shell: Remove unused shsurf->focus_state
by Kristian Høgsberg
· 13 years ago
b8e0d0f
shell: Use the right destroy listener in focus_state_surface_destroy()
by Kristian Høgsberg
· 13 years ago
8ab5d45
Allow output configuration from config file.
by Scott Moreau
· 13 years ago
Next »