profile/ivi/wayland.git
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.
2008-11-06 Kristian HøgsbergAdd note about fullscreen surfaces, misc edits.
2008-11-06 Kristian HøgsbergMake clients graphics use lighter random colors.
2008-11-06 Kristian HøgsbergUse triangle strips for drawing surfaces.
2008-11-06 Kristian HøgsbergMake test client a little more interesting.
2008-11-06 Kristian HøgsbergTrack client objects and destroy them on disconnect.
2008-11-06 Kristian HøgsbergRun compositor fullscreen, repaint when surfaces come...
2008-11-06 Kristian HøgsbergAdd notes on throttling, scheduling and atomicity.
2008-11-06 Kristian HøgsbergRecomposite screen in idle handler.
2008-11-06 Kristian HøgsbergHandle multiple clients better.
2008-11-06 Kristian HøgsbergAdd an EGL compositor. Still pretty lame.
2008-11-06 Kristian HøgsbergUse new connection object in client code too.
2008-11-06 Kristian HøgsbergSplit out connection io buffer logic.
2008-11-06 Kristian HøgsbergMake in and out circular buffers actually work.
2008-11-06 Kristian HøgsbergAdd surface.map request.
2008-10-07 Kristian HøgsbergBunch of new stuff: simple compositor, cairo+gem use...
2008-10-01 Kristian HøgsbergMore NOTES.
2008-09-30 Kristian HøgsbergInitial commit.