index
:
~krh/clayland
master
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
add license headers
HEAD
master
nobled
11
-0/+192
2011-02-14
add configure option --with-backend
nobled
1
-2/+27
2011-02-14
add fallback for other clutter flavours
nobled
3
-14/+49
2011-02-14
ifdef out x11-specific code
nobled
4
-6/+38
2011-02-14
drop unneeded dependency
nobled
1
-1/+1
2011-02-14
fix api for multiple outputs
nobled
4
-25/+39
2011-02-14
remove pointless macros from public header
nobled
2
-4/+5
2011-02-14
add debugging
nobled
1
-4/+14
2011-02-14
use non-default stage
nobled
1
-1/+4
2011-02-14
quit when the last output is destroyed
nobled
2
-3/+32
2011-02-14
refactor compositor creation code
nobled
2
-11/+10
2011-02-14
explicitly check for all extensions
nobled
1
-5/+9
2011-02-14
move socket creation out of library
nobled
2
-6/+7
2011-02-14
move signal handler out of library
nobled
3
-12/+18
2011-02-13
add accessor function for wl_display
nobled
2
-0/+13
2011-02-01
add output object
nobled
7
-158/+258
2011-02-01
drop unused variable 'clayland_device'
nobled
1
-6/+3
2011-01-31
use ClutterBindConstraint
nobled
2
-34/+97
2011-01-31
add fullscreen support
nobled
2
-4/+49
2011-01-28
move debugging out of init
nobled
3
-7/+9
2011-01-28
disable verbose debugging
nobled
1
-1/+2
2011-01-26
even more debugging
nobled
1
-1/+6
2011-01-26
fix surface.attach
nobled
1
-7/+8
2011-01-26
add more debugging
nobled
3
-2/+23
2011-01-26
add visual enums
nobled
2
-11/+39
2011-01-26
add big-endian support
nobled
1
-9/+24
2011-01-25
don't use deprecated libtool macro
nobled
1
-1/+1
2011-01-25
check for null input device
nobled
1
-0/+8
2011-01-25
add missing include
nobled
1
-0/+1
2011-01-25
move example into subdir
nobled
4
-15/+14
2011-01-25
move libclayland into subdir
nobled
14
-24/+29
2011-01-25
use GCC_CFLAGS
nobled
1
-1/+3
2011-01-25
export public symbols
nobled
1
-0/+8
2011-01-25
mark private symbols as internal
nobled
1
-3/+12
2011-01-25
build libclayland
nobled
2
-7/+18
2011-01-25
don't use deprecated INCLUDES variable
nobled
1
-1/+1
2011-01-25
add more debugging
nobled
1
-0/+8
2011-01-24
allow creating compositor from any ClutterContainer
nobled
5
-17/+18
2011-01-24
use GLib malloc
nobled
1
-6/+4
2011-01-24
move more buffer code
nobled
3
-83/+88
2011-01-24
split input handling into its own file
nobled
4
-243/+250
2011-01-24
split shell code into its own file
nobled
4
-169/+173
2011-01-24
split surface code into its own file
nobled
4
-142/+147
2011-01-24
split buffer code into its own file
nobled
3
-105/+109
2011-01-24
add guards to public header for C++ users
nobled
1
-0/+4
2011-01-23
Merge remote branch 'nobled/for-krh'
Kristian Høgsberg
10
-161/+190
2011-01-23
use clutter in a thread-safe way
nobled
3
-1/+10
2011-01-23
split implementation details into private header
nobled
7
-105/+118
2011-01-23
move code into compositor destructor
nobled
2
-4/+3
2011-01-23
split out executable code from library code
nobled
4
-54/+62
[next]