summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-07Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg7-321/+607
2008-12-07Fix API to always include socket name length.Kristian Høgsberg9-21/+22
2008-12-05Update .gitignore.Kristian Høgsberg1-1/+3
2008-12-05Fail if we can't create the compositor.Kristian Høgsberg2-1/+9
2008-12-05Make the wayland server a library used by the compositors.Kristian Høgsberg5-111/+91
2008-12-05Use type strings for method and event signatures.Kristian Høgsberg2-125/+56
2008-12-04Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg4-66/+88
2008-12-04Add note about how clients could embed other applications.Kristian Høgsberg1-1/+21
2008-12-02Fix namespace convention for glib source.Kristian Høgsberg5-24/+23
2008-12-02Exit if load_compositor() fails.Kristian Høgsberg1-1/+2
2008-12-02Update .gitignore.Kristian Høgsberg1-4/+3
2008-12-02Drop early, obsolete compositor.Kristian Høgsberg1-196/+0
2008-12-02Drop unused clients, pointer and window.Kristian Høgsberg3-268/+1
2008-12-02Put Wayland under the MIT license.Kristian Høgsberg21-0/+460
2008-11-28Add wl_client_marshal() for sending events.Kristian Høgsberg2-38/+89
2008-11-28Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg6-93/+259
2008-11-28Finally implement the commit/ack/frame protocol and improve repaint loop.Kristian Høgsberg6-91/+166
2008-11-26Make ack event signal that the requests have been composited.Kristian Høgsberg5-74/+111
2008-11-25Add .gitignore.Kristian Høgsberg1-0/+10
2008-11-25Convert touchpad absolute events to relative.Kristian Høgsberg1-4/+20
2008-11-25Use struct buffer from cairo-util.c in flower.c.Kristian Høgsberg2-56/+6
2008-11-25Make overlay animation actually stop.Kristian Høgsberg1-2/+2
2008-11-25Add commit request + ack event to wayland core.Kristian Høgsberg4-81/+165
2008-11-25Correct pointer hotspot location.Kristian Høgsberg1-2/+3
2008-11-25Add different type of overlay animation.Kristian Høgsberg1-5/+17
2008-11-25Tweak overlay animation a bit.Kristian Høgsberg1-22/+32
2008-11-25Pick a config instead of hard coding one.Kristian Høgsberg1-9/+54
2008-11-25Allocate and set mode in egl-compositor.Kristian Høgsberg1-6/+102
2008-11-24Quit screenshooter when idle.Kristian Høgsberg1-1/+1
2008-11-24Animate overlay on/off.Kristian Høgsberg2-3/+38
2008-11-24Add keyboard input, move input device creation to compositor.Kristian Høgsberg5-40/+88
2008-11-24Add missing breaks in evdev switch.Kristian Høgsberg1-0/+2
2008-11-24Rename input.c to evdev.c.Kristian Høgsberg2-1/+1
2008-11-24Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg10-94/+295
2008-11-23Generalize the object advertising mechanism.Kristian Høgsberg2-1/+35
2008-11-23Add an overlay type window in the compositor.Kristian Høgsberg1-35/+146
2008-11-21Load and draw background in compositor.Kristian Høgsberg2-59/+105
2008-11-21Move pointer drawing into compositor.Kristian Høgsberg4-35/+156
2008-11-19Optimize blur further, resize gears with window.Kristian Høgsberg2-46/+32
2008-11-17Remove redundant glFlush().Kristian Høgsberg1-2/+0
2008-11-17Optimize blur a bit more.Kristian Høgsberg2-9/+15
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-09Add quick screenshot hack.Kristian Høgsberg2-7/+161
2008-11-08Optimize window blur calculation.Kristian Høgsberg4-6/+11
2008-11-08Factor out common cairo code, add blur function.Kristian Høgsberg5-171/+245
2008-11-08Make window prettier again.Kristian Høgsberg3-39/+97
2008-11-08Tweak pointer image a bit.Kristian Høgsberg1-6/+7
2008-11-08Add prototypes warnings, use -fvisibility.Kristian Høgsberg9-55/+79
2008-11-08Use the eagle pkg-config file instead of assuming ../eagle.Kristian Høgsberg1-2/+4