summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Move shm interface into libwayland-servershmBenjamin Franzke3-0/+299
2011-03-07Remove buffer.attach vfuncbufferBenjamin Franzke1-1/+0
2011-03-07Add buffer.damage request to the protocolBenjamin Franzke2-9/+15
2011-02-28protocol/wayland: Drop drm interface (move into mesa)setup_displayBenjamin Franzke1-36/+0
2011-02-14Split into a core repository that only holds the core Wayland librariesKristian Høgsberg61-13320/+44
2011-02-14compositor: Clip repaint to the damage regionKristian Høgsberg2-37/+62
2011-02-14compositor-drm: Flush before pageflippingBenjamin Franzke1-0/+1
2011-02-13compositor: Switch away from using VBOs and just stream the vertex dataKristian Høgsberg2-42/+30
2011-02-13Use pixman regions to reduce repaintingKristian Høgsberg4-14/+82
2011-02-11fix typo in window.cTim Wiederhake1-1/+1
2011-02-10wayland-client: Support WAYLAND_DEBUG client side as wellKristian Høgsberg1-0/+16
2011-02-10configure: remove libdrm dependency for clientsTiago Vignatti1-2/+2
2011-02-09window.c: Use eglGetProcAddress to look up extension functionsKristian Høgsberg1-7/+15
2011-02-09window.c: Include wayland-egl.h before EGL headers so we get the right platformKristian Høgsberg2-5/+5
2011-02-09wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.hKristian Høgsberg1-0/+2
2011-02-08compositor-x11: Don't send enter/leave notify if we have an implicit grabKristian Høgsberg1-0/+4
2011-02-07Add struct wl_egl_display argument to wl_egl_window_createKristian Høgsberg2-2/+4
2011-02-07Print object interface name when printing message arguments in debug modeKristian Høgsberg1-2/+6
2011-02-07Follow wayland-egl renamesKristian Høgsberg2-14/+13
2011-02-07compositor: Implement super-tab window switchingKristian Høgsberg2-10/+99
2011-02-07compositor: Set repaint_on_timeout when we schedule a timeout repaintKristian Høgsberg1-0/+1
2011-02-07simple-client: Port to wayland-egl and use eglSwapBuffers()Kristian Høgsberg2-121/+56
2011-02-07gears: Remove unused drm_fd fieldKristian Høgsberg1-1/+0
2011-02-07Port window.c to use wayland-eglKristian Høgsberg5-96/+60
2011-02-07Add wayland-egl.hwayland-eglBenjamin Franzke2-1/+81
2011-02-01Update compositor initiated resize to use a 3x3 gridKristian Høgsberg1-2/+10
2011-02-01compositor: Calculate resizing directionBenjamin Franzke1-3/+15
2011-02-01window: add null checksnobled1-0/+30
2011-02-01add newlines in error messagesnobled1-4/+4
2011-01-30connection: Handle broken pipes in sendmsgBenjamin Franzke1-2/+4
2011-01-30Fix out of source build [wayland.png]Benjamin Franzke1-2/+2
2011-01-30Add wayland.png to .gitignoreTim Wiederhake1-0/+1
2011-01-28Don't crash when the previous keyboard surface goes awayKristian Høgsberg2-11/+16
2011-01-28Add initial basic support for fullscreen surfacesKristian Høgsberg6-37/+137
2011-01-28Merge remote branch 'nobled/for-krh'Kristian Høgsberg1-1/+1
2011-01-28configure: Drop gdk-pixbuf version dependencyBenjamin Franzke1-2/+2
2011-01-28fix configure check for gccnobled1-1/+1
2011-01-27compositor-wayland: Handle keyboard focus tooKristian Høgsberg1-2/+12
2011-01-27compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiersKristian Høgsberg6-3/+80
2011-01-26Don't create buffer from NULL pointerTim Wiederhake1-0/+2
2011-01-26compositor: Forward pointer focus notification from compostor backendKristian Høgsberg5-37/+58
2011-01-26Test for rsvg-convert in configure.acKristian Høgsberg2-2/+8
2011-01-26compositor-x11: Set window iconKristian Høgsberg5-23/+76
2011-01-26Set WM_CLASS for X11 compositor windowKristian Høgsberg1-2/+10
2011-01-26connection: Also consume message data in error casesKristian Høgsberg1-0/+1
2011-01-26shm: Check width, height and stride for invalid valuesKristian Høgsberg1-2/+12
2011-01-25Screenshots were upside downTim Wiederhake1-4/+2
2011-01-25Add gio for view fixesKristian Høgsberg1-1/+1
2011-01-25clients/view: Fix memory leakTim Wiederhake1-0/+1
2011-01-25clients/view: Don't try to show inexistant filesTim Wiederhake1-5/+13