summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-12weston testing experimenttestingKristian Høgsberg3-11/+82
2012-04-12Make xserver-launcher a moduleKristian Høgsberg3-22/+30
2012-04-12compositor: Add a destroy signal and turn weston_shell into signalsKristian Høgsberg6-116/+135
2012-04-11Use wl_signalKristian Høgsberg6-75/+70
2012-04-11Follow wayland change to serial numbersKristian Høgsberg18-224/+218
2012-04-11shared: Use $(GCC_CFLAGS), fix warningsKristian Høgsberg2-2/+6
2012-04-11Always build testsKristian Høgsberg2-10/+3
2012-04-11weston: update .gitignore filesCasey Dahlin2-2/+3
2012-04-10window: Fix remaining references to the egl image surface typeKristian Høgsberg1-18/+6
2012-04-10Merge branch 'output-hotplug' of git://people.freedesktop.org/~bnf/wayland-demosKristian Høgsberg2-2/+9
2012-04-10compositor: Damage output in weston_output_initBenjamin Franzke1-0/+1
2012-04-10compositor: Remove wl_output-global on unplugBenjamin Franzke2-2/+8
2012-04-10window: Drop EGLImage surface typeKristian Høgsberg2-134/+0
2012-04-10window: Only unmap shm surface backing memory if it belongs to surfaceKristian Høgsberg1-4/+6
2012-04-10window: Simplify the shm surface managementKristian Høgsberg1-36/+7
2012-04-10shell: handle surface destruction during move, resize and rotate grabsAnder Conselvan de Oliveira1-44/+107
2012-04-10weston-launcher: Fix uninitialized variable warningKristian Høgsberg1-5/+4
2012-04-10weston-launcher: Fix aliasing warningsKristian Høgsberg2-13/+23
2012-04-10compositor: End keyboard grab when compositor loses keyboard focusKristian Høgsberg1-0/+4
2012-04-10tty: Put console in K_OFF modeKristian Høgsberg1-22/+13
2012-04-10drm: Add vt switch keybindingsKristian Høgsberg3-0/+26
2012-04-10evdev: Get key state from kernel on vt enterKristian Høgsberg1-0/+44
2012-04-10drm: Remove input devices before cancelling repaints in vt switch awayKristian Høgsberg1-5/+5
2012-04-10xserver: Return EEXIST if unlinking lockfile failsKristian Høgsberg1-2/+6
2012-04-10xserver: Don't leak lockfile fd on error pathKristian Høgsberg1-0/+2
2012-04-10compositor: Don't pass output to notify_keyboard_focusKristian Høgsberg4-11/+7
2012-04-09evdev: Disable the udev monitor when another vt becomes activeBenjamin Franzke3-8/+31
2012-04-06Introduce weston-launchBenjamin Franzke13-19/+977
2012-04-04screenshot.c: Fix up a few stylistic issuesKristian Høgsberg1-20/+8
2012-04-04screenshooter: Properly handle multiple outputs.Scott Moreau6-23/+121
2012-04-03client: tablet-shell: fallback in the lack of lockscreen iconTiago Vignatti1-5/+11
2012-04-03window: Check load_image result for NULLKristian Høgsberg1-0/+4
2012-04-03Fix `unused-result' warnings.Jonas Ådahl3-4/+10
2012-04-03window: Use a persistent, big shm pool during resizeKristian Høgsberg1-8/+44
2012-04-03window: Only initialize egl if we have cairo eglKristian Høgsberg1-0/+6
2012-04-03clients: Use new shm interfaceKristian Høgsberg4-33/+54
2012-04-03cairo-util: Use nearest filtering for rendering frameKristian Høgsberg1-0/+2
2012-04-02shell: Break up a few long linesKristian Høgsberg1-2/+4
2012-04-02shell: set black surface alpha properly in switcher_next()Alex Wu1-0/+9
2012-04-02shell: Add fullscreen path into activate()Alex Wu2-6/+38
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg15-34/+39
2012-03-30Fix warnings resulting from wayland signedness fixesKristian Høgsberg2-10/+10
2012-03-29Remove weston_shell map and configure function pointersKristian Høgsberg3-32/+11
2012-03-29shell: Remove obsolete workaroundKristian Høgsberg1-4/+0
2012-03-29compositor: Support alpha for solid color surfacesKristian Høgsberg1-1/+2
2012-03-28tty: Improve error handling in tty_create()Jonas Ådahl1-3/+25
2012-03-28Properly dispose event sources and event loopsJonas Ådahl4-7/+34
2012-03-28compositor: Stop using EGL_KHR_surfaceless_gles2Kristian Høgsberg3-25/+52
2012-03-28compostor-drm: Use gbm surfaceKristian Høgsberg1-151/+128
2012-03-28tablet-shell: come back to lifeTiago Vignatti2-79/+176