2 Commits (77a4a795596fc43e67fb9d752d565b43c30d580f)

Author SHA1 Message Date
Kristian Høgsberg 1db21f1cf5 Use different cursor images in the compositor 14 years ago
Kristian Høgsberg a661f263b4 Name libraries -client and -server for consistency 14 years ago
Kristian Høgsberg 5fcd0aa58e Introduce 'buffer' object for attaching, image cahce and cursor images 14 years ago
Kristian Høgsberg 5b0079aed5 Demarshal robustness fixes 14 years ago
Kristian Høgsberg c071f4d008 Handle failure to reference a buffer name better 14 years ago
Kristian Høgsberg a1f3f60bea Generate protocol types and metadata from xml 14 years ago
Kristian Høgsberg 478d9265f9 Send device name at connect time 14 years ago
Kristian Høgsberg f52e03ff47 Import Eric Anholts hash table implementation 15 years ago
Kristian Høgsberg a5db589efa Add wl_list_for_each() and simplify some loops 15 years ago
Kristian Høgsberg b559fcbf72 Add function to remove surfaces from client 15 years ago
Kristian Høgsberg b3131d9268 Add client side demarshalling for events. 16 years ago
Kristian Høgsberg ee02ca6fa4 Add hook to allow globals to send cold-plug events to new clients. 16 years ago
Kristian Høgsberg 97079ad52c Send client id range as an event. 16 years ago
Kristian Høgsberg fb6d68ddbe Represent event and method metadata with struct wl_message. 16 years ago
Kristian Høgsberg fe831a7494 Move protocol metadata to wayland-protocol.[ch]. 16 years ago
Kristian Høgsberg bf967b469f Advertise globals using a new display event. 16 years ago
Kristian Høgsberg de31d5ca6f Add preliminary visual support. 16 years ago
Kristian Høgsberg d2412e2c2e Redesign the compositor / server interface. 16 years ago
Kristian Høgsberg c492b482d0 Make multi-pointer work. 16 years ago
Kristian Høgsberg 864c468b42 Make sure we initialize object hash. 16 years ago
Kristian Høgsberg 5ee1a60f1a Rewrite input event delivery path. 16 years ago
Kristian Høgsberg 7fdff04cdc Only send key events to toplevel surface. 16 years ago
Kristian Høgsberg 5a75c90d01 Feed button events through compositor. 16 years ago
Kristian Høgsberg 715a081cf4 Feed motion events through compositor. 16 years ago
Kristian Høgsberg 201a904889 Drop surface iterator API, just track surfaces in the compositor. 16 years ago
Kristian Høgsberg eac149ad06 Pass button clicks through to compositor. 16 years ago
Kristian Høgsberg dc0f355f0a Fix API to always include socket name length. 16 years ago
Kristian Høgsberg 122912c69b Make the wayland server a library used by the compositors. 16 years ago
Kristian Høgsberg 87e0a384da Use type strings for method and event signatures. 16 years ago
Kristian Høgsberg 35052568d0 Exit if load_compositor() fails. 16 years ago
Kristian Høgsberg ffd710e653 Put Wayland under the MIT license. 16 years ago
Kristian Høgsberg c2b633e6c2 Add wl_client_marshal() for sending events. 16 years ago
Kristian Høgsberg 4a29890da7 Generalize event loop a bit and pull in the timerfd stuff. 16 years ago
Kristian Høgsberg fbdbbdc153 Finally implement the commit/ack/frame protocol and improve repaint loop. 16 years ago
Kristian Høgsberg 44f36e3585 Make ack event signal that the requests have been composited. 16 years ago
Kristian Høgsberg 4097923a64 Add commit request + ack event to wayland core. 16 years ago
Kristian Høgsberg cddc0ad502 Add keyboard input, move input device creation to compositor. 16 years ago
Kristian Høgsberg 1e4b86af1a Expose screenshooting as an interface, drop SIGUSR hack. 16 years ago
Kristian Høgsberg 14fcff7726 Generalize the object advertising mechanism. 16 years ago
Kristian Høgsberg 4c9f2c9b1a Move pointer drawing into compositor. 16 years ago
Kristian Høgsberg b7a01928be Add prototypes warnings, use -fvisibility. 16 years ago
Kristian Høgsberg 7f77bd8fbe Add copy and damage surface requests. 16 years ago
Kristian Høgsberg 5503bf82c4 dlopen the compositor, add a glx compositor. 16 years ago
Kristian Høgsberg 33a52bd07d Add README for the adventurous, allow evdev override from getenv(). 16 years ago
Kristian Høgsberg f9bc795a7d Add crude input device support. 16 years ago
Kristian Høgsberg 94a2e86dcb Track client objects and destroy them on disconnect. 16 years ago
Kristian Høgsberg 5ebb317383 Recomposite screen in idle handler. 16 years ago
Kristian Høgsberg f921289954 Handle multiple clients better. 16 years ago
Kristian Høgsberg 680f1c7025 Split out connection io buffer logic. 16 years ago
Kristian Høgsberg c5089878cb Make in and out circular buffers actually work. 16 years ago