555 Commits (30aa59759ae9a3629c5f4e6a1d9532c41620328b)

Author SHA1 Message Date
Kristian Høgsberg b2d71852fd Split into a demo repository that holds the demo compositor and clients 14 years ago
Kristian Høgsberg 525e4c0bea compositor: Clip repaint to the damage region 14 years ago
Benjamin Franzke feb370e4ea compositor-drm: Flush before pageflipping 14 years ago
Kristian Høgsberg fa4e2a7676 compositor: Switch away from using VBOs and just stream the vertex data 14 years ago
Kristian Høgsberg 31bd6c7ab1 Use pixman regions to reduce repainting 14 years ago
Kristian Høgsberg 2dfe626f4e compositor-x11: Don't send enter/leave notify if we have an implicit grab 14 years ago
Kristian Høgsberg c9824ddf35 compositor: Implement super-tab window switching 14 years ago
Kristian Høgsberg f30c67eea6 compositor: Set repaint_on_timeout when we schedule a timeout repaint 14 years ago
Kristian Høgsberg 181f52ea96 Update compositor initiated resize to use a 3x3 grid 14 years ago
Benjamin Franzke 5a2218aa15 compositor: Calculate resizing direction 14 years ago
Kristian Høgsberg f992b2fc47 Don't crash when the previous keyboard surface goes away 14 years ago
Kristian Høgsberg 0ce245761c Add initial basic support for fullscreen surfaces 14 years ago
Kristian Høgsberg af82bea253 compositor-wayland: Handle keyboard focus too 14 years ago
Kristian Høgsberg 3ba4858c4b compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers 14 years ago
Tim Wiederhake ac5c5e7853 Don't create buffer from NULL pointer 14 years ago
Kristian Høgsberg 93331ff40a compositor: Forward pointer focus notification from compostor backend 14 years ago
Kristian Høgsberg f58d8ca1bd compositor-x11: Set window icon 14 years ago
Kristian Høgsberg 24ed621388 Set WM_CLASS for X11 compositor window 14 years ago
Kristian Høgsberg f9edadf3f2 shm: Check width, height and stride for invalid values 14 years ago
Tim Wiederhake 0fe0eb330c Screenshots were upside down 14 years ago
Darxus@chaosreigns.com c4df99cb2c Replace gdk_pixbuf_unref with g_object_unref 14 years ago
Tim Wiederhake 70af98c576 fix tty_destroy 14 years ago
nobled 0428a9a15c don't use deprecated INCLUDES variable 14 years ago
nobled 7d9517855a fix includes 14 years ago
Benjamin Franzke 7c427a9481 compositor-wayland: Remove unused variable 14 years ago
Benjamin Franzke 2a332dd62e compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D 14 years ago
Kristian Høgsberg 027931bd33 Define the shell resize enumeration in the xml spec 14 years ago
Kristian Høgsberg 8dc378ff76 Add new surface.map_transient() request to map a surface relative to another 14 years ago
Kristian Høgsberg dd4046ae56 Take away pointer focus during server grabs 14 years ago
Kristian Høgsberg ae6c8a6d73 First attempt at selection support 14 years ago
Kristian Høgsberg 4cca349349 Split shell object out from compositor.c into its own file 14 years ago
Benjamin Franzke d3b023ed7d compositor: Attach only valid background buffers 14 years ago
Benjamin Franzke ecfb2b93f3 compositor-wayland: Assign func pointers pre init 14 years ago
Kristian Høgsberg d711d0cd66 Check for GL_EXT_texture_format_BGRA8888 14 years ago
Kristian Høgsberg 1101b63d49 Both internalFormat and format should be GL_BGRA_EXT 14 years ago
Kristian Høgsberg a941022372 Make it possible to enable/disable the various compositors from configure 14 years ago
Kristian Høgsberg c5d6be9530 Remove unused visual argument to wlsc_surface_create() 14 years ago
Kristian Høgsberg 8525a50362 Move buffer creation and buffer details into drm.c and shm.c 14 years ago
Kristian Høgsberg e4762a6ac1 Move tty and vt handling out in its own file 14 years ago
Kristian Høgsberg 96c8be98a6 Some kind of support for touchscreen 14 years ago
Kristian Høgsberg 43db4015f9 Split out evdev handling to its own file 14 years ago
Kristian Høgsberg ed64311b6c Pick up input devices of type ID_INPUT_TABLET as well 14 years ago
Kristian Høgsberg 052d17d4d9 Map new surfaces on top of all other surface 14 years ago
Kristian Høgsberg 8a457e3e9f Simplify visual check 14 years ago
Kristian Høgsberg 8f66a57b4d Ignore surface.map_toplevel() if already mapped 14 years ago
Kristian Høgsberg 175e6cec39 Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target 14 years ago
Kristian Høgsberg f6b1471fd8 Initialize surface->link so we can always wl_list_remove() it 14 years ago
Kristian Høgsberg f1ef15cb45 Move grab definitions to wayland-util.h 14 years ago
Kristian Høgsberg 5753188e16 Move basic grab handling to core libraries 14 years ago
Kristian Høgsberg cbe6f04388 Fix compositor-wayland 14 years ago