summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01compositor-wayland: Use glFlush() not glFinish() after rendering frameKristian Høgsberg1-1/+2
2010-12-01Fix key handler to not run handlers from an empty listKristian Høgsberg1-2/+3
2010-11-30Describe the wire protocolYuval Fledel1-7/+50
2010-11-30Make the dnd client actually work.Joel Teichroeb1-28/+117
2010-11-30Add reject round trip to dnd protocolKristian Høgsberg3-6/+25
2010-11-30Don't hardcode offered dnd types in window.cKristian Høgsberg3-14/+18
2010-11-30Made the window save the coordinates when being draged.Joel Teichroeb1-8/+10
2010-11-29Add wayland backend for compositor (nested)Benjamin Franzke4-6/+589
2010-11-29wayland_client: rename wl_display_create to wl_display_connectBenjamin Franzke4-4/+4
2010-11-29Consolidate 'sync' and 'frame' events into just one 'key' eventKristian Høgsberg3-42/+27
2010-11-29Document wl_listYuval Fledel1-1/+29
2010-11-29Describe the protocol using inline XML commentsYuval Fledel1-4/+120
2010-11-29fix missing includes in clients/window.h and clients/wayland-glib.hFred Morcos2-0/+4
2010-11-29Define MULT outside the HAVE_CAIRO_GL #ifdefKristian Høgsberg1-3/+3
2010-11-24Fix udev rules install directoryKristian Høgsberg1-2/+2
2010-11-24Fix potentially undefined behaviorJoel Teichroeb1-3/+4
2010-11-22Some additional return value checkingDarxus3-8/+23
2010-11-22Make clients exit orderly when there is no connectionYuval Fledel7-0/+28
2010-11-22add newlines for error printfsYuval Fledel1-5/+6
2010-11-22xml tag should close, or some parsers failYuval Fledel1-1/+1
2010-11-22Fix compositor crash when dragging to a surface that disappearsKristian Høgsberg1-24/+50
2010-11-22window: Don't call drag_offer_handler if it's NULLKristian Høgsberg1-2/+4
2010-11-22Two typo fixes in the documentationFabian Henze1-2/+2
2010-11-22Function declares a pointer return, so return one.Bryce Harrington1-4/+4
2010-11-22Quell warning about potentially uninitialized variable 'surface'Bryce Harrington1-0/+3
2010-11-22Expose window_set_surface() in window.hBryce Harrington1-0/+3
2010-11-22Cleanup declared but unused variables.Bryce Harrington3-13/+5
2010-11-22scanner: include stddef.h to provide NULL and size_tBenjamin Franzke1-0/+1
2010-11-19Make the server event loop embeddableKristian Høgsberg3-31/+19
2010-11-16Oops, no -- in xml comments allowedKristian Høgsberg1-22/+21
2010-11-16Add logo svgKristian Høgsberg2-1/+105
2010-11-11Clean up .gitignore filesNikolai Kondrashov5-10/+42
2010-11-10README: fix a few typosPeter Hutterer2-4/+4
2010-11-09compositor: add safety check when EGL fails to initializeTiago Vignatti1-1/+2
2010-11-09compositor: put console into KD_GRAPHICS mode at vt enter timeJesse Barnes1-0/+12
2010-11-08Bring gears example up to dateKristian Høgsberg3-90/+94
2010-11-08Fixed a bogus call to cairo_destroyJohan Bilien1-1/+1
2010-11-08Fix Wayland build instructionsNikolai Kondrashov1-1/+1
2010-11-08Install and dist udev rules fileKristian Høgsberg1-0/+5
2010-11-06Update autotools configurationJavier Jardón3-16/+26
2010-10-31Add /wayland so we pick up generated header filesKristian Høgsberg2-2/+9
2010-10-29Workaround an xcb-dri2 bug.Chia-I Wu2-0/+22
2010-10-29Make sure there is a current context.Chia-I Wu1-3/+17
2010-10-29Use glTexSubImage to update the pixels.Chia-I Wu2-5/+4
2010-10-27List libtoytoolkit.la before libwayland-client.la on the link lineKristian Høgsberg1-2/+3
2010-10-27Add a geometry option for x11 compositorKristian Høgsberg4-15/+21
2010-10-26Add small client for testing shm surfacesKristian Høgsberg7-19/+348
2010-10-25Fall back to cairo image backend and shm surface if we don't have cairo glKristian Høgsberg4-100/+331
2010-10-25Remove leftover of fds_in_tail hackKristian Høgsberg2-3/+4
2010-10-15Plug in no-op drm buffer attach functionKristian Høgsberg1-0/+1