summaryrefslogtreecommitdiffstats
path: root/egl-compositor.c
Commit message (Expand)AuthorAgeFilesLines
* Rename egl-compositor to wayland-system-compositor.Kristian Høgsberg2008-12-191-1178/+0
* Use the new eagle config chooser for picking the config.Kristian Høgsberg2008-12-191-56/+13
* Cache modesetting data and just do drmModeSetCrtc on vt enter.Kristian Høgsberg2008-12-191-68/+25
* Do vt ioctl on the right fd.Kristian Høgsberg2008-12-191-2/+3
* Restore framebuffer when switching back to VTRay Strode2008-12-191-5/+98
* Force pointer to stay on screen.Ray Strode2008-12-181-0/+10
* Scale background pixbuf when loading.Kristian Høgsberg2008-12-181-5/+4
* Fix rgb byte order for GdkPixbuf backgrounds.Ray Strode2008-12-181-1/+9
* Remember to handle rgb_visual case in surface_attach.Kristian Høgsberg2008-12-181-0/+2
* Add preliminary visual support.Kristian Høgsberg2008-12-181-15/+70
* Don't pin front buffer, kernel modesetting takes care of that now.Kristian Høgsberg2008-12-181-8/+0
* Fall back to solid color background if not image is found.Kristian Høgsberg2008-12-181-1/+5
* Redesign the compositor / server interface.Kristian Høgsberg2008-12-151-82/+83
* Use gdk-pixbuf for saving the screenshot.Kristian Høgsberg2008-12-141-119/+7
* Fix default input device path.Kristian Høgsberg2008-12-121-1/+2
* Handle per-device keyboard focus.Kristian Høgsberg2008-12-121-9/+8
* Make multi-pointer work.Kristian Høgsberg2008-12-121-30/+58
* Add option parsing using GOption.Kristian Høgsberg2008-12-121-5/+18
* Use the screen size for sizing the background.Kristian Høgsberg2008-12-121-1/+1
* Implement passive grabs on button clicks.Kristian Høgsberg2008-12-111-6/+20
* Rewrite input event delivery path.Kristian Høgsberg2008-12-111-51/+78
* Only send key events to toplevel surface.Kristian Høgsberg2008-12-101-0/+10
* Feed button events through compositor.Kristian Høgsberg2008-12-101-2/+6
* Feed motion events through compositor.Kristian Høgsberg2008-12-101-13/+27
* Drop surface iterator API, just track surfaces in the compositor.Kristian Høgsberg2008-12-101-24/+38
* Pass button clicks through to compositor.Kristian Høgsberg2008-12-101-0/+33
* Use bilinear filtering.Kristian Høgsberg2008-12-091-9/+9
* Fix wl_method for screenshooter.Kristian Høgsberg2008-12-081-1/+1
* Don't forget to initialize overlay position.Kristian Høgsberg2008-12-081-0/+1
* Fix API to always include socket name length.Kristian Høgsberg2008-12-071-1/+1
* Fail if we can't create the compositor.Kristian Høgsberg2008-12-051-1/+5
* Make the wayland server a library used by the compositors.Kristian Høgsberg2008-12-051-3/+29
* Put Wayland under the MIT license.Kristian Høgsberg2008-12-021-0/+22
* Generalize event loop a bit and pull in the timerfd stuff.Kristian Høgsberg2008-11-281-32/+4
* Finally implement the commit/ack/frame protocol and improve repaint loop.Kristian Høgsberg2008-11-281-12/+75
* Make ack event signal that the requests have been composited.Kristian Høgsberg2008-11-261-0/+2
* Make overlay animation actually stop.Kristian Høgsberg2008-11-251-2/+2
* Correct pointer hotspot location.Kristian Høgsberg2008-11-251-2/+3
* Add different type of overlay animation.Kristian Høgsberg2008-11-251-5/+17
* Tweak overlay animation a bit.Kristian Høgsberg2008-11-251-22/+32
* Pick a config instead of hard coding one.Kristian Høgsberg2008-11-251-9/+54
* Allocate and set mode in egl-compositor.Kristian Høgsberg2008-11-251-6/+102
* Animate overlay on/off.Kristian Høgsberg2008-11-241-2/+35
* Add keyboard input, move input device creation to compositor.Kristian Høgsberg2008-11-241-2/+43
* Expose screenshooting as an interface, drop SIGUSR hack.Kristian Høgsberg2008-11-241-22/+37
* Add an overlay type window in the compositor.Kristian Høgsberg2008-11-231-35/+146
* Load and draw background in compositor.Kristian Høgsberg2008-11-211-57/+103
* Move pointer drawing into compositor.Kristian Høgsberg2008-11-211-32/+139
* Remove redundant glFlush().Kristian Høgsberg2008-11-171-2/+0
* Add quick screenshot hack.Kristian Høgsberg2008-11-091-5/+159