index
:
~bnf/weston
background
buffer.release
buffer.release-2
damaging
damaging-2
destroy-listener
eglsync
euid
fix
fixes-2
framefd
gbm
master
openwf
output-hotplug
patches
redraw
resize-fix
shell
shell-fixes
shell-outputs
shell-outputs-2
shm-in-egl
use_flags
visual
vt-switch-hotplug
weston-launch
weston-launch-final
winit
yuv
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compositor
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-01
Update compositor initiated resize to use a 3x3 grid
Kristian Høgsberg
1
-2
/
+10
2011-02-01
compositor: Calculate resizing direction
Benjamin Franzke
1
-3
/
+15
2011-01-28
Don't crash when the previous keyboard surface goes away
Kristian Høgsberg
2
-11
/
+16
2011-01-28
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
3
-19
/
+92
2011-01-27
compositor-wayland: Handle keyboard focus too
Kristian Høgsberg
1
-2
/
+12
2011-01-27
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
3
-3
/
+70
2011-01-26
Don't create buffer from NULL pointer
Tim Wiederhake
1
-0
/
+2
2011-01-26
compositor: Forward pointer focus notification from compostor backend
Kristian Høgsberg
5
-37
/
+58
2011-01-26
compositor-x11: Set window icon
Kristian Høgsberg
3
-7
/
+55
2011-01-26
Set WM_CLASS for X11 compositor window
Kristian Høgsberg
1
-2
/
+10
2011-01-26
shm: Check width, height and stride for invalid values
Kristian Høgsberg
1
-2
/
+12
2011-01-25
Screenshots were upside down
Tim Wiederhake
1
-4
/
+2
2011-01-25
Replace gdk_pixbuf_unref with g_object_unref
Darxus@chaosreigns.com
2
-4
/
+4
2011-01-25
Merge remote branch 'nobled/for-krh'
Kristian Høgsberg
1
-3
/
+3
2011-01-25
fix tty_destroy
Tim Wiederhake
1
-4
/
+4
2011-01-24
don't use deprecated INCLUDES variable
nobled
1
-2
/
+2
2011-01-24
fix includes
nobled
1
-1
/
+1
2011-01-23
compositor-wayland: Remove unused variable
Benjamin Franzke
1
-1
/
+0
2011-01-23
compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D
Benjamin Franzke
1
-2
/
+2
2011-01-21
Define the shell resize enumeration in the xml spec
Kristian Høgsberg
2
-13
/
+13
2011-01-21
Add new surface.map_transient() request to map a surface relative to another
Kristian Høgsberg
1
-0
/
+21
2011-01-21
Take away pointer focus during server grabs
Kristian Høgsberg
2
-10
/
+39
2011-01-19
First attempt at selection support
Kristian Høgsberg
3
-6
/
+176
2011-01-18
Split shell object out from compositor.c into its own file
Kristian Høgsberg
4
-448
/
+511
2011-01-16
compositor: Attach only valid background buffers
Benjamin Franzke
1
-0
/
+4
2011-01-16
compositor-wayland: Assign func pointers pre init
Benjamin Franzke
1
-4
/
+5
2011-01-14
Check for GL_EXT_texture_format_BGRA8888
Kristian Høgsberg
1
-0
/
+8
2011-01-14
Both internalFormat and format should be GL_BGRA_EXT
Kristian Høgsberg
1
-2
/
+1
2011-01-14
Make it possible to enable/disable the various compositors from configure
Kristian Høgsberg
2
-9
/
+34
2011-01-14
Remove unused visual argument to wlsc_surface_create()
Kristian Høgsberg
1
-6
/
+3
2011-01-14
Move buffer creation and buffer details into drm.c and shm.c
Kristian Høgsberg
7
-91
/
+118
2011-01-14
Move tty and vt handling out in its own file
Kristian Høgsberg
4
-131
/
+174
2011-01-14
Some kind of support for touchscreen
Kristian Høgsberg
1
-16
/
+32
2011-01-14
Split out evdev handling to its own file
Kristian Høgsberg
4
-194
/
+228
2011-01-14
Pick up input devices of type ID_INPUT_TABLET as well
Kristian Høgsberg
1
-0
/
+1
2011-01-07
Map new surfaces on top of all other surface
Kristian Høgsberg
1
-1
/
+1
2011-01-07
Simplify visual check
Kristian Høgsberg
2
-6
/
+2
2011-01-07
Ignore surface.map_toplevel() if already mapped
Kristian Høgsberg
3
-1
/
+7
2011-01-06
Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target
Kristian Høgsberg
2
-2
/
+3
2011-01-06
Initialize surface->link so we can always wl_list_remove() it
Kristian Høgsberg
1
-0
/
+1
2011-01-06
Move grab definitions to wayland-util.h
Kristian Høgsberg
2
-30
/
+13
2011-01-05
Move basic grab handling to core libraries
Kristian Høgsberg
1
-69
/
+0
2010-12-17
Fix compositor-wayland
Kristian Høgsberg
1
-2
/
+1
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
2
-31
/
+19
2010-12-09
Move code around to keep input device interface and init function close
Kristian Høgsberg
1
-31
/
+30
2010-12-08
Set up visuals in wayland-server
Kristian Høgsberg
4
-42
/
+12
2010-12-08
Handle buttons in grab objects too
Kristian Høgsberg
1
-5
/
+34
2010-12-08
Move grab state to struct wl_input_device
Kristian Høgsberg
5
-122
/
+113
2010-12-07
Reenable fragment shader precision specifier
Kristian Høgsberg
1
-1
/
+1
2010-12-07
Use grab object for motion grabs too
Kristian Høgsberg
2
-63
/
+54
[next]