aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use automakeKristian Høgsberg2010-10-121-15/+0
* Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg2010-09-141-57/+3
* Move example compositor to subdirectoryKristian Høgsberg2010-09-141-13/+3
* A few makefile/autoconf fixesKristian Høgsberg2010-08-251-1/+1
* Add DMZ cursor themeKristian Høgsberg2010-08-161-3/+3
* Move cairo-util.[ch] to clients/Kristian Høgsberg2010-08-161-1/+0
* Name libraries -client and -server for consistencyKristian Høgsberg2010-08-111-6/+6
* Introduce 'buffer' object for attaching, image cahce and cursor imagesKristian Høgsberg2010-08-091-1/+2
* Introduce 'shell' object for moving and resizing surfaces in the compositorKristian Høgsberg2010-08-041-1/+8
* Generate protocol types and metadata from xmlKristian Høgsberg2010-08-031-6/+26
* Add x11 backend for compositorKristian Høgsberg2010-06-141-0/+1
* Split native drm part of compositor outKristian Høgsberg2010-06-111-3/+3
* Add spec document in progressKristian Høgsberg2010-06-071-1/+1
* Make compositor compile and port it to new mesa extensionsKristian Høgsberg2010-06-041-2/+2
* Rename wayland-system-compositor back to just compositorKristian Høgsberg2010-06-041-8/+7
* Move clients to subdirectoryKristian Høgsberg2010-06-041-0/+52
* Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg2008-12-041-66/+0
* Drop unused clients, pointer and window.Kristian Høgsberg2008-12-021-6/+1
* Finally implement the commit/ack/frame protocol and improve repaint loop.Kristian Høgsberg2008-11-281-1/+1
* Use struct buffer from cairo-util.c in flower.c.Kristian Høgsberg2008-11-251-1/+1
* Add keyboard input, move input device creation to compositor.Kristian Høgsberg2008-11-241-2/+1
* Rename input.c to evdev.c.Kristian Høgsberg2008-11-241-1/+1
* Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg2008-11-241-4/+5
* Load and draw background in compositor.Kristian Høgsberg2008-11-211-2/+2
* Move pointer drawing into compositor.Kristian Høgsberg2008-11-211-3/+3
* Add quick screenshot hack.Kristian Høgsberg2008-11-091-2/+2
* Factor out common cairo code, add blur function.Kristian Høgsberg2008-11-081-2/+2
* Add prototypes warnings, use -fvisibility.Kristian Høgsberg2008-11-081-1/+1
* Use the eagle pkg-config file instead of assuming ../eagle.Kristian Høgsberg2008-11-081-2/+4
* Use glib main loop for all clients.Kristian Høgsberg2008-11-071-8/+5
* Add glib main loop integration, use it in flower client.Kristian Høgsberg2008-11-071-1/+4
* dlopen the compositor, add a glx compositor.Kristian Høgsberg2008-11-061-9/+31
* Add the gears from glxgears.Kristian Høgsberg2008-11-061-3/+9
* Add a window client, first implementation of surface resizing.Kristian Høgsberg2008-11-061-1/+2
* Move background drawing to a client.Kristian Høgsberg2008-11-061-2/+6
* Don't use poll timeout for timing animation.Kristian Høgsberg2008-11-061-1/+1
* Add a new client that draws a pointer.Kristian Høgsberg2008-11-061-1/+2
* Rename client, prepare Makefile for more clients.Kristian Høgsberg2008-11-061-7/+16
* Add crude input device support.Kristian Høgsberg2008-11-061-1/+1
* Add an EGL compositor. Still pretty lame.Kristian Høgsberg2008-11-061-2/+4
* Use new connection object in client code too.Kristian Høgsberg2008-11-061-1/+1
* Split out connection io buffer logic.Kristian Høgsberg2008-11-061-1/+1
* Bunch of new stuff: simple compositor, cairo+gem use in client, events.Kristian Høgsberg2008-10-071-6/+13
* Initial commit.Kristian Høgsberg2008-09-301-0/+17