|  Kristian Høgsberg | 94adf6cb9e | Use libxkbcommon for mapping keycodes to keysyms | 16 years ago | 
				
					
						|  Kristian Høgsberg | c8c3734ef9 | Set window user data using separate function | 16 years ago | 
				
					
						|  Kristian Høgsberg | dcb71b62a0 | Update decoration drawing to be less cairo path happy | 16 years ago | 
				
					
						|  Kristian Høgsberg | 49e868cb05 | Fix a few bugs in blur implementation | 16 years ago | 
				
					
						|  Kristian Høgsberg | 80d746f6e3 | Consolidate redraw scheduling in window.c | 16 years ago | 
				
					
						|  Kristian Høgsberg | 0953162db8 | Fix resizing | 16 years ago | 
				
					
						|  Kristian Høgsberg | a946821b4f | Propagate shader compile/link errors And silence the no-error case. | 16 years ago | 
				
					
						|  Kristian Høgsberg | bf6ceda545 | Implement resizing from all sides | 16 years ago | 
				
					
						|  Kristian Høgsberg | f9112b2de0 | Fix X button and keycodes Not a real fix, we're just mapping them to evdev codes for now. | 16 years ago | 
				
					
						|  Kristian Høgsberg | ce5325d3ed | Add x11 backend for compositor This still needs all the bells and whistles from the egl-kms mesa branch,
but it makes it a lot easier to work on wayland. | 16 years ago | 
				
					
						|  Kristian Høgsberg | fc783d4071 | Split native drm part of compositor out | 16 years ago | 
				
					
						|  Kristian Høgsberg | 44be655b6d | Add discussion/notes on object cache to spec | 16 years ago | 
				
					
						|  Kristian Høgsberg | 54c324e1bd | Drop stuff from notes that are in the spec now | 16 years ago | 
				
					
						|  Kristian Høgsberg | da6c6b1a38 | Add extern "C" wrappers to public header files | 16 years ago | 
				
					
						|  Kristian Høgsberg | 26e6666fab | Add section about setting cursor images to spec | 16 years ago | 
				
					
						|  Kristian Høgsberg | 39f5db73e2 | Add drag and drop section to spec | 16 years ago | 
				
					
						|  Kristian Høgsberg | 478d9265f9 | Send device name at connect time | 16 years ago | 
				
					
						|  Kristian Høgsberg | 945ea0e743 | configure.ac: Look for cairo-gl instead of cairo-drm | 16 years ago | 
				
					
						|  Kristian Høgsberg | 0b77e0914b | Update todo | 16 years ago | 
				
					
						|  Kristian Høgsberg | 38bb716383 | Drop surface::copy | 16 years ago | 
				
					
						|  Kristian Høgsberg | 0b8646bbd3 | Fix surface picking | 16 years ago | 
				
					
						|  Kristian Høgsberg | 7824d81e07 | Consolidate more code in clients/window.c | 16 years ago | 
				
					
						|  Kristian Høgsberg | a85fe3cf45 | Use cairo-gl in clients | 16 years ago | 
				
					
						|  Kristian Høgsberg | 2cdc18452e | Fix matrix setup in surface_map() | 16 years ago | 
				
					
						|  Kristian Høgsberg | 6619d38311 | Use correct token for drm image format | 16 years ago | 
				
					
						|  Kristian Høgsberg | a7f258221a | Add spec document in progress | 16 years ago | 
				
					
						|  Kristian Høgsberg | 1292383025 | Use eglCreateImageKHR() the right way | 16 years ago | 
				
					
						|  Kristian Høgsberg | 6a9bbd0db2 | Quit if set or drop master fails | 16 years ago | 
				
					
						|  Kristian Høgsberg | 27803c6859 | Port compositor to GLES2 | 16 years ago | 
				
					
						|  Kristian Høgsberg | f88ae45e41 | Make clients at least compile for now | 16 years ago | 
				
					
						|  Kristian Høgsberg | f0d65bb50a | Update udev rules to work with new udev | 16 years ago | 
				
					
						|  Kristian Høgsberg | a2ee675861 | Make compositor compile and port it to new mesa extensions | 16 years ago | 
				
					
						|  Kristian Høgsberg | 8286302644 | Rename wayland-system-compositor back to just compositor | 16 years ago | 
				
					
						|  Kristian Høgsberg | b2a432ef18 | Move clients to subdirectory | 16 years ago | 
				
					
						|  nobled | c9e208899b | Fix passing the height in resize_window Otherwise the attr_list's height value is left at 0. | 16 years ago | 
				
					
						|  Kristian Høgsberg | fa54885600 | Fix a couple of typos in rotation matrix | 16 years ago | 
				
					
						|  Kristian Høgsberg | 3afd45d49c | Switch to using mesa EGL | 16 years ago | 
				
					
						|  Kristian Høgsberg | f52e03ff47 | Import Eric Anholts hash table implementation Adapted from git://people.freedesktop.org/~anholt/hash_table. | 16 years ago | 
				
					
						|  Kristian Høgsberg | a5db589efa | Add wl_list_for_each() and simplify some loops | 16 years ago | 
				
					
						|  Janusz Lewandowski | d923e9d93b | Replace cairo_drm_device_t with cairo_device_t | 16 years ago | 
				
					
						|  Kristian Høgsberg | a341fa016c | Use FBOs instead of eagle-specific API | 16 years ago | 
				
					
						|  Kristian Høgsberg | 450cc8136d | Require libdrm 2.4.17 for page flip API | 16 years ago | 
				
					
						|  Kristian Høgsberg | 2aac302bd9 | Stop using surface::copy in window | 16 years ago | 
				
					
						|  Kristian Høgsberg | 6a1b20102c | window: factor out surface attachment code | 16 years ago | 
				
					
						|  Kristian Høgsberg | e4bf8844f6 | Use new page flip API | 16 years ago | 
				
					
						|  Kristian Høgsberg | d2311cfba7 | Set an drop drm master on enter and leave vt This way we can vt switch between wayland and X. | 16 years ago | 
				
					
						|  Kristian Høgsberg | beed22b9a3 | Update TODO | 16 years ago | 
				
					
						|  Kristian Høgsberg | 12308a4997 | Add color scheme support | 16 years ago | 
				
					
						|  Kristian Høgsberg | 1b8b66f938 | Light up multiple outputs when possible Multihead is still a little confused, but this is a first step. | 16 years ago | 
				
					
						|  Kristian Høgsberg | e000d8cd23 | Make connector option actually work | 16 years ago |