profile/ivi/wayland.git
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.
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.
next