Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
9724b51750254ae8275f098857f3851d2d031d35
9724b51
More weston rename fixes
by Kristian Høgsberg
· 14 years ago
82d9ee9
data-device: Handle source going away instead of ref-counting it
by Kristian Høgsberg
· 14 years ago
cb78447
Fix a few missing wlsc->weston renames
by Kristian Høgsberg
· 14 years ago
3466bc8
Merge remote-tracking branch 'pq/compositor-dtors-v1'
by Kristian Høgsberg
· 14 years ago
f6a5f7d
Fix distcheck
by Kristian Høgsberg
· 14 years ago
8334bc1
Rename wayland-compositor to weston
by Kristian Høgsberg
· 14 years ago
43c61d8
compositor-x11: improve x11_destroy()
by Pekka Paalanen
· 14 years ago
2de99e2
compositor-x11: implement x11_output_destroy()
by Pekka Paalanen
· 14 years ago
2da6d5f
compositor: fix use after free in wlsc_zoom_frame
by Pekka Paalanen
· 14 years ago
35ce06d
compositor: add screenshooter destructor
by Pekka Paalanen
· 14 years ago
c069dd5
compositor: remove unused member from wlsc_input_device
by Pekka Paalanen
· 14 years ago
402ae6d
compositor: free region members on surface destroy
by Pekka Paalanen
· 14 years ago
07753fb
compositor: add wlsc_input_device_fini()
by Pekka Paalanen
· 14 years ago
d1591ae
compositor: more cleanup on shutdown
by Pekka Paalanen
· 14 years ago
51c769f
compositor: clean up signal event sources on exit
by Pekka Paalanen
· 14 years ago
0135abe
compositor: avoid scheduling rendering on shutdown
by Pekka Paalanen
· 14 years ago
9cf5cc8
shell: destroy desktop_shell client on exit
by Pekka Paalanen
· 14 years ago
4738f3b
compositor: destroy all input binding objects on shutdown
by Pekka Paalanen
· 14 years ago
cc9102e
compositor: free regions in wlsc_output_repaint()
by Pekka Paalanen
· 14 years ago
3c64723
compositor: add destructors to shell plugins
by Pekka Paalanen
· 14 years ago
4c61747
x11: Clear X11 selection when we can't bridge the data type
by Kristian Høgsberg
· 14 years ago
f258a31
Fix WL_EVENT_WRITEABLE typo
by Kristian Høgsberg
· 14 years ago
33f8670
x11: Bridge Wayland selections to X11 CLIPBOARD selection
by Kristian Høgsberg
· 14 years ago
727bacd
terminal: Don't close fd twice
by Kristian Høgsberg
· 14 years ago
0050fd7
x11: Handle BadWindow errors
by Kristian Høgsberg
· 14 years ago
facb558
x11: Remove destroy listener when X11 window is destroyed
by Kristian Høgsberg
· 14 years ago
a42c128
x11: Store interesting window properties, dump a few more things
by Kristian Høgsberg
· 14 years ago
94110f7
x11: Improvide debugging output a bit
by Kristian Høgsberg
· 14 years ago
8b316f0
x11: Remove a couple of done TODOs
by Kristian Høgsberg
· 14 years ago
11d0512
compositor: Pull in hash table from protocol
by Kristian Høgsberg
· 14 years ago
e7aaec3
x11: Bridge X11 CLIPBOARD selection to Wayland clients
by Kristian Høgsberg
· 14 years ago
09e2692
compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h
by Kristian Høgsberg
· 14 years ago
03cb5cf
compositor: Handle disappearing surfaces and input devices for touch
by Kristian Høgsberg
· 14 years ago
558949b
clients: Add simple-touch client for testing touch events.
by Kristian Høgsberg
· 14 years ago
3937354
evdev: Store positions for all touch points in the evdev device
by Kristian Høgsberg
· 14 years ago
3543ff4
compositor: Send touch_up before clearing touch focus
by Kristian Høgsberg
· 14 years ago
e04ad57
window.c: Add touch event stubs
by Kristian Høgsberg
· 14 years ago
8a1d10d
window.c: Rename input handlers to input_handle_*
by Kristian Høgsberg
· 14 years ago
1f221ff
compositor: Send out touch events accordingly
by Tiago Vignatti
· 14 years ago
22c6bce
evdev: Add ABS_MT_* support for direct touch devices
by Tiago Vignatti
· 14 years ago
773d13b
compositor: Make surface picking not depend on an input device
by Kristian Høgsberg
· 14 years ago
325bb60
window: destroy surfaces on display_destroy()
by Pekka Paalanen
· 14 years ago
e1207c7
window: destroy all inputs on display_destroy()
by Pekka Paalanen
· 14 years ago
c205298
window: destroy misc objects on display_destroy()
by Pekka Paalanen
· 14 years ago
2c1426a
window: destroy outputs on display_destroy()
by Pekka Paalanen
· 14 years ago
5ec6585
window: destroy window surfaces and title
by Pekka Paalanen
· 14 years ago
51ce95a
window: remove unused struct members
by Pekka Paalanen
· 14 years ago
e59d74a
resizor: add exit key and cleanups
by Pekka Paalanen
· 14 years ago
fe6079a
window: add display_destroy()
by Pekka Paalanen
· 14 years ago
826d795
window: add display_exit()
by Pekka Paalanen
· 14 years ago
fb850c4
simple clients: flush before destroying wl_display
by Pekka Paalanen
· 14 years ago
2c2c106
simple-egl: implement destructors
by Pekka Paalanen
· 14 years ago
c4cd62a
simple-shm: implement destructors
by Pekka Paalanen
· 14 years ago
88e60fc
simple clients: add signal handler for clean exit
by Pekka Paalanen
· 14 years ago
3429a72
compositor: fix uniform handling for fade_output()
by Pekka Paalanen
· 14 years ago
bbedd7e
clients: Implement a toy-menu for testing the menu surface type
by Kristian Høgsberg
· 14 years ago
8da0fbd
resizor: Use symbolic name for BTN_RIGHT
by Kristian Høgsberg
· 14 years ago
2a25cd4
compositor: Remove shell->activate callback
by Kristian Høgsberg
· 14 years ago
e1a850e
compositor: Move click-to-focus and ctrl-alt-bs bindings to shell.c
by Kristian Høgsberg
· 14 years ago
f47d8fe
compositor: Move binding code to util.c
by Kristian Høgsberg
· 14 years ago
2bd5b63
compositor: Consolidate code for finding and running bindings
by Kristian Høgsberg
· 14 years ago
5a5f007
compositor: Make click to activate behavior a binding
by Kristian Høgsberg
· 14 years ago
42e40ae
x11: Ignore FocusOut with mode = NotifyUngrab
by Kristian Høgsberg
· 14 years ago
9015ead
window: do proper Cairo device flushing
by Pekka Paalanen
· 14 years ago
ce03ec3
evdev: new header file for the driver
by Tiago Vignatti
· 14 years ago
6e2d5f1
compositor-drm: remove/add evdev devices when vt switches
by Tiago Vignatti
· 14 years ago
9e2be08
compositor: first destroy backend routines and then display
by Tiago Vignatti
· 14 years ago
c349e1d
compositor-drm: destroy evdev driver properly when finishing compositor
by Tiago Vignatti
· 14 years ago
0db1d5f
evdev: use a separate function for adding devices
by Tiago Vignatti
· 14 years ago
b303a1d
compositor: use wl_list_for_each_safe when destroying output
by Tiago Vignatti
· 14 years ago
7bb92f0
Activate toplevel fullscreen and menu surfaces
by Juan Zhao
· 14 years ago
ef45824
desktop-shell: Animate surface opacity in zoom animation as well
by Kristian Høgsberg
· 14 years ago
541e555
compositor: Implement surface global alpha
by Kristian Høgsberg
· 14 years ago
cd9ac1d
compositor: Remove server side cursors
by Kristian Høgsberg
· 14 years ago
7296e79
compositor: let shell override idle time
by Pekka Paalanen
· 14 years ago
e955f1e
shell: use desktop-shell ini file for screensaver path
by Pekka Paalanen
· 14 years ago
18027e5
shell: automatic exec and kill of wscreensaver
by Pekka Paalanen
· 14 years ago
bce2d3f
compositor: add IDLE state
by Pekka Paalanen
· 14 years ago
af0e34c
shell: center the unlock dialog
by Pekka Paalanen
· 14 years ago
2e097ee
compositor: fix re-fading
by Pekka Paalanen
· 14 years ago
baeb6a1
shell: let screensaver wake up the compositor
by Pekka Paalanen
· 14 years ago
77346a6
shell: implement screensaver surface type
by Pekka Paalanen
· 14 years ago
9826223
shell: handle surface type reassignment
by Pekka Paalanen
· 14 years ago
696f959
wscreensaver: implement screensaver interface
by Pekka Paalanen
· 14 years ago
999c5b5
window: expose outputs to applications
by Pekka Paalanen
· 14 years ago
6e16811
protocol: add screensaver interface
by Pekka Paalanen
· 14 years ago
12c05b7
evdev: run flush_motion only when needed
by Tiago Vignatti
· 14 years ago
1c2bcb1
evdev: send old valuator inside event frame when the other is missing
by Tiago Vignatti
· 14 years ago
d7c4551
compositor-drm: Catch errors in create_output_for_connector
by David Herrmann
· 14 years ago
0f0d54e
compositor-drm: Free output on error in create_output_for_connector
by David Herrmann
· 14 years ago
eb8bed5
compositor-drm: Fix memory leak in create_output_for_connector
by David Herrmann
· 14 years ago
7551cff
compositor-drm: Fix memory leak in update_outputs
by David Herrmann
· 14 years ago
a3a7162
compositor-x11: convert (some) of X11 buttons to linux input
by Tiago Vignatti
· 14 years ago
01e7b00
shell: fix set_transient
by Pekka Paalanen
· 14 years ago
9b935c8
Use '-' to separate words in file names
by Kristian Høgsberg
· 14 years ago
bde5e9f
Remove stale comment
by Kristian Høgsberg
· 14 years ago
d42b0c9
compositor: Use dup instead of fcntl to get a non-CLOEXEC fd
by Kristian Høgsberg
· 14 years ago
9b32ed3
Update .gitignores
by Pekka Paalanen
· 14 years ago
c47ddfd
compositor: reset signal mask for children
by Pekka Paalanen
· 14 years ago
409ef0a
compositor: refactor client forking code
by Pekka Paalanen
· 14 years ago
Next »