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
2012-04-10
shell: handle surface destruction during move, resize and rotate grabs
HEAD
master
Ander Conselvan de Oliveira
1
-44
/
+107
2012-04-10
weston-launcher: Fix uninitialized variable warning
Kristian Høgsberg
1
-5
/
+4
2012-04-10
weston-launcher: Fix aliasing warnings
Kristian Høgsberg
2
-13
/
+23
2012-04-10
compositor: End keyboard grab when compositor loses keyboard focus
Kristian Høgsberg
1
-0
/
+4
2012-04-10
tty: Put console in K_OFF mode
Kristian Høgsberg
1
-22
/
+13
2012-04-10
drm: Add vt switch keybindings
Kristian Høgsberg
3
-0
/
+26
2012-04-10
evdev: Get key state from kernel on vt enter
Kristian Høgsberg
1
-0
/
+44
2012-04-10
drm: Remove input devices before cancelling repaints in vt switch away
Kristian Høgsberg
1
-5
/
+5
2012-04-10
xserver: Return EEXIST if unlinking lockfile fails
Kristian Høgsberg
1
-2
/
+6
2012-04-10
xserver: Don't leak lockfile fd on error path
Kristian Høgsberg
1
-0
/
+2
2012-04-10
compositor: Don't pass output to notify_keyboard_focus
Kristian Høgsberg
4
-11
/
+7
2012-04-09
evdev: Disable the udev monitor when another vt becomes active
vt-switch-hotplug
Benjamin Franzke
3
-8
/
+31
2012-04-06
Introduce weston-launch
weston-launch-final
Benjamin Franzke
13
-19
/
+977
2012-04-04
screenshot.c: Fix up a few stylistic issues
Kristian Høgsberg
1
-20
/
+8
2012-04-04
screenshooter: Properly handle multiple outputs.
Scott Moreau
6
-23
/
+121
2012-04-03
client: tablet-shell: fallback in the lack of lockscreen icon
Tiago Vignatti
1
-5
/
+11
2012-04-03
window: Check load_image result for NULL
Kristian Høgsberg
1
-0
/
+4
2012-04-03
Fix `unused-result' warnings.
Jonas Ådahl
3
-4
/
+10
2012-04-03
window: Use a persistent, big shm pool during resize
Kristian Høgsberg
1
-8
/
+44
2012-04-03
window: Only initialize egl if we have cairo egl
Kristian Høgsberg
1
-0
/
+6
2012-04-03
clients: Use new shm interface
Kristian Høgsberg
4
-33
/
+54
2012-04-03
cairo-util: Use nearest filtering for rendering frame
Kristian Høgsberg
1
-0
/
+2
2012-04-02
shell: Break up a few long lines
Kristian Høgsberg
1
-2
/
+4
2012-04-02
shell: set black surface alpha properly in switcher_next()
Alex Wu
1
-0
/
+9
2012-04-02
shell: Add fullscreen path into activate()
Alex Wu
2
-6
/
+38
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
15
-34
/
+39
2012-03-30
Fix warnings resulting from wayland signedness fixes
Kristian Høgsberg
2
-10
/
+10
2012-03-29
Remove weston_shell map and configure function pointers
Kristian Høgsberg
3
-32
/
+11
2012-03-29
shell: Remove obsolete workaround
Kristian Høgsberg
1
-4
/
+0
2012-03-29
compositor: Support alpha for solid color surfaces
Kristian Høgsberg
1
-1
/
+2
2012-03-28
tty: Improve error handling in tty_create()
Jonas Ådahl
1
-3
/
+25
2012-03-28
Properly dispose event sources and event loops
Jonas Ådahl
4
-7
/
+34
2012-03-28
compositor: Stop using EGL_KHR_surfaceless_gles2
Kristian Høgsberg
3
-25
/
+52
2012-03-28
compostor-drm: Use gbm surface
Kristian Høgsberg
1
-151
/
+128
2012-03-28
tablet-shell: come back to life
Tiago Vignatti
2
-79
/
+176
2012-03-27
compositor: Use GL_EXT_unpack_subimage for texture updates
Kristian Høgsberg
1
-6
/
+14
2012-03-27
compositor: Rename weston_buffer_attach to weston_surface_attach
Kristian Høgsberg
1
-3
/
+3
2012-03-27
dnd: Damage surface after attaching new buffer
Kristian Høgsberg
1
-0
/
+7
2012-03-27
clients: Fix a couple of warnings
Kristian Høgsberg
2
-13
/
+0
2012-03-27
evdev: reuse code for device removal
Tiago Vignatti
1
-25
/
+21
2012-03-27
compositor: move force_configure field to shell_surface
Ander Conselvan de Oliveira
3
-6
/
+7
2012-03-27
compositor: make surface_configure() a vfunc
Ander Conselvan de Oliveira
3
-28
/
+68
2012-03-27
compositor: refactor surface_attach()
Ander Conselvan de Oliveira
1
-50
/
+53
2012-03-27
compositor: use new drag icon listener for setting up drag surfaces
Ander Conselvan de Oliveira
3
-2
/
+18
2012-03-27
compositor: make es->pitch consistent between shm and drm surfaces
Ander Conselvan de Oliveira
1
-1
/
+1
2012-03-27
compositor: add weston_surface_to_global_float helper
Ander Conselvan de Oliveira
2
-3
/
+13
2012-03-27
compositor: add a weston_surface_is_mapped() helper
Ander Conselvan de Oliveira
3
-9
/
+21
2012-03-27
compositor: Use GL_BGRA_EXT for glReadPixels in screenshooter
Kristian Høgsberg
2
-1
/
+6
2012-03-26
Simplify shm buffer handling
Kristian Høgsberg
6
-105
/
+24
2012-03-26
window.c: Do resize work from the repaint idle callback
Kristian Høgsberg
1
-15
/
+9
[next]