summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Restore framebuffer when switching back to VTvt-restoreRay Strode1-5/+98
2008-12-19Add new event loop api for watching signalsRay Strode2-0/+90
2008-12-18Force pointer to stay on screen.Ray Strode1-0/+10
2008-12-18Scale background pixbuf when loading.Kristian Høgsberg1-5/+4
2008-12-18Fix rgb byte order for GdkPixbuf backgrounds.Ray Strode1-1/+9
2008-12-18Remember to handle rgb_visual case in surface_attach.Kristian Høgsberg1-0/+2
2008-12-18Add preliminary visual support.Kristian Høgsberg7-29/+148
2008-12-18Set terminal type to vt100.Kristian Høgsberg1-0/+1
2008-12-18Don't pin front buffer, kernel modesetting takes care of that now.Kristian Høgsberg1-8/+0
2008-12-18Fall back to solid color background if not image is found.Kristian Høgsberg1-1/+5
2008-12-15Redesign the compositor / server interface.Kristian Høgsberg9-342/+286
2008-12-14Use gdk-pixbuf for saving the screenshot.Kristian Høgsberg1-119/+7
2008-12-14Initialize count to 0 in wl_list_length().Kristian Høgsberg1-0/+1
2008-12-12Fix default input device path.Kristian Høgsberg1-1/+2
2008-12-12Handle per-device keyboard focus.Kristian Høgsberg1-9/+8
2008-12-12Don't close uninitialized fd, check forkpty error.Kristian Høgsberg1-3/+6
2008-12-12Make multi-pointer work.Kristian Høgsberg3-47/+80
2008-12-12Add option parsing using GOption.Kristian Høgsberg1-5/+18
2008-12-12Make sure we initialize object hash.Kristian Høgsberg3-11/+42
2008-12-12Use the screen size for sizing the background.Kristian Høgsberg1-1/+1
2008-12-12Pass -fPIC when compiling shared libraries.Kristian Høgsberg1-0/+1
2008-12-12Forgot to add egl-compositor.h.Kristian Høgsberg1-0/+15
2008-12-11Implement passive grabs on button clicks.Kristian Høgsberg1-6/+20
2008-12-11Rewrite input event delivery path.Kristian Høgsberg6-181/+141
2008-12-10Fix signature for pointer motion event.Kristian Høgsberg1-1/+1
2008-12-10Drop glx-compositor for now.Kristian Høgsberg2-385/+1
2008-12-10Install libraries plus headers and add pkg-config files.Kristian Høgsberg5-2/+32
2008-12-10Only send key events to toplevel surface.Kristian Høgsberg2-23/+10
2008-12-10Feed button events through compositor.Kristian Høgsberg4-36/+42
2008-12-10Feed motion events through compositor.Kristian Høgsberg3-31/+55
2008-12-10Drop surface iterator API, just track surfaces in the compositor.Kristian Høgsberg4-85/+40
2008-12-10Pass button clicks through to compositor.Kristian Høgsberg3-0/+50
2008-12-09Use bilinear filtering.Kristian Høgsberg1-9/+9
2008-12-09Handle interrupted system calls in connection code.Kristian Høgsberg1-2/+6
2008-12-08Implement a bunch of escape codes.Kristian Høgsberg1-48/+120
2008-12-08Fix wl_method for screenshooter.Kristian Høgsberg1-1/+1
2008-12-08Tweak terminal font color.Kristian Høgsberg1-1/+1
2008-12-08Don't forget to initialize overlay position.Kristian Høgsberg1-0/+1
2008-12-08Let clients override the suggested size on resize.Kristian Høgsberg4-40/+104
2008-12-08Snap terminal size to an integer number of character cells.Kristian Høgsberg4-6/+34
2008-12-08Handle \e[J and \e[H so we can clear the terminal.Kristian Høgsberg1-11/+57
2008-12-08Make sure we don't miss queue redraws between commit and ack.Kristian Høgsberg1-12/+22
2008-12-08Destroy back buffer in acknowledge handler.Kristian Høgsberg1-3/+1
2008-12-08Only update gears angle in frame handler.Kristian Høgsberg1-1/+0
2008-12-08Add key map for ctrl modifier as well.Kristian Høgsberg1-17/+19
2008-12-08Update tail pointer correctly so scrolling works.Kristian Høgsberg1-1/+9
2008-12-08Skip escape codes for now.Kristian Høgsberg1-0/+15
2008-12-08Add keyboard input to terminal.Kristian Høgsberg3-21/+155
2008-12-07Run command in a pty and feed output to wayland terminal.Kristian Høgsberg2-9/+90
2008-12-07Add some text contents to terminal.Kristian Høgsberg1-7/+71