index
:
~bnf/wayland
buffer
buffer.release
cairo_window_surface
destroy-listener
fix
fixes
framefd
master
prefix
redraw
setup_display
shm
shm-2
shm-in-egl
simple_client
size_t
socket-activation
surface-frame-event
use_flags
visual
wayland-egl
yuv
bnf's wayland clone
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compositor
/
compositor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
1
-269
/
+0
2011-02-14
compositor: Clip repaint to the damage region
Kristian Høgsberg
1
-0
/
+1
2011-02-13
compositor: Switch away from using VBOs and just stream the vertex data
Kristian Høgsberg
1
-1
/
+1
2011-02-13
Use pixman regions to reduce repainting
Kristian Høgsberg
1
-0
/
+11
2011-02-07
compositor: Implement super-tab window switching
Kristian Høgsberg
1
-0
/
+1
2011-01-28
Don't crash when the previous keyboard surface goes away
Kristian Høgsberg
1
-1
/
+0
2011-01-28
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
1
-1
/
+10
2011-01-27
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
1
-0
/
+6
2011-01-26
compositor: Forward pointer focus notification from compostor backend
Kristian Høgsberg
1
-0
/
+6
2011-01-26
compositor-x11: Set window icon
Kristian Høgsberg
1
-0
/
+3
2011-01-19
First attempt at selection support
Kristian Høgsberg
1
-0
/
+5
2011-01-18
Split shell object out from compositor.c into its own file
Kristian Høgsberg
1
-0
/
+25
2011-01-14
Move buffer creation and buffer details into drm.c and shm.c
Kristian Høgsberg
1
-14
/
+8
2011-01-14
Move tty and vt handling out in its own file
Kristian Høgsberg
1
-1
/
+6
2011-01-14
Split out evdev handling to its own file
Kristian Høgsberg
1
-0
/
+3
2011-01-07
Ignore surface.map_toplevel() if already mapped
Kristian Høgsberg
1
-0
/
+1
2011-01-06
Move grab definitions to wayland-util.h
Kristian Høgsberg
1
-17
/
+0
2010-12-08
Set up visuals in wayland-server
Kristian Høgsberg
1
-1
/
+0
2010-12-08
Move grab state to struct wl_input_device
Kristian Høgsberg
1
-14
/
+4
2010-12-07
Use grab object for motion grabs too
Kristian Høgsberg
1
-4
/
+2
2010-12-07
Use a grab object for drag and drop
Kristian Høgsberg
1
-13
/
+0
2010-12-07
Handle shell.move using a grab object
Kristian Høgsberg
1
-1
/
+1
2010-12-07
Add grab object infrastructure
Kristian Høgsberg
1
-0
/
+13
2010-12-07
Drop dummy wl_grab_surface hack
Kristian Høgsberg
1
-1
/
+0
2010-12-06
Use surface destroy notifier for cancelling grabs
Kristian Høgsberg
1
-2
/
+1
2010-12-06
Use the per-surface destroy callback for grabs as well
Kristian Høgsberg
1
-2
/
+0
2010-12-06
Add a surface destroy callback and use it for focus tracking
Kristian Høgsberg
1
-7
/
+1
2010-12-01
Chage the 'base' field to be the name of the super class instead
Kristian Høgsberg
1
-8
/
+8
2010-12-01
compositor: Use a virtual destructor when shutting down
Kristian Høgsberg
1
-0
/
+1
2010-12-01
Move pointer and keyboard focus tracking into libwayland-server
Kristian Høgsberg
1
-4
/
+0
2010-11-29
Add wayland backend for compositor (nested)
Benjamin Franzke
1
-0
/
+3
2010-10-27
Add a geometry option for x11 compositor
Kristian Høgsberg
1
-5
/
+2
2010-10-06
Add a shm buffer sharing mechanism
Kristian Høgsberg
1
-5
/
+25
2010-09-24
Fix EGLImageKHR leak in wl_buffer destroy
Kristian Høgsberg
1
-0
/
+1
2010-09-14
Add timestamp to pointer image attach request
Kristian Høgsberg
1
-0
/
+1
2010-09-14
Move example compositor to subdirectory
Kristian Høgsberg
1
-0
/
+221