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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-08
Use '-' to separate words in file names
Kristian Høgsberg
6
-8
/
+9
2011-12-08
Remove stale comment
Kristian Høgsberg
1
-3
/
+0
2011-12-08
compositor: Use dup instead of fcntl to get a non-CLOEXEC fd
Kristian Høgsberg
1
-7
/
+9
2011-12-08
Update .gitignores
Pekka Paalanen
2
-7
/
+9
2011-12-08
compositor: reset signal mask for children
Pekka Paalanen
1
-0
/
+5
2011-12-08
compositor: refactor client forking code
Pekka Paalanen
4
-78
/
+90
2011-12-08
desktop-shell: add option to not use locking
Pekka Paalanen
2
-0
/
+8
2011-12-08
configparser: rename BOOL, document types
Pekka Paalanen
2
-6
/
+6
2011-12-08
move config parser to a convenience library
Pekka Paalanen
9
-33
/
+67
2011-12-07
desktop-shell: no need to unset WAYLAND_SOCKET
Pekka Paalanen
1
-3
/
+0
2011-12-05
compositor-tty: Fix ioctl error handling
David Herrmann
1
-1
/
+1
2011-12-04
compositor: Move a few more utils to util.c
Kristian Høgsberg
3
-123
/
+127
2011-12-04
desktop-shell: Animate surface mapping
Kristian Høgsberg
1
-0
/
+3
2011-12-04
compositor: Split the animation code out of tablet-shell
Kristian Høgsberg
4
-103
/
+131
2011-12-04
shell: forbid multiple wl_shell_surface objects
Pekka Paalanen
1
-0
/
+7
2011-12-04
shell: rename shell_create_shell_surface
Pekka Paalanen
1
-5
/
+5
2011-12-04
window: do not crash without wl_shell
Pekka Paalanen
1
-6
/
+22
2011-12-04
shell: check for missing wl_shell_surface
Pekka Paalanen
1
-19
/
+24
2011-12-04
compositor: eliminate wlsc_surface::shell_priv
Pekka Paalanen
2
-10
/
+17
2011-12-04
desktop-shell: update protocol and client to wl_shell_surface
Pekka Paalanen
4
-50
/
+44
2011-12-04
wl_shell_surface adaptation
Pekka Paalanen
6
-167
/
+186
2011-12-02
evdev: Silence warning
Kristian Høgsberg
1
-3
/
+2
2011-12-02
window: fix segfault in window_handle_key()
Pekka Paalanen
1
-3
/
+2
2011-12-02
shell: fix resume_desktop for zero clients
Pekka Paalanen
1
-5
/
+12
2011-12-02
compositor: add a comment about wlsc_surface::output
Pekka Paalanen
1
-0
/
+7
2011-11-26
tablet-shell: Add more interesting lock and home screens
Kristian Høgsberg
2
-39
/
+259
2011-11-26
tablet-shell: Add a stub tablet-shell client
Kristian Høgsberg
3
-27
/
+254
2011-11-26
window.c: Cache outputs
Kristian Høgsberg
2
-11
/
+60
2011-11-23
Implement the new dnd/selection protocol
Kristian Høgsberg
10
-867
/
+961
2011-11-23
shell: Unmap old backgrounds/panels when setting new ones
shell-outputs-2
Benjamin Franzke
1
-0
/
+18
2011-11-23
desktop-shell: Make panel and background output dependent
Benjamin Franzke
3
-92
/
+184
2011-11-23
desktop-shell: Unlock dialog needs to be a custom window
shell-fixes
Benjamin Franzke
1
-0
/
+1
2011-11-23
desktop-shell: Fix some indents
Benjamin Franzke
1
-3
/
+3
2011-11-23
compositor: Move more shell.c state into the new shell_surface
Kristian Høgsberg
3
-32
/
+48
2011-11-23
Merge remote-tracking branch 'pq/shell-priv'
Kristian Høgsberg
3
-15
/
+104
2011-11-23
compositor: The compositor is now jiust a regular global object
Kristian Høgsberg
4
-28
/
+30
2011-11-23
compositor: Remove a couple of unused #defines
Kristian Høgsberg
1
-4
/
+0
2011-11-23
compositor: Remove unused resource field from wlsc_output
Kristian Høgsberg
2
-2
/
+0
2011-11-23
shell: introduce shell_surface_purpose
Pekka Paalanen
1
-14
/
+60
2011-11-23
shell: add private surface struct
Pekka Paalanen
3
-1
/
+44
2011-11-22
compositor: Set output for cursor surface so damage_below works
Kristian Høgsberg
1
-2
/
+5
2011-11-22
Simplify evdev_flush_motion() a tiny bit
Kristian Høgsberg
1
-7
/
+4
2011-11-22
Merge remote-tracking branch 'vignatti/evdev'
Kristian Høgsberg
2
-62
/
+78
2011-11-22
cairo-util: Dont use non-standard JCS_EXT_BGRX color space
Kristian Høgsberg
1
-3
/
+21
2011-11-22
Never include wayland-util.h directly
Kristian Høgsberg
8
-9
/
+1
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
15
-16
/
+16
2011-11-22
evdev: fetch absolute coordinates inside flush_motion only
Tiago Vignatti
1
-6
/
+5
2011-11-21
evdev: remove useless field from device structure
Tiago Vignatti
1
-3
/
+0
2011-11-21
evdev: reset accumulator inside evdev_flush_motion
Tiago Vignatti
1
-17
/
+14
2011-11-21
evdev: use a separate structure to denote accumulated motion events
Tiago Vignatti
1
-37
/
+56
[next]