summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Update to track the cairo_drm_device_t renameHEADmasterKristian Høgsberg2-10/+11
2009-05-27Update gears example to latest eagle API changesKristian Høgsberg1-7/+6
2009-05-27Update to use new eagle API and drm page flippingKristian Høgsberg1-50/+85
2009-03-17Factor out session switching stuff to struct wlsc_session.Kristian Høgsberg1-148/+274
2009-03-10Create front buffer with eagle.Kristian Høgsberg2-39/+25
2009-03-10Trim include list.Kristian Høgsberg1-8/+0
2009-03-10Dont crash when surfaces and clients disappearKristian Høgsberg1-7/+51
2009-03-06Send key array when losing focus too.Kristian Høgsberg1-1/+1
2009-03-06Allocate GL front buffer through eagle instead of cairo.Kristian Høgsberg1-14/+9
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øgsberg7-9/+106
2009-02-23terminal: trim unused headers.Kristian Høgsberg1-3/+0
2009-02-22Paint terminal cursor hollow when focus is lost.Kristian Høgsberg3-6/+59
2009-02-22Don't close the pty master in forkpty child.Kristian Høgsberg1-1/+0
2009-02-22Add keyboard and pointer focus events.Kristian Høgsberg5-7/+81
2009-02-22Remove spurious unused local variable.Kristian Høgsberg1-3/+2
2009-02-22Add new surfaces to client hash table.Kristian Høgsberg1-0/+1
2009-02-22Handle marshalling NULL objects.Kristian Høgsberg1-2/+2
2009-02-22Rename pointer_surface to sprite in wlsc_surface.Kristian Høgsberg1-5/+5
2009-02-21Draw terminal cursor.Kristian Høgsberg1-3/+9
2009-02-21Add an image viewer clientChris Wilson3-5/+349
2009-02-21Move keymap to window.cKristian Høgsberg3-106/+121
2009-02-16Use chooser instead of hardcoded fbconfig in gears.c.Kristian Høgsberg1-1/+10
2009-02-15Track drm modesetting api changes (grr).Kristian Høgsberg1-2/+2
2009-02-15Don't forget to transform coordinates for the grab surface.Kristian Høgsberg1-5/+14
2009-02-10Re-init link when removing animation.Kristian Høgsberg1-2/+5
2009-02-10Don't crash when there's no primary surface.Kristian Høgsberg1-1/+1
2009-02-10Fix surface coordinate transformation.Kristian Høgsberg1-4/+6
2009-02-10Add surface animation framework, implement fullscreen surface switcher.Kristian Høgsberg1-71/+199
2009-02-10Read connection events in screenshot.cKristian Høgsberg1-0/+1
2009-02-09Add a per-surface matrix.Kristian Høgsberg1-9/+156
2001-01-01Fix flower client.Kristian Høgsberg1-0/+3
2001-01-01Quit compositor on eject key press.Kristian Høgsberg1-0/+5
2001-01-01Switch to using a projective transformation.Kristian Høgsberg1-3/+7
2009-02-05Add a crazy rambling style TODO file.Kristian Høgsberg2-2/+142
2009-01-26Add a toy-display object that caches state.Kristian Høgsberg5-72/+108
2009-01-26Finish egl_* to wlsc_* rename.Kristian Høgsberg1-70/+70
2009-01-26Use glReadPixels() for the screen shooterKristian Høgsberg2-6/+20
2009-01-26Depend on udev 136 and clean up some code.Kristian Høgsberg2-37/+18
2009-01-26Only tag the card0 device with seat info for now.Kristian Høgsberg1-1/+1
2009-01-16Drop libdrm CFLAGS where no longer necessary.Kristian Høgsberg3-7/+2
2009-01-16Switch to cairo-drm, drop struct buffer hacks.Kristian Høgsberg7-171/+118
2009-01-16Fix udev rules install rule.Kristian Høgsberg1-2/+3
2009-01-16Initialize output position properly.Kristian Høgsberg1-0/+2
2009-01-16Randomize flower offset again.Kristian Høgsberg1-4/+4
2009-01-16Update to track udev API change in eagle.Kristian Høgsberg3-50/+8
2008-12-31Add wayland udev rules file.Kristian Høgsberg2-0/+9
2008-12-31Split out per-output state, use libudev for enumerating hardware.Kristian Høgsberg1-171/+284
2008-12-30Use libudev for enumerating input devices.Kristian Høgsberg2-34/+70