profile/ivi/weston-ivi-shell.git
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.
2008-12-08 Kristian HøgsbergFix wl_method for screenshooter.
2008-12-08 Kristian HøgsbergTweak terminal font color.
2008-12-08 Kristian HøgsbergDon't forget to initialize overlay position.
2008-12-08 Kristian HøgsbergLet clients override the suggested size on resize.
2008-12-08 Kristian HøgsbergSnap terminal size to an integer number of character...
2008-12-08 Kristian HøgsbergHandle \e[J and \e[H so we can clear the terminal.
2008-12-08 Kristian HøgsbergMake sure we don't miss queue redraws between commit...
2008-12-08 Kristian HøgsbergDestroy back buffer in acknowledge handler.
2008-12-08 Kristian HøgsbergOnly update gears angle in frame handler.
2008-12-08 Kristian HøgsbergAdd key map for ctrl modifier as well.
2008-12-08 Kristian HøgsbergUpdate tail pointer correctly so scrolling works.
2008-12-08 Kristian HøgsbergSkip escape codes for now.
2008-12-08 Kristian HøgsbergAdd keyboard input to terminal.
2008-12-08 Kristian HøgsbergRun command in a pty and feed output to wayland terminal.
2008-12-08 Kristian HøgsbergAdd some text contents to terminal.
2008-12-08 Kristian HøgsbergRefactor window logic into reusable parts, add a new...
2008-12-07 Kristian HøgsbergFix API to always include socket name length.
2008-12-05 Kristian HøgsbergUpdate .gitignore.
2008-12-05 Kristian HøgsbergFail if we can't create the compositor.
2008-12-05 Kristian HøgsbergMake the wayland server a library used by the compositors.
2008-12-05 Kristian HøgsbergUse type strings for method and event signatures.
2008-12-05 Kristian HøgsbergUse autoconf instead of $(shell ...) in the Makefile.
2008-12-04 Kristian HøgsbergAdd note about how clients could embed other applications.
2008-12-02 Kristian HøgsbergFix namespace convention for glib source.
2008-12-02 Kristian HøgsbergExit if load_compositor() fails.
2008-12-02 Kristian HøgsbergUpdate .gitignore.
2008-12-02 Kristian HøgsbergDrop early, obsolete compositor.
2008-12-02 Kristian HøgsbergDrop unused clients, pointer and window.
2008-12-02 Kristian HøgsbergPut Wayland under the MIT license.
2008-11-29 Kristian HøgsbergAdd wl_client_marshal() for sending events.
2008-11-28 Kristian HøgsbergGeneralize event loop a bit and pull in the timerfd...
2008-11-28 Kristian HøgsbergFinally implement the commit/ack/frame protocol and...
2008-11-26 Kristian HøgsbergMake ack event signal that the requests have been compo...
2008-11-26 Kristian HøgsbergAdd .gitignore.
2008-11-26 Kristian HøgsbergConvert touchpad absolute events to relative.
2008-11-26 Kristian HøgsbergUse struct buffer from cairo-util.c in flower.c.
2008-11-26 Kristian HøgsbergMake overlay animation actually stop.
2008-11-26 Kristian HøgsbergAdd commit request + ack event to wayland core.
2008-11-26 Kristian HøgsbergCorrect pointer hotspot location.
2008-11-25 Kristian HøgsbergAdd different type of overlay animation.
2008-11-25 Kristian HøgsbergTweak overlay animation a bit.
2008-11-25 Kristian HøgsbergPick a config instead of hard coding one.
2008-11-25 Kristian HøgsbergAllocate and set mode in egl-compositor.
2008-11-24 Kristian HøgsbergQuit screenshooter when idle.
2008-11-24 Kristian HøgsbergAnimate overlay on/off.
2008-11-24 Kristian HøgsbergAdd keyboard input, move input device creation to compo...
2008-11-24 Kristian HøgsbergAdd missing breaks in evdev switch.
2008-11-24 Kristian HøgsbergRename input.c to evdev.c.
2008-11-24 Kristian HøgsbergExpose screenshooting as an interface, drop SIGUSR...
2008-11-24 Kristian HøgsbergGeneralize the object advertising mechanism.
2008-11-23 Kristian HøgsbergAdd an overlay type window in the compositor.
2008-11-22 Kristian HøgsbergLoad and draw background in compositor.
2008-11-22 Kristian HøgsbergMove pointer drawing into compositor.
2008-11-19 Kristian HøgsbergOptimize blur further, resize gears with window.
2008-11-18 Kristian HøgsbergRemove redundant glFlush().
2008-11-18 Kristian HøgsbergOptimize blur a bit more.
2008-11-10 Kristian HøgsbergA couple more theme tweaks.
2008-11-09 Kristian HøgsbergGet corner radius right for inner bevel.
2008-11-09 Kristian HøgsbergAdd quick screenshot hack.
2008-11-09 Kristian HøgsbergOptimize window blur calculation.
2008-11-09 Kristian HøgsbergFactor out common cairo code, add blur function.
2008-11-08 Kristian HøgsbergMake window prettier again.
2008-11-08 Kristian HøgsbergTweak pointer image a bit.
2008-11-08 Kristian HøgsbergAdd prototypes warnings, use -fvisibility.
2008-11-08 Kristian HøgsbergUse the eagle pkg-config file instead of assuming ...
2008-11-08 Kristian HøgsbergImplement surface copy request, use it for egl gears.
2008-11-07 Kristian HøgsbergUse glib main loop for all clients.
2008-11-07 Kristian HøgsbergAdd glib main loop integration, use it in flower client.
2008-11-07 Kristian HøgsbergAdd copy and damage surface requests.
2008-11-06 Kristian Høgsbergdlopen the compositor, add a glx compositor.
2008-11-06 Kristian HøgsbergREADME: Add link to google group.
2008-11-06 Kristian HøgsbergAdd a FIXME for when we have a working fbconfig chooser.
2008-11-06 Kristian HøgsbergClear depth buffer, but only depth buffer for gears.
2008-11-06 Kristian HøgsbergAdd the gears from glxgears.
2008-11-06 Kristian HøgsbergAdd README for the adventurous, allow evdev override...
2008-11-06 Kristian HøgsbergRedraw window in idle handler.
2008-11-06 Kristian HøgsbergUse eglBindTexImage instead of copying texture data.
2008-11-06 Kristian HøgsbergMake window client a little more interesting.
2008-11-06 Kristian HøgsbergUse GL_ONE for the source in glBendFunc instead of...
2008-11-06 Kristian HøgsbergAdd a window client, first implementation of surface...
2008-11-06 Kristian HøgsbergAlways poll on display fd so we only read when there...
2008-11-06 Kristian HøgsbergMove background drawing to a client.
2008-11-06 Kristian HøgsbergUnpremultiply cairo surface data.
2008-11-06 Kristian HøgsbergDon't use poll timeout for timing animation.
2008-11-06 Kristian HøgsbergAdd a new client that draws a pointer.
2008-11-06 Kristian HøgsbergRename client, prepare Makefile for more clients.
2008-11-06 Kristian HøgsbergAdd crude input device support.
2008-11-06 Kristian HøgsbergDrop unused struct definition.
2008-11-06 Kristian HøgsbergUpdate for eagle changes.
next