502 Commits (b033c5e1d094874da73c11a89ffd32d09936171e)

Author SHA1 Message Date
Kristian Høgsberg a341fa016c Use FBOs instead of eagle-specific API 15 years ago
Kristian Høgsberg 2aac302bd9 Stop using surface::copy in window 15 years ago
Kristian Høgsberg 6a1b20102c window: factor out surface attachment code 15 years ago
Kristian Høgsberg 7d7b5dbf4d Tweak theme a bit 15 years ago
Kristian Høgsberg 2644910241 Update to track the cairo_drm_device_t rename 16 years ago
Kristian Høgsberg 0acc6c426c Renable blurred dropshadows and fix call to blur_surface(). 16 years ago
Kristian Høgsberg 99f090db3e Update modifier state on focus in and out. 16 years ago
Kristian Høgsberg 3c38fa0c3e Include the currently pressed keys in keyboard focus event. 16 years ago
Kristian Høgsberg 3c248cc9b6 Paint terminal cursor hollow when focus is lost. 16 years ago
Kristian Høgsberg db6c2f3f0e Add keyboard and pointer focus events. 16 years ago
Kristian Høgsberg 5544491240 Move keymap to window.c 16 years ago
Kristian Høgsberg 43c28eee32 Add a toy-display object that caches state. 16 years ago
Kristian Høgsberg 0ac16f056d Switch to cairo-drm, drop struct buffer hacks. 16 years ago
Kristian Høgsberg 94448c0ad7 Add listener interfaces for output and input_device objects. 16 years ago
Kristian Høgsberg 0395f30e65 Add a fullscreen mode to the terminal. 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 5ee1a60f1a Rewrite input event delivery path. 16 years ago
Kristian Høgsberg 221067654c Let clients override the suggested size on resize. 16 years ago
Kristian Høgsberg 1584c57edc Snap terminal size to an integer number of character cells. 16 years ago
Kristian Høgsberg 6e83d58153 Add keyboard input to terminal. 16 years ago
Kristian Høgsberg 0c4457f0c2 Refactor window logic into reusable parts, add a new terminal application. 16 years ago
Kristian Høgsberg dc0f355f0a Fix API to always include socket name length. 16 years ago
Kristian Høgsberg e2ce43a9be Fix namespace convention for glib source. 16 years ago
Kristian Høgsberg ffd710e653 Put Wayland under the MIT license. 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 e9d550bdd4 Optimize blur further, resize gears with window. 16 years ago
Kristian Høgsberg 873302649a Optimize blur a bit more. 16 years ago
Kristian Høgsberg 8c304f6d9a A couple more theme tweaks. 16 years ago
Kristian Høgsberg 6e635f3472 Get corner radius right for inner bevel. 16 years ago
Kristian Høgsberg 10bdd298b8 Optimize window blur calculation. 16 years ago
Kristian Høgsberg 2f2cfae227 Factor out common cairo code, add blur function. 16 years ago
Kristian Høgsberg e4feb56316 Make window prettier again. 16 years ago
Kristian Høgsberg b7a01928be Add prototypes warnings, use -fvisibility. 16 years ago
Kristian Høgsberg 78231c8dd0 Implement surface copy request, use it for egl gears. 16 years ago
Kristian Høgsberg 1cbaa6abac Use glib main loop for all clients. 16 years ago
Kristian Høgsberg fb59084fbf Add glib main loop integration, use it in flower client. 16 years ago
Kristian Høgsberg 7f77bd8fbe Add copy and damage surface requests. 16 years ago
Kristian Høgsberg b8bf19b7a9 Clear depth buffer, but only depth buffer for gears. 16 years ago
Kristian Høgsberg 8a9cda8cfb Add the gears from glxgears. 16 years ago
Kristian Høgsberg 35370f8073 Redraw window in idle handler. 16 years ago
Kristian Høgsberg ca1d1f65d0 Make window client a little more interesting. 16 years ago
Kristian Høgsberg 3f59e82c20 Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying. 16 years ago
Kristian Høgsberg 61017b190a Add a window client, first implementation of surface resizing. 16 years ago
Kristian Høgsberg 2a20d83fdb Always poll on display fd so we only read when there's data. 16 years ago
Kristian Høgsberg 6b5e7626f5 Move background drawing to a client. 16 years ago
Kristian Høgsberg 1b2f4390f5 Unpremultiply cairo surface data. 16 years ago