Port compositor to GLES2
[profile/ivi/wayland.git] / wayland.c
2010-02-26 Kristian HøgsbergImport Eric Anholts hash table implementation
2010-02-26 Kristian HøgsbergAdd wl_list_for_each() and simplify some loops
2009-09-18 Kristian HøgsbergAdd function to remove surfaces from client
2008-12-25 Kristian HøgsbergAdd client side demarshalling for events.
2008-12-22 Kristian HøgsbergAdd hook to allow globals to send cold-plug events...
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-18 Kristian HøgsbergAdd preliminary visual support.
2008-12-16 Kristian HøgsbergRedesign the compositor / server interface.
2008-12-12 Kristian HøgsbergMake multi-pointer work.
2008-12-12 Kristian HøgsbergMake sure we initialize object hash.
2008-12-12 Kristian HøgsbergRewrite input event delivery path.
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-07 Kristian HøgsbergFix API to always include socket name length.
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-02 Kristian HøgsbergExit if load_compositor() fails.
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 commit request + ack event to wayland core.
2008-11-24 Kristian HøgsbergAdd keyboard input, move input device creation to compo...
2008-11-24 Kristian HøgsbergExpose screenshooting as an interface, drop SIGUSR...
2008-11-24 Kristian HøgsbergGeneralize the object advertising mechanism.
2008-11-22 Kristian HøgsbergMove pointer drawing into compositor.
2008-11-08 Kristian HøgsbergAdd prototypes warnings, use -fvisibility.
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øgsbergAdd README for the adventurous, allow evdev override...
2008-11-06 Kristian HøgsbergAdd crude input device support.
2008-11-06 Kristian HøgsbergTrack client objects and destroy them on disconnect.
2008-11-06 Kristian HøgsbergRecomposite screen in idle handler.
2008-11-06 Kristian HøgsbergHandle multiple clients better.
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-09-30 Kristian HøgsbergInitial commit.