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
/
compositor.c
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
1
-1411
/
+0
*
compositor: Clip repaint to the damage region
Kristian Høgsberg
2011-02-14
1
-34
/
+58
*
compositor: Switch away from using VBOs and just stream the vertex data
Kristian Høgsberg
2011-02-13
1
-41
/
+29
*
Use pixman regions to reduce repainting
Kristian Høgsberg
2011-02-13
1
-13
/
+68
*
compositor: Implement super-tab window switching
Kristian Høgsberg
2011-02-07
1
-10
/
+98
*
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
1
-10
/
+16
*
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
2011-01-28
1
-18
/
+78
*
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
2011-01-27
1
-0
/
+22
*
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
1
-0
/
+33
*
compositor-x11: Set window icon
Kristian Høgsberg
2011-01-26
1
-7
/
+20
*
Replace gdk_pixbuf_unref with g_object_unref
Darxus@chaosreigns.com
2011-01-25
1
-2
/
+2
*
Define the shell resize enumeration in the xml spec
Kristian Høgsberg
2011-01-21
1
-1
/
+1
*
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
1
-7
/
+6
*
First attempt at selection support
Kristian Høgsberg
2011-01-19
1
-0
/
+4
*
Split shell object out from compositor.c into its own file
Kristian Høgsberg
2011-01-18
1
-448
/
+6
*
compositor: Attach only valid background buffers
Benjamin Franzke
2011-01-16
1
-0
/
+4
*
Check for GL_EXT_texture_format_BGRA8888
Kristian Høgsberg
2011-01-14
1
-0
/
+8
*
Make it possible to enable/disable the various compositors from configure
Kristian Høgsberg
2011-01-14
1
-2
/
+14
*
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
1
-51
/
+67
*
Map new surfaces on top of all other surface
Kristian Høgsberg
2011-01-07
1
-1
/
+1
*
Ignore surface.map_toplevel() if already mapped
Kristian Høgsberg
2011-01-07
1
-0
/
+5
*
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
1
-13
/
+13
*
Move basic grab handling to core libraries
Kristian Høgsberg
2011-01-05
1
-69
/
+0
*
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
2010-12-17
1
-26
/
+15
*
Move code around to keep input device interface and init function close
Kristian Høgsberg
2010-12-09
1
-31
/
+30
*
Set up visuals in wayland-server
Kristian Høgsberg
2010-12-08
1
-35
/
+6
*
Handle buttons in grab objects too
Kristian Høgsberg
2010-12-08
1
-5
/
+34
*
Move grab state to struct wl_input_device
Kristian Høgsberg
2010-12-08
1
-98
/
+97
*
Reenable fragment shader precision specifier
Kristian Høgsberg
2010-12-07
1
-1
/
+1
*
Use grab object for motion grabs too
Kristian Høgsberg
2010-12-07
1
-59
/
+52
*
Make wlsc_input_device_update_grab() take a grab object
Kristian Høgsberg
2010-12-07
1
-9
/
+6
*
Use a grab object for drag and drop
Kristian Høgsberg
2010-12-07
1
-36
/
+49
*
Handle shell.move using a grab object
Kristian Høgsberg
2010-12-07
1
-22
/
+56
*
Move resizing to a grab object
Kristian Høgsberg
2010-12-07
1
-42
/
+87
*
Add grab object infrastructure
Kristian Høgsberg
2010-12-07
1
-2
/
+13
*
Drop dummy wl_grab_surface hack
Kristian Høgsberg
2010-12-07
1
-9
/
+3
*
Remove unnecessary wlsc_compositor_schedule_repaint() call
Kristian Høgsberg
2010-12-07
1
-2
/
+0
*
Reduce indentation in notify_button()
Kristian Høgsberg
2010-12-07
1
-42
/
+43
*
Start grab when button is pressed, upgrade if we start drag, move or resize
Kristian Høgsberg
2010-12-07
1
-26
/
+34
*
Move get_time() helper back into compositor
Kristian Høgsberg
2010-12-06
1
-2
/
+12
*
Pass timestamp in surface destroy callback
Kristian Høgsberg
2010-12-06
1
-7
/
+5
*
Move focus tracking surface destroy callbacks into core
Kristian Høgsberg
2010-12-06
1
-32
/
+2
*
Use surface destroy notifier for cancelling grabs
Kristian Høgsberg
2010-12-06
1
-6
/
+27
[next]