| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move core protocol libraries into wayland/ subdirectory | Kristian Høgsberg | 2010-09-14 | 1 | -75/+0 |
| | | |||||
| * | Replace commit/ack/frame protocol with simpler sync and frame callbacks | Kristian Høgsberg | 2010-09-03 | 1 | -0/+6 |
| | | |||||
| * | First step towards drag and drop protocol | Kristian Høgsberg | 2010-08-18 | 1 | -3/+0 |
| | | |||||
| * | Don't track globals in the client lib, just send out events | Kristian Høgsberg | 2010-08-10 | 1 | -45/+4 |
| | | | | | | Users of the client library must install an global handler to get access to globals. | ||||
| * | Generate client side marshal stubs from protocol spec | Kristian Høgsberg | 2010-08-09 | 1 | -27/+0 |
| | | |||||
| * | Introduce 'buffer' object for attaching, image cahce and cursor images | Kristian Høgsberg | 2010-08-09 | 1 | -3/+13 |
| | | | | | | | The buffer object is created by a 'drm' object, which encapsulates the buffer sharing and authentication mechanism. Once the buffer is created it can be attached to a surface. | ||||
| * | Introduce 'shell' object for moving and resizing surfaces in the compositor | Kristian Høgsberg | 2010-08-04 | 1 | -0/+12 |
| | | |||||
| * | Generate protocol types and metadata from xml | Kristian Høgsberg | 2010-08-03 | 1 | -49/+1 |
| | | |||||
| * | Use "" when including our own header files | Kristian Høgsberg | 2010-07-29 | 1 | -1/+1 |
| | | |||||
| * | Drop coordinates from buttons press, add timestamp to events | Kristian Høgsberg | 2010-07-20 | 1 | -2/+6 |
| | | |||||
| * | Fix some warnings | Kristian Høgsberg | 2010-06-25 | 1 | -0/+2 |
| | | |||||
| * | Add extern "C" wrappers to public header files | Kristian Høgsberg | 2010-06-10 | 1 | -0/+9 |
| | | |||||
| * | Send device name at connect time | Kristian Høgsberg | 2010-06-08 | 1 | -0/+3 |
| | | |||||
| * | Drop surface::copy | Kristian Høgsberg | 2010-06-08 | 1 | -3/+0 |
| | | |||||
| * | Implement user_data for surface | Kristian Høgsberg | 2009-09-18 | 1 | -0/+3 |
| | | | | | | Not sure if we need more than one piece of user_data per surface. And this should be a general feature of any proxy object. | ||||
| * | Include the currently pressed keys in keyboard focus event. | Kristian Høgsberg | 2009-02-23 | 1 | -1/+2 |
| | | |||||
| * | Add keyboard and pointer focus events. | Kristian Høgsberg | 2009-02-22 | 1 | -0/+6 |
| | | |||||
| * | Add listener interfaces for output and input_device objects. | Kristian Høgsberg | 2008-12-30 | 1 | -21/+62 |
| | | |||||
| * | Add hook to allow globals to send cold-plug events to new clients. | Kristian Høgsberg | 2008-12-21 | 1 | -0/+3 |
| | | | | | | | This lets us boot strap the client side state cache. This commit also adds the first user of this feature, an output object that represents the current output. Very simple at this point, but will grow to something more like RandR 1.2. | ||||
| * | Also check for interface version wl_display_get_object_id(). | Kristian Høgsberg | 2008-12-21 | 1 | -1/+1 |
| | | |||||
| * | Add preliminary visual support. | Kristian Høgsberg | 2008-12-18 | 1 | -2/+10 |
| | | |||||
| * | Redesign the compositor / server interface. | Kristian Høgsberg | 2008-12-15 | 1 | -2/+5 |
| | | | | | | | | This lets the compositor directly provide the implementation of the RMI objects for the surface object and a new compositor object. We avoid the manual forwarding of requests into the compositor and the clumsy compositor interface struct. | ||||
| * | Fix API to always include socket name length. | Kristian Høgsberg | 2008-12-07 | 1 | -1/+1 |
| | | |||||
| * | Put Wayland under the MIT license. | Kristian Høgsberg | 2008-12-02 | 1 | -0/+22 |
| | | |||||
| * | Add commit request + ack event to wayland core. | Kristian Høgsberg | 2008-11-25 | 1 | -1/+5 |
| | | | | | Use in window.c to manage life cycle of buffer correctly. | ||||
| * | Expose screenshooting as an interface, drop SIGUSR hack. | Kristian Høgsberg | 2008-11-24 | 1 | -1/+11 |
| | | | | | | This pulls in a bit of extra infrastructure for discovering adertised objects on the client side. | ||||
| * | Add prototypes warnings, use -fvisibility. | Kristian Høgsberg | 2008-11-08 | 1 | -0/+7 |
| | | |||||
| * | Add glib main loop integration, use it in flower client. | Kristian Høgsberg | 2008-11-07 | 1 | -5/+9 |
| | | |||||
| * | Add copy and damage surface requests. | Kristian Høgsberg | 2008-11-07 | 1 | -1/+6 |
| | | |||||
| * | Add a new client that draws a pointer. | Kristian Høgsberg | 2008-11-06 | 1 | -0/+10 |
| | | |||||
| * | Use new connection object in client code too. | Kristian Høgsberg | 2008-11-06 | 1 | -13/+7 |
| | | |||||
| * | Add surface.map request. | Kristian Høgsberg | 2008-11-06 | 1 | -3/+5 |
| | | |||||
| * | Bunch of new stuff: simple compositor, cairo+gem use in client, events. | Kristian Høgsberg | 2008-10-07 | 1 | -0/+28 |
