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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clients
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hold on to the scaled fonts we use
terminal
Kristian Høgsberg
2010-12-25
1
-17
/
+16
*
Use cairo_show_glyphs for rendering text
Kristian Høgsberg
2010-12-25
1
-3
/
+11
*
Only draw background if it's different from the border color
Kristian Høgsberg
2010-12-25
1
-8
/
+9
*
Use CAIRO_OPERATOR_OVER for drawing the background
Kristian Høgsberg
2010-12-25
1
-1
/
+2
*
Split background and foreground painting into separate loops
Kristian Høgsberg
2010-12-25
1
-14
/
+25
*
Make terminal a little more useful
Callum Lowcay
2010-12-25
1
-150
/
+1454
*
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
2010-12-17
10
-114
/
+104
*
Fix the resizor
Kristian Høgsberg
2010-12-16
1
-34
/
+34
*
Schedule frame callback in the redraw handler
Kristian Høgsberg
2010-12-16
1
-5
/
+7
*
Add window resize sample client
Kristian Høgsberg
2010-12-16
2
-1
/
+206
*
When no DRM present, clients (window.c actually) now either exit orderly,
Yuval Fledel
2010-12-06
1
-61
/
+71
*
Add origin information to output.geometry event
Kristian Høgsberg
2010-12-01
1
-3
/
+3
*
Create socket in /var/run/user/${HOME}
Kristian Høgsberg
2010-12-01
5
-14
/
+2
*
Fix warnings from adding -Wall back
Kristian Høgsberg
2010-12-01
1
-6
/
+6
*
Add $(GCC_CFLAGS) back
Kristian Høgsberg
2010-12-01
1
-0
/
+1
*
Make the dnd client actually work.
Joel Teichroeb
2010-11-30
1
-28
/
+117
*
Add reject round trip to dnd protocol
Kristian Høgsberg
2010-11-30
1
-5
/
+9
*
Don't hardcode offered dnd types in window.c
Kristian Høgsberg
2010-11-30
3
-14
/
+18
*
Made the window save the coordinates when being draged.
Joel Teichroeb
2010-11-30
1
-8
/
+10
*
wayland_client: rename wl_display_create to wl_display_connect
Benjamin Franzke
2010-11-29
2
-2
/
+2
*
fix missing includes in clients/window.h and clients/wayland-glib.h
Fred Morcos
2010-11-29
2
-0
/
+4
*
Define MULT outside the HAVE_CAIRO_GL #ifdef
Kristian Høgsberg
2010-11-29
1
-3
/
+3
*
Some additional return value checking
Darxus
2010-11-22
1
-1
/
+4
*
Make clients exit orderly when there is no connection
Yuval Fledel
2010-11-22
7
-0
/
+28
*
window: Don't call drag_offer_handler if it's NULL
Kristian Høgsberg
2010-11-22
1
-2
/
+4
*
Function declares a pointer return, so return one.
Bryce Harrington
2010-11-22
1
-4
/
+4
*
Quell warning about potentially uninitialized variable 'surface'
Bryce Harrington
2010-11-22
1
-0
/
+3
*
Expose window_set_surface() in window.h
Bryce Harrington
2010-11-22
1
-0
/
+3
*
Cleanup declared but unused variables.
Bryce Harrington
2010-11-22
3
-13
/
+5
*
Clean up .gitignore files
Nikolai Kondrashov
2010-11-11
1
-2
/
+6
*
Bring gears example up to date
Kristian Høgsberg
2010-11-08
3
-90
/
+94
*
Fixed a bogus call to cairo_destroy
Johan Bilien
2010-11-08
1
-1
/
+1
*
Add /wayland so we pick up generated header files
Kristian Høgsberg
2010-10-31
1
-1
/
+4
*
Make sure there is a current context.
Chia-I Wu
2010-10-29
1
-3
/
+17
*
Use glTexSubImage to update the pixels.
Chia-I Wu
2010-10-29
1
-3
/
+2
*
List libtoytoolkit.la before libwayland-client.la on the link line
Kristian Høgsberg
2010-10-27
1
-2
/
+3
*
Add small client for testing shm surfaces
Kristian Høgsberg
2010-10-26
7
-19
/
+348
*
Fall back to cairo image backend and shm surface if we don't have cairo gl
Kristian Høgsberg
2010-10-25
2
-99
/
+319
*
Use automake
Kristian Høgsberg
2010-10-12
2
-34
/
+36
*
Fix clients include path after moving files around
Kristian Høgsberg
2010-10-12
1
-1
/
+1
*
Fix screenshoot.c type in Makefile
Kristian Høgsberg
2010-09-17
1
-1
/
+1
*
Use scanner to generate screenshooter client code as well
Kristian Høgsberg
2010-09-14
2
-27
/
+14
*
Add timestamp to pointer image attach request
Kristian Høgsberg
2010-09-14
2
-6
/
+8
*
Move core protocol libraries into wayland/ subdirectory
Kristian Høgsberg
2010-09-14
1
-1
/
+1
*
Dont post damage event from window_copy_surface
Kristian Høgsberg
2010-09-07
1
-4
/
+0
*
Only set pointer image when it changes
Kristian Høgsberg
2010-09-07
1
-0
/
+15
*
Replace commit/ack/frame protocol with simpler sync and frame callbacks
Kristian Høgsberg
2010-09-03
8
-110
/
+60
*
Use a transient object for the dnd session
Kristian Høgsberg
2010-09-02
3
-178
/
+190
*
flower: Clear surface
Kristian Høgsberg
2010-08-30
1
-0
/
+5
*
Add options to specify xkb details
Kristian Høgsberg
2010-08-29
1
-8
/
+31
[next]