profile/ivi/weston-ivi-shell.git
2009-03-05 Kristian HøgsbergRenable blurred dropshadows and fix call to blur_surface().
2009-02-24 Kristian HøgsbergUpdate modifier state on focus in and out.
2009-02-24 Kristian HøgsbergInclude the currently pressed keys in keyboard focus...
2009-02-24 Kristian Høgsbergterminal: trim unused headers.
2009-02-23 Kristian HøgsbergPaint terminal cursor hollow when focus is lost.
2009-02-23 Kristian HøgsbergDon't close the pty master in forkpty child.
2009-02-23 Kristian HøgsbergAdd keyboard and pointer focus events.
2009-02-23 Kristian HøgsbergRemove spurious unused local variable.
2009-02-23 Kristian HøgsbergAdd new surfaces to client hash table.
2009-02-23 Kristian HøgsbergHandle marshalling NULL objects.
2009-02-23 Kristian HøgsbergRename pointer_surface to sprite in wlsc_surface.
2009-02-21 Kristian HøgsbergDraw terminal cursor.
2009-02-21 Chris WilsonAdd an image viewer client
2009-02-21 Kristian HøgsbergMove keymap to window.c
2009-02-16 Kristian HøgsbergUse chooser instead of hardcoded fbconfig in gears.c.
2009-02-16 Kristian HøgsbergTrack drm modesetting api changes (grr).
2009-02-16 Kristian HøgsbergDon't forget to transform coordinates for the grab...
2009-02-11 Kristian HøgsbergRe-init link when removing animation.
2009-02-10 Kristian HøgsbergDon't crash when there's no primary surface.
2009-02-10 Kristian HøgsbergFix surface coordinate transformation.
2009-02-10 Kristian HøgsbergAdd surface animation framework, implement fullscreen...
2009-02-10 Kristian HøgsbergRead connection events in screenshot.c
2009-02-09 Kristian HøgsbergAdd a per-surface matrix.
2001-01-02 Kristian HøgsbergFix flower client.
2001-01-02 Kristian HøgsbergQuit compositor on eject key press.
2001-01-02 Kristian HøgsbergSwitch to using a projective transformation.
2009-02-06 Kristian HøgsbergAdd a crazy rambling style TODO file.
2009-01-27 Kristian HøgsbergAdd a toy-display object that caches state.
2009-01-27 Kristian HøgsbergFinish egl_* to wlsc_* rename.
2009-01-27 Kristian HøgsbergUse glReadPixels() for the screen shooter
2009-01-27 Kristian HøgsbergDepend on udev 136 and clean up some code.
2009-01-27 Kristian HøgsbergOnly tag the card0 device with seat info for now.
2009-01-16 Kristian HøgsbergDrop libdrm CFLAGS where no longer necessary.
2009-01-16 Kristian HøgsbergSwitch to cairo-drm, drop struct buffer hacks.
2009-01-16 Kristian HøgsbergFix udev rules install rule.
2009-01-16 Kristian HøgsbergInitialize output position properly.
2009-01-16 Kristian HøgsbergRandomize flower offset again.
2009-01-16 Kristian HøgsbergUpdate to track udev API change in eagle.
2008-12-31 Kristian HøgsbergAdd wayland udev rules file.
2008-12-31 Kristian HøgsbergSplit out per-output state, use libudev for enumerating...
2008-12-30 Kristian HøgsbergUse libudev for enumerating input devices.
2008-12-30 Kristian HøgsbergAdd listener interfaces for output and input_device...
2008-12-30 Kristian HøgsbergUse a more generic glob for input devices.
2008-12-25 Kristian HøgsbergAdd client side demarshalling for events.
2008-12-22 Kristian HøgsbergTrack objects client side using a hash too.
2008-12-22 Kristian HøgsbergAdd a proxy for the server side output object.
2008-12-22 Kristian HøgsbergAdd a fullscreen mode to the terminal.
2008-12-22 Kristian HøgsbergAdd hook to allow globals to send cold-plug events...
2008-12-22 Kristian HøgsbergAlso check for interface version wl_display_get_object_...
2008-12-22 Kristian HøgsbergSend client id range as an event.
2008-12-22 Kristian HøgsbergRepresent event and method metadata with struct wl_message.
2008-12-22 Kristian HøgsbergMove protocol metadata to wayland-protocol.[ch].
2008-12-22 Kristian HøgsbergAdvertise globals using a new display event.
2008-12-22 Kristian HøgsbergConsolidate tty setup and fix a few spacing issues.
2008-12-22 Kristian HøgsbergOops, fix compilation.
2008-12-21 Kristian HøgsbergMove coordinate transformation to pick_surface().
2008-12-20 Ray StrodeOnly forward events to compositor if on active VT
2008-12-19 Kristian HøgsbergHandle more control characters in terminal.
2008-12-19 Ray StrodeIgnore tty input
2008-12-19 Kristian HøgsbergDrop the silly overlay hack.
2008-12-19 Kristian HøgsbergRename egl-compositor to wayland-system-compositor.
2008-12-19 Kristian HøgsbergUse the new eagle config chooser for picking the config.
2008-12-19 Kristian HøgsbergRemove visual debug prints.
2008-12-19 Kristian HøgsbergCache modesetting data and just do drmModeSetCrtc on...
2008-12-19 Kristian HøgsbergDo vt ioctl on the right fd.
2008-12-19 Ray StrodeRestore framebuffer when switching back to VT
2008-12-19 Ray StrodeAdd new event loop api for watching signals
2008-12-19 Ray StrodeForce pointer to stay on screen.
2008-12-19 Kristian HøgsbergScale background pixbuf when loading.
2008-12-19 Ray StrodeFix rgb byte order for GdkPixbuf backgrounds.
2008-12-19 Kristian HøgsbergRemember to handle rgb_visual case in surface_attach.
2008-12-18 Kristian HøgsbergAdd preliminary visual support.
2008-12-18 Kristian HøgsbergSet terminal type to vt100.
2008-12-18 Kristian HøgsbergDon't pin front buffer, kernel modesetting takes care...
2008-12-18 Kristian HøgsbergFall back to solid color background if not image is...
2008-12-16 Kristian HøgsbergRedesign the compositor / server interface.
2008-12-14 Kristian HøgsbergUse gdk-pixbuf for saving the screenshot.
2008-12-14 Kristian HøgsbergInitialize count to 0 in wl_list_length().
2008-12-12 Kristian HøgsbergFix default input device path.
2008-12-12 Kristian HøgsbergHandle per-device keyboard focus.
2008-12-12 Kristian HøgsbergDon't close uninitialized fd, check forkpty error.
2008-12-12 Kristian HøgsbergMake multi-pointer work.
2008-12-12 Kristian HøgsbergAdd option parsing using GOption.
2008-12-12 Kristian HøgsbergMake sure we initialize object hash.
2008-12-12 Kristian HøgsbergUse the screen size for sizing the background.
2008-12-12 Kristian HøgsbergPass -fPIC when compiling shared libraries.
2008-12-12 Kristian HøgsbergForgot to add egl-compositor.h.
2008-12-12 Kristian HøgsbergImplement passive grabs on button clicks.
2008-12-12 Kristian HøgsbergRewrite input event delivery path.
2008-12-10 Kristian HøgsbergFix signature for pointer motion event.
2008-12-10 Kristian HøgsbergDrop glx-compositor for now.
2008-12-10 Kristian HøgsbergInstall libraries plus headers and add pkg-config files.
2008-12-10 Kristian HøgsbergOnly send key events to toplevel surface.
2008-12-10 Kristian HøgsbergFeed button events through compositor.
2008-12-10 Kristian HøgsbergFeed motion events through compositor.
2008-12-10 Kristian HøgsbergDrop surface iterator API, just track surfaces in the...
2008-12-10 Kristian HøgsbergPass button clicks through to compositor.
2008-12-09 Kristian HøgsbergUse bilinear filtering.
2008-12-09 Kristian HøgsbergHandle interrupted system calls in connection code.
2008-12-09 Kristian HøgsbergImplement a bunch of escape codes.
next