index
:
platform/upstream/weston
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
linux_yocto
linux_yocto_build
sandbox/boram/weston170
sandbox/boram/weston180
sandbox/boram1288/weston30
sandbox/cyeon/devel
sandbox/elongbug/test
sandbox/imranzaman/multiseat
sandbox/imranzaman/multiseat6
sandbox/imranzaman/transform
sandbox/jbko/devel
sandbox/jihochu/5.0
sandbox/lsj119/devel
sandbox/mbachmann/devel
sandbox/mbachmann/ivi_xdg140
sandbox/mbachmann/tizen_embed
sandbox/mbachmann/tizen_greeter
sandbox/mbachmann/tizen_qa
sandbox/mbachmann/tizen_xdg-unminimize
sandbox/mbachmann/weston150_fullminimize
sandbox/mbachmann/weston150_ivi-shell
sandbox/mbachmann/weston150_qa
sandbox/mbachmann/weston160
sandbox/mbachmann/weston160_vanilla
sandbox/mbachmann/weston170
sandbox/nbozhenov/lto
sandbox/nguyomard/xdg_surface_needs_attention
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/pcoval/wip
sandbox/sdesneux/devel
sandbox/sdx/TC-1388
sandbox/sdx/weston17
sandbox/srk/android
sandbox/void/TC-1443
sandbox/xiaowei/5.0
splash
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Graphics System / Display Server;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desktop-shell
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
shell: Don't send extra configure events on click
Derek Foreman
1
-0
/
+8
2016-02-03
shell: Check more thoroughly for undefined surface resource
Bryce Harrington
1
-7
/
+24
2016-01-19
Support axis source, axis discrete, frame and axis stop events
Peter Hutterer
2
-0
/
+45
2016-01-19
Add a weston_pointer_axis_event
Peter Hutterer
2
-8
/
+11
2016-01-12
desktop-shell: Allow binding-modifier weston.ini option to be none
Bob Ham
1
-12
/
+14
2016-01-12
desktop-shell: Make zapping configurable
Bob Ham
2
-3
/
+12
2015-12-18
xwm: let the shells decide the position of X windows
Giulio Camuffo
2
-10
/
+31
2015-11-20
input: Keep per client pointer resources in their own structs
Jonas Ådahl
1
-4
/
+10
2015-11-20
input: Make pointer grab motion callbacks take an event struct
Jonas Ådahl
2
-12
/
+14
2015-11-19
Remove workspaces protocol
Jonas Ådahl
1
-113
/
+0
2015-11-19
desktop-shell: Rename protocol weston_desktop_shell
Jonas Ådahl
3
-41
/
+40
2015-11-19
Use xdg_shell protocol from wayland-protocols
Jonas Ådahl
1
-1
/
+1
2015-11-19
Use input method protocol from wayland-protocols
Jonas Ådahl
1
-6
/
+8
2015-11-16
desktop-shell: use weston_pointer_send_axis
Peter Hutterer
1
-7
/
+1
2015-11-02
input: Pass axis events through pointer grab interfaces
Jonas Ådahl
2
-0
/
+31
2015-11-02
desktop-shell: Add surface_keyboard_focus_lost helper
Jonas Ådahl
1
-25
/
+22
2015-10-23
desktop-shell: Make activate_binding take a view instead of surface
Jonas Ådahl
1
-5
/
+5
2015-10-09
shell: fix maximizing windows on a secondary output
Marek Chalupa
1
-4
/
+2
2015-10-07
input-panel: Fix show_input_panel_surface crash when no surface has focus
Nicolas Guyomard
1
-0
/
+2
2015-10-07
cosmetic: Remove a few double semicolons
Derek Foreman
1
-1
/
+1
2015-10-07
desktop-shell: NULL check whether a popup parent is a shell surface
Jonas Ådahl
1
-2
/
+3
2015-10-06
clients: Moving and rotating transient surfaces
Ben Hummon
1
-8
/
+5
2015-09-15
clients: If available, prefer top level surfaces for move or rotate
Derek Foreman
1
-0
/
+23
2015-09-14
shell: Make sure we actually have a resource in end_busy_cursor
Derek Foreman
1
-0
/
+1
2015-08-06
input: add a weston_pointer_clear_focus() helper function
Derek Foreman
2
-6
/
+2
2015-08-06
input: pass the global touch coordinates to the touch grab
Giulio Camuffo
1
-4
/
+10
2015-08-06
desktop-shell: Make resize and move functions take a pointer instead of a seat
Derek Foreman
1
-4
/
+4
2015-08-06
desktop-shell: drop shell_client from the head of the surface list on destroy
Derek Foreman
1
-0
/
+7
2015-07-31
input: Don't test keyboard/pointer/touch pointers
Derek Foreman
3
-90
/
+142
2015-07-31
desktop-shell: Check for device presence properly
Derek Foreman
1
-4
/
+4
2015-07-31
desktop-shell: Don't call wl_list_init() in the middle of a list
Derek Foreman
1
-0
/
+2
2015-07-29
zoom: Store the seat that initiated a zoom
Derek Foreman
1
-1
/
+1
2015-07-29
zoom: Call weston_output_activate_zoom() appropriately
Derek Foreman
1
-1
/
+4
2015-07-23
desktop-shell: Put monitor to sleep when idle timer expires
Derek Foreman
1
-0
/
+2
2015-07-17
exposay: Fix use after free when a view is destroyed during animation
Derek Foreman
1
-3
/
+9
2015-07-17
exposay: Fix logic inversion when ending keyboard grabs
Derek Foreman
1
-1
/
+1
2015-07-17
desktop-shell: use work area instead of panel size to constrain moves
Derek Foreman
1
-9
/
+12
2015-07-17
desktop-shell: use output position in get_output_panel_size()
Derek Foreman
1
-5
/
+4
2015-07-17
desktop-shell: add output co-ordinates to get_output_work_area()
Derek Foreman
1
-13
/
+9
2015-07-16
shell: Switch middle and right mouse bindings
Derek Foreman
1
-2
/
+2
2015-07-16
desktop-shell: Use the grabbed pointer in popup_grab_button
Derek Foreman
1
-1
/
+1
2015-07-16
desktop-shell: Make surface_resize take a pointer instead of a seat
Derek Foreman
1
-5
/
+13
2015-07-16
desktop-shell: Make surface_rotate take a pointer instead of a seat
Derek Foreman
1
-7
/
+7
2015-07-16
desktop-shell: Make surface_move take a pointer instead of a seat
Derek Foreman
1
-9
/
+10
2015-07-16
desktop-shell: Make surface_touch_move take a touch instead of a seat
Derek Foreman
1
-6
/
+6
2015-07-16
input: Pass the appropriate pointer type to bindings instead of a seat
Derek Foreman
3
-63
/
+68
2015-07-16
exposay: Test keyboard presence before using keyboard pointer
Derek Foreman
1
-3
/
+6
2015-07-10
desktop-shell: make client_initiated a bool
Derek Foreman
1
-6
/
+6
2015-07-02
desktop-shell: Allow fullscreen windows to mode-switch their output.
Mario Kleiner
1
-1
/
+2
2015-06-30
desktop-shell: Allow multiple active fullscreen windows on multi-display setup.
Mario Kleiner
3
-14
/
+38
[next]