Move core protocol libraries into wayland/ subdirectory
[profile/ivi/wayland.git] / Makefile
2010-09-14 Kristian HøgsbergMove core protocol libraries into wayland/ subdirectory
2010-09-14 Kristian HøgsbergMove example compositor to subdirectory
2010-08-25 Kristian HøgsbergA few makefile/autoconf fixes
2010-08-16 Kristian HøgsbergAdd DMZ cursor theme
2010-08-16 Kristian HøgsbergMove cairo-util.[ch] to clients/
2010-08-11 Kristian HøgsbergName libraries -client and -server for consistency
2010-08-09 Kristian HøgsbergIntroduce 'buffer' object for attaching, image cahce...
2010-08-05 Kristian HøgsbergIntroduce 'shell' object for moving and resizing surfac...
2010-08-03 Kristian HøgsbergGenerate protocol types and metadata from xml
2010-06-14 Kristian HøgsbergAdd x11 backend for compositor
2010-06-11 Kristian HøgsbergSplit native drm part of compositor out
2010-06-07 Kristian HøgsbergAdd spec document in progress
2010-06-05 Kristian HøgsbergMake compositor compile and port it to new mesa extensions
2010-06-05 Kristian HøgsbergRename wayland-system-compositor back to just compositor
2010-06-05 Kristian HøgsbergMove clients to subdirectory
2008-12-05 Kristian HøgsbergUse autoconf instead of $(shell ...) in the Makefile.
2008-12-02 Kristian HøgsbergDrop unused clients, pointer and window.
2008-11-28 Kristian HøgsbergFinally implement the commit/ack/frame protocol and...
2008-11-26 Kristian HøgsbergUse struct buffer from cairo-util.c in flower.c.
2008-11-24 Kristian HøgsbergAdd keyboard input, move input device creation to compo...
2008-11-24 Kristian HøgsbergRename input.c to evdev.c.
2008-11-24 Kristian HøgsbergExpose screenshooting as an interface, drop SIGUSR...
2008-11-22 Kristian HøgsbergLoad and draw background in compositor.
2008-11-22 Kristian HøgsbergMove pointer drawing into compositor.
2008-11-09 Kristian HøgsbergAdd quick screenshot hack.
2008-11-09 Kristian HøgsbergFactor out common cairo code, add blur function.
2008-11-08 Kristian HøgsbergAdd prototypes warnings, use -fvisibility.
2008-11-08 Kristian HøgsbergUse the eagle pkg-config file instead of assuming ...
2008-11-07 Kristian HøgsbergUse glib main loop for all clients.
2008-11-07 Kristian HøgsbergAdd glib main loop integration, use it in flower client.
2008-11-06 Kristian Høgsbergdlopen the compositor, add a glx compositor.
2008-11-06 Kristian HøgsbergAdd the gears from glxgears.
2008-11-06 Kristian HøgsbergAdd a window client, first implementation of surface...
2008-11-06 Kristian HøgsbergMove background drawing to a client.
2008-11-06 Kristian HøgsbergDon't use poll timeout for timing animation.
2008-11-06 Kristian HøgsbergAdd a new client that draws a pointer.
2008-11-06 Kristian HøgsbergRename client, prepare Makefile for more clients.
2008-11-06 Kristian HøgsbergAdd crude input device support.
2008-11-06 Kristian HøgsbergAdd an EGL compositor. Still pretty lame.
2008-11-06 Kristian HøgsbergUse new connection object in client code too.
2008-11-06 Kristian HøgsbergSplit out connection io buffer logic.
2008-10-07 Kristian HøgsbergBunch of new stuff: simple compositor, cairo+gem use...
2008-09-30 Kristian HøgsbergInitial commit.