summaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Update to track the cairo_drm_device_t renameHEADmasterKristian Høgsberg1-7/+7
2009-03-05Renable blurred dropshadows and fix call to blur_surface().Kristian Høgsberg1-1/+3
2009-02-23Update modifier state on focus in and out.Kristian Høgsberg1-17/+32
2009-02-23Include the currently pressed keys in keyboard focus event.Kristian Høgsberg1-1/+3
2009-02-22Paint terminal cursor hollow when focus is lost.Kristian Høgsberg1-0/+26
2009-02-22Add keyboard and pointer focus events.Kristian Høgsberg1-0/+16
2009-02-21Move keymap to window.cKristian Høgsberg1-3/+108
2009-01-26Add a toy-display object that caches state.Kristian Høgsberg1-56/+84
2009-01-16Switch to cairo-drm, drop struct buffer hacks.Kristian Høgsberg1-30/+69
2008-12-30Add listener interfaces for output and input_device objects.Kristian Høgsberg1-135/+162
2008-12-22Add a fullscreen mode to the terminal.Kristian Høgsberg1-64/+125
2008-12-18Add preliminary visual support.Kristian Høgsberg1-1/+4
2008-12-15Redesign the compositor / server interface.Kristian Høgsberg1-5/+7
2008-12-12Make multi-pointer work.Kristian Høgsberg1-16/+21
2008-12-11Rewrite input event delivery path.Kristian Høgsberg1-2/+3
2008-12-08Let clients override the suggested size on resize.Kristian Høgsberg1-8/+8
2008-12-08Snap terminal size to an integer number of character cells.Kristian Høgsberg1-2/+7
2008-12-08Add keyboard input to terminal.Kristian Høgsberg1-0/+13
2008-12-07Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg1-152/+94
2008-12-07Fix API to always include socket name length.Kristian Høgsberg1-2/+2
2008-12-02Fix namespace convention for glib source.Kristian Høgsberg1-1/+1
2008-12-02Put Wayland under the MIT license.Kristian Høgsberg1-0/+22
2008-11-28Finally implement the commit/ack/frame protocol and improve repaint loop.Kristian Høgsberg1-66/+62
2008-11-26Make ack event signal that the requests have been composited.Kristian Høgsberg1-61/+64
2008-11-25Add commit request + ack event to wayland core.Kristian Høgsberg1-74/+117
2008-11-19Optimize blur further, resize gears with window.Kristian Høgsberg1-45/+31
2008-11-17Optimize blur a bit more.Kristian Høgsberg1-3/+2
2008-11-10A couple more theme tweaks.Kristian Høgsberg1-3/+2
2008-11-09Get corner radius right for inner bevel.newhashKristian Høgsberg1-5/+5
2008-11-08Optimize window blur calculation.Kristian Høgsberg1-2/+1
2008-11-08Factor out common cairo code, add blur function.Kristian Høgsberg1-101/+14
2008-11-08Make window prettier again.Kristian Høgsberg1-37/+95
2008-11-08Add prototypes warnings, use -fvisibility.Kristian Høgsberg1-4/+4
2008-11-08Implement surface copy request, use it for egl gears.Kristian Høgsberg1-63/+129
2008-11-07Use glib main loop for all clients.Kristian Høgsberg1-63/+70
2008-11-07Add glib main loop integration, use it in flower client.Kristian Høgsberg1-9/+8
2008-11-07Add copy and damage surface requests.Kristian Høgsberg1-0/+2
2008-11-06Clear depth buffer, but only depth buffer for gears.Kristian Høgsberg1-0/+1
2008-11-06Add the gears from glxgears.Kristian Høgsberg1-6/+72
2008-11-06Redraw window in idle handler.Kristian Høgsberg1-1/+6
2008-11-06Make window client a little more interesting.Kristian Høgsberg1-8/+22
2008-11-06Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.Kristian Høgsberg1-30/+0
2008-11-06Add a window client, first implementation of surface resizing.Kristian Høgsberg1-0/+290