Drop libdrm CFLAGS where no longer necessary.
[profile/ivi/wayland.git] / window.c
2009-01-16 Kristian HøgsbergSwitch to cairo-drm, drop struct buffer hacks.
2008-12-30 Kristian HøgsbergAdd listener interfaces for output and input_device...
2008-12-22 Kristian HøgsbergAdd a fullscreen mode to the terminal.
2008-12-18 Kristian HøgsbergAdd preliminary visual support.
2008-12-16 Kristian HøgsbergRedesign the compositor / server interface.
2008-12-12 Kristian HøgsbergMake multi-pointer work.
2008-12-12 Kristian HøgsbergRewrite input event delivery path.
2008-12-08 Kristian HøgsbergLet clients override the suggested size on resize.
2008-12-08 Kristian HøgsbergSnap terminal size to an integer number of character...
2008-12-08 Kristian HøgsbergAdd keyboard input to terminal.
2008-12-08 Kristian HøgsbergRefactor window logic into reusable parts, add a new...
2008-12-07 Kristian HøgsbergFix API to always include socket name length.
2008-12-02 Kristian HøgsbergFix namespace convention for glib source.
2008-12-02 Kristian HøgsbergPut Wayland under the MIT license.
2008-11-28 Kristian HøgsbergFinally implement the commit/ack/frame protocol and...
2008-11-26 Kristian HøgsbergMake ack event signal that the requests have been compo...
2008-11-26 Kristian HøgsbergAdd commit request + ack event to wayland core.
2008-11-19 Kristian HøgsbergOptimize blur further, resize gears with window.
2008-11-18 Kristian HøgsbergOptimize blur a bit more.
2008-11-10 Kristian HøgsbergA couple more theme tweaks.
2008-11-09 Kristian HøgsbergGet corner radius right for inner bevel.
2008-11-09 Kristian HøgsbergOptimize window blur calculation.
2008-11-09 Kristian HøgsbergFactor out common cairo code, add blur function.
2008-11-08 Kristian HøgsbergMake window prettier again.
2008-11-08 Kristian HøgsbergAdd prototypes warnings, use -fvisibility.
2008-11-08 Kristian HøgsbergImplement surface copy request, use it for egl gears.
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-07 Kristian HøgsbergAdd copy and damage surface requests.
2008-11-06 Kristian HøgsbergClear depth buffer, but only depth buffer for gears.
2008-11-06 Kristian HøgsbergAdd the gears from glxgears.
2008-11-06 Kristian HøgsbergRedraw window in idle handler.
2008-11-06 Kristian HøgsbergMake window client a little more interesting.
2008-11-06 Kristian HøgsbergUse GL_ONE for the source in glBendFunc instead of...
2008-11-06 Kristian HøgsbergAdd a window client, first implementation of surface...