index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shell.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
compositor: Add a destroy signal and turn weston_shell into signals
Kristian Høgsberg
1
-42
/
+41
2012-04-11
Use wl_signal
Kristian Høgsberg
1
-20
/
+17
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-58
/
+54
2012-04-10
shell: handle surface destruction during move, resize and rotate grabs
Ander Conselvan de Oliveira
1
-44
/
+107
2012-04-02
shell: Break up a few long lines
Kristian Høgsberg
1
-2
/
+4
2012-04-02
shell: set black surface alpha properly in switcher_next()
Alex Wu
1
-0
/
+9
2012-04-02
shell: Add fullscreen path into activate()
Alex Wu
1
-6
/
+37
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-1
/
+1
2012-03-30
Fix warnings resulting from wayland signedness fixes
Kristian Høgsberg
1
-4
/
+4
2012-03-29
Remove weston_shell map and configure function pointers
Kristian Høgsberg
1
-2
/
+0
2012-03-29
shell: Remove obsolete workaround
Kristian Høgsberg
1
-4
/
+0
2012-03-27
compositor: move force_configure field to shell_surface
Ander Conselvan de Oliveira
1
-4
/
+7
2012-03-27
compositor: make surface_configure() a vfunc
Ander Conselvan de Oliveira
1
-1
/
+38
2012-03-27
compositor: use new drag icon listener for setting up drag surfaces
Ander Conselvan de Oliveira
1
-2
/
+0
2012-03-27
compositor: add a weston_surface_is_mapped() helper
Ander Conselvan de Oliveira
1
-1
/
+1
2012-03-25
config-parser: consolidate shell files into weston.ini only
Tiago Vignatti
1
-1
/
+1
2012-03-22
shell: fix matrix invertible bug in rotation handler
Rafal Mielniczuk
1
-18
/
+23
2012-03-22
Add surface opacity controls.
Scott Moreau
1
-0
/
+38
2012-03-22
Switch zoom binding to <Super>+Scroll.
Scott Moreau
1
-11
/
+5
2012-03-22
Modify bindings for axis event detection.
Scott Moreau
1
-38
/
+38
2012-03-22
shell: correct position of a surface before rotating it.
Rafal Mielniczuk
1
-1
/
+15
2012-03-20
compositor: use smoother range for backlight control
Tiago Vignatti
1
-6
/
+11
2012-03-20
shell: Fix 2 switcher crashes.
Alex Wu
1
-1
/
+5
2012-03-12
Fix picking crashes
Kristian Høgsberg
1
-4
/
+1
2012-03-08
shell: don't assign output for surface of type none
Ander Conselvan de Oliveira
1
-4
/
+6
2012-03-08
shell: Fix segment fault when clicking to activate a NULL pointer_focus
Alex Wu
1
-1
/
+4
2012-03-08
shell: Fix not destroy black surface when fullscreen surface exit abnomally.
Alex Wu
1
-0
/
+3
2012-03-05
shell: Put popups and transients on top of their parent
Kristian Høgsberg
1
-0
/
+6
2012-03-05
compositor: Swallow binding key for bindings that don't set up a grab
Kristian Høgsberg
1
-35
/
+4
2012-03-04
Use typesafe server-side stubs
Kristian Høgsberg
1
-31
/
+25
2012-03-04
compositor: Add a repaint debugging mechanism
Kristian Høgsberg
1
-0
/
+40
2012-03-01
shell: Don't launch a new screensaver if the old one is still running
Kristian Høgsberg
1
-0
/
+5
2012-03-01
compositor: Organize surface stack using new struct weston_layer
Kristian Høgsberg
1
-125
/
+73
2012-03-01
shell: Add implementation of fullscreen.
Alex Wu
1
-21
/
+176
2012-02-29
compositor: add dpms and backlight support
Tiago Vignatti
1
-2
/
+45
2012-02-28
shell: Mark geometry dirty when we change surface alpha
Kristian Høgsberg
1
-0
/
+1
2012-02-26
Restructure output zoom key handling.
Scott Moreau
1
-20
/
+40
2012-02-23
Introduce output zoom.
Scott Moreau
1
-0
/
+48
2012-02-23
shell: don't assign output for surface of type none
Ander Conselvan de Oliveira
1
-0
/
+1
2012-02-22
shell: Fix never map fullscreen/transient surface.
Alex Wu
1
-4
/
+4
2012-02-19
shell: Revive super-tab application switcher
Kristian Høgsberg
1
-1
/
+118
2012-02-18
Track server changes.
Scott Moreau
1
-28
/
+28
2012-02-17
compositor: Move fullscreen_output to shell_surface
Kristian Høgsberg
1
-5
/
+6
2012-02-16
shell: Set geometry directly in configure
Kristian Høgsberg
1
-9
/
+6
2012-02-16
shell: Restore basic fullscreen functionality
Kristian Høgsberg
1
-3
/
+8
2012-02-16
protocol: remove absolute coordinates from pointer
Pekka Paalanen
1
-12
/
+7
2012-02-16
compositor: implement drag'n'drop icons
Ander Conselvan de Oliveira
1
-0
/
+2
2012-02-16
shell: update position of surfaces with type none on map()
Ander Conselvan de Oliveira
1
-2
/
+6
2012-02-16
shell: don't map surfaces with type NONE
Ander Conselvan de Oliveira
1
-0
/
+2
2012-02-16
Follow set_fullscreen protocol change
Kristian Høgsberg
1
-1
/
+4
[next]