summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-02Use a transient object for the dnd sessionKristian Høgsberg10-408/+428
2010-09-01Fix const warningKristian Høgsberg1-1/+1
2010-08-30Return a closure object from wl_connection_demarshalKristian Høgsberg5-105/+143
2010-08-30flower: Clear surfaceKristian Høgsberg1-0/+5
2010-08-29Add options to specify xkb detailsKristian Høgsberg1-8/+31
2010-08-29Remove debug messageKristian Høgsberg1-1/+0
2010-08-27Provide visual feedback as to whether drop is supportedKristian Høgsberg3-48/+103
2010-08-27Handle NULL mime-type in drag::accept requestKristian Høgsberg1-4/+8
2010-08-27Marshall NULL strings without crashingKristian Høgsberg1-8/+12
2010-08-27Update drag protocol to use fd passing for data transferKristian Høgsberg4-52/+105
2010-08-27Support marshalling of file descriptorsKristian Høgsberg2-11/+109
2010-08-26connection: Factor out circular buffer functionalityKristian Høgsberg1-106/+113
2010-08-26Ask for glesv2, not gl for compositor in configure.acKristian Høgsberg1-1/+1
2010-08-25Use sendmsg/recvmsg for socket I/OKristian Høgsberg1-2/+17
2010-08-25Set pointer image only in response to 'target' eventKristian Høgsberg7-54/+43
2010-08-25A few makefile/autoconf fixesKristian Høgsberg3-2/+3
2010-08-25Update to EGL_MESA_drm_image from mesa masterKristian Høgsberg7-17/+27
2010-08-24TODO editingKristian Høgsberg1-2/+15
2010-08-19More work on dndKristian Høgsberg5-9/+142
2010-08-18Add clean target for data/ so make clean works againKristian Høgsberg1-0/+2
2010-08-18Actually add dnd clientKristian Høgsberg1-0/+360
2010-08-18Add a drag and drop test clientKristian Høgsberg5-127/+352
2010-08-18First step towards drag and drop protocolKristian Høgsberg11-46/+444
2010-08-18Add missing drm.cKristian Høgsberg1-0/+163
2010-08-17Always consume message, even if no proxy was foundKristian Høgsberg1-11/+9
2010-08-17Split GRAB_MOTION and GRAB_MOVE handlingKristian Høgsberg1-9/+8
2010-08-16Insert unexplainable cairo_device_flush() to fix terminal drawingKristian Høgsberg1-0/+2
2010-08-16Add client side pointer image handlingKristian Høgsberg1-22/+203
2010-08-16Fix a few bugs in compositor cursor handlingKristian Høgsberg1-0/+12
2010-08-16Remove duplicate #define ARRAY_LENGTHKristian Høgsberg1-2/+0
2010-08-16Add DMZ cursor themeKristian Høgsberg19-16/+47
2010-08-16Fix warningsKristian Høgsberg3-54/+40
2010-08-16Move cairo-util.[ch] to clients/Kristian Høgsberg6-9/+7
2010-08-16Use different cursor images in the compositorKristian Høgsberg5-104/+224
2010-08-16Add protocol for setting the pointer imageKristian Høgsberg5-82/+110
2010-08-13Drop noisy warningKristian Høgsberg1-18/+12
2010-08-11Schedule repaint from surface destructorKristian Høgsberg1-4/+2
2010-08-11Name libraries -client and -server for consistencyKristian Høgsberg11-15/+12
2010-08-10Don't track globals in the client lib, just send out eventsKristian Høgsberg6-234/+108
2010-08-10Generate the wl_*_add_listener() stubs as wellKristian Høgsberg2-80/+55
2010-08-10Update TODOKristian Høgsberg1-32/+0
2010-08-09Implement current drm auth scheme in the drm objectKristian Høgsberg5-10/+43
2010-08-09Generate client side marshal stubs from protocol specKristian Høgsberg5-180/+165
2010-08-09Introduce 'buffer' object for attaching, image cahce and cursor imagesKristian Høgsberg12-188/+253
2010-08-09Demarshal robustness fixesKristian Høgsberg3-31/+90
2010-08-06Send out coordinates with pointer_focus eventKristian Høgsberg5-10/+25
2010-08-05Handle failure to reference a buffer name betterKristian Høgsberg5-12/+34
2010-08-04Implement server side move overrideKristian Høgsberg2-8/+19
2010-08-04Introduce 'shell' object for moving and resizing surfaces in the compositorKristian Høgsberg8-119/+299
2010-08-03Generate protocol types and metadata from xmlKristian Høgsberg15-289/+637