index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compositor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
2011-02-14
14
-5048
/
+0
*
compositor: Clip repaint to the damage region
Kristian Høgsberg
2011-02-14
2
-34
/
+59
*
compositor-drm: Flush before pageflipping
Benjamin Franzke
2011-02-14
1
-0
/
+1
*
compositor: Switch away from using VBOs and just stream the vertex data
Kristian Høgsberg
2011-02-13
2
-42
/
+30
*
Use pixman regions to reduce repainting
Kristian Høgsberg
2011-02-13
3
-13
/
+81
*
compositor-x11: Don't send enter/leave notify if we have an implicit grab
Kristian Høgsberg
2011-02-08
1
-0
/
+4
*
compositor: Implement super-tab window switching
Kristian Høgsberg
2011-02-07
2
-10
/
+99
*
compositor: Set repaint_on_timeout when we schedule a timeout repaint
Kristian Høgsberg
2011-02-07
1
-0
/
+1
*
Update compositor initiated resize to use a 3x3 grid
Kristian Høgsberg
2011-02-01
1
-2
/
+10
*
compositor: Calculate resizing direction
Benjamin Franzke
2011-02-01
1
-3
/
+15
*
Don't crash when the previous keyboard surface goes away
Kristian Høgsberg
2011-01-28
2
-11
/
+16
*
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
2011-01-28
3
-19
/
+92
*
compositor-wayland: Handle keyboard focus too
Kristian Høgsberg
2011-01-27
1
-2
/
+12
*
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
2011-01-27
3
-3
/
+70
*
Don't create buffer from NULL pointer
Tim Wiederhake
2011-01-26
1
-0
/
+2
*
compositor: Forward pointer focus notification from compostor backend
Kristian Høgsberg
2011-01-26
5
-37
/
+58
*
compositor-x11: Set window icon
Kristian Høgsberg
2011-01-26
3
-7
/
+55
*
Set WM_CLASS for X11 compositor window
Kristian Høgsberg
2011-01-26
1
-2
/
+10
*
shm: Check width, height and stride for invalid values
Kristian Høgsberg
2011-01-26
1
-2
/
+12
*
Screenshots were upside down
Tim Wiederhake
2011-01-25
1
-4
/
+2
*
Replace gdk_pixbuf_unref with g_object_unref
Darxus@chaosreigns.com
2011-01-25
2
-4
/
+4
*
Merge remote branch 'nobled/for-krh'
Kristian Høgsberg
2011-01-25
1
-3
/
+3
|
\
|
*
don't use deprecated INCLUDES variable
nobled
2011-01-24
1
-2
/
+2
|
*
fix includes
nobled
2011-01-24
1
-1
/
+1
*
|
fix tty_destroy
Tim Wiederhake
2011-01-25
1
-4
/
+4
|
/
*
compositor-wayland: Remove unused variable
Benjamin Franzke
2011-01-23
1
-1
/
+0
*
compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D
Benjamin Franzke
2011-01-23
1
-2
/
+2
*
Define the shell resize enumeration in the xml spec
Kristian Høgsberg
2011-01-21
2
-13
/
+13
*
Add new surface.map_transient() request to map a surface relative to another
Kristian Høgsberg
2011-01-21
1
-0
/
+21
*
Take away pointer focus during server grabs
Kristian Høgsberg
2011-01-21
2
-10
/
+39
*
First attempt at selection support
Kristian Høgsberg
2011-01-19
3
-6
/
+176
*
Split shell object out from compositor.c into its own file
Kristian Høgsberg
2011-01-18
4
-448
/
+511
*
compositor: Attach only valid background buffers
Benjamin Franzke
2011-01-16
1
-0
/
+4
*
compositor-wayland: Assign func pointers pre init
Benjamin Franzke
2011-01-16
1
-4
/
+5
*
Check for GL_EXT_texture_format_BGRA8888
Kristian Høgsberg
2011-01-14
1
-0
/
+8
*
Both internalFormat and format should be GL_BGRA_EXT
Kristian Høgsberg
2011-01-14
1
-2
/
+1
*
Make it possible to enable/disable the various compositors from configure
Kristian Høgsberg
2011-01-14
2
-9
/
+34
*
Remove unused visual argument to wlsc_surface_create()
Kristian Høgsberg
2011-01-14
1
-6
/
+3
*
Move buffer creation and buffer details into drm.c and shm.c
Kristian Høgsberg
2011-01-14
7
-91
/
+118
*
Move tty and vt handling out in its own file
Kristian Høgsberg
2011-01-14
4
-131
/
+174
*
Some kind of support for touchscreen
Kristian Høgsberg
2011-01-14
1
-16
/
+32
*
Split out evdev handling to its own file
Kristian Høgsberg
2011-01-14
4
-194
/
+228
*
Pick up input devices of type ID_INPUT_TABLET as well
Kristian Høgsberg
2011-01-14
1
-0
/
+1
*
Map new surfaces on top of all other surface
Kristian Høgsberg
2011-01-07
1
-1
/
+1
*
Simplify visual check
Kristian Høgsberg
2011-01-07
2
-6
/
+2
*
Ignore surface.map_toplevel() if already mapped
Kristian Høgsberg
2011-01-07
3
-1
/
+7
*
Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target
Kristian Høgsberg
2011-01-06
2
-2
/
+3
*
Initialize surface->link so we can always wl_list_remove() it
Kristian Høgsberg
2011-01-06
1
-0
/
+1
*
Move grab definitions to wayland-util.h
Kristian Høgsberg
2011-01-06
2
-30
/
+13
*
Move basic grab handling to core libraries
Kristian Høgsberg
2011-01-05
1
-69
/
+0
[next]