f80d174e8b 
								
							
								 
							
						 
						
							
							
								
								Simplify evdev includes on FreeBSD by relying on up-to-date package  
							
							... 
							
							
 
							
							As evdev-proto is installed by CI some files have been missed:
 ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found
 #include <linux/input-event-codes.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found
 #include <linux/input-event-codes.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d3ee69f76b 
								
							
								 
							
						 
						
							
							
								
								backend/x11: Hide cursor with Xfixes  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								70ae76304e 
								
							
								 
							
						 
						
							
							
								
								backend/x11: Remove old input functions  
							
							... 
							
							
 
							
							This also allows us to remove xcb-xkb, since Xinput will now give us the
appropriate XKB modifiers with each event. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d89e868cc9 
								
							
								 
							
						 
						
							
							
								
								backend/x11: Add new Xinput events  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ab2c57984b 
								
							
								 
							
						 
						
							
							
								
								backend/x11: Make header order consistent  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								51a283cbe4 
								
							
								 
							
						 
						
							
							
								
								backend/x11: Rename xcb_conn to xcb  
							
							... 
							
							
 
							
							When the Xlib connection is removed, this _conn suffix is going to be
pointless. I'm removing this preemtively for that. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								51bfdd620e 
								
									
								
							
								 
							
						 
						
							
							
								
								Use #if instead of #ifdef for wlroots config data  
							
							... 
							
							
 
							
							This prevents some annoying issues when e.g. not including wlr/config.h or
making a typo in the guard name. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4b096fc114 
								
							
								 
							
						 
						
							
							
								
								Revert "Merge pull request  #1153  from emersion/include-config"  
							
							... 
							
							
 
							
							This reverts commit ef0a6ea4d28d03bc9178 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								41094a7df5 
								
							
								 
							
						 
						
							
							
								
								Always include config.h  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0b58579564 
								
									
								
							
								 
							
						 
						
							
							
								
								Add support for discrete axis values  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6f01c12b40 
								
							
								 
							
						 
						
							
							
								
								backend/x11: don't transform pointer events  
							
							... 
							
							
 
							
							We do this in a backend independent way in wlr_cursor now. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								178ac8bffe 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/{wayland,x11}: fix pointer coords for transformed outputs  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								62d7337d00 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: add one pointer per output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f8e0a03451 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: correctly destroy input devices  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								71ca45e2c0 
								
									
								
							
								 
							
						 
						
							
							
								
								Make sure we don't use others' prefixes  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								98f8ec6a08 
								
							
								 
							
						 
						
							
							
								
								x11_handle_input_event: Remove return value  
							
							... 
							
							
 
							
							handle_x11_event() and x11_handle_input_event() react to different kinds
of events, so it does not make much of a difference if
x11_handle_input_event() signals if it handled an event or not.
Signed-off-by: Uli Schlachter <psychon@znc.in> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9609985f29 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: fix cursor position when receiving configure event  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								60f07ee321 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: fix WLR_HAS_XCB_XKB always undefined  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								aa6ae710f7 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: fix input events  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d4f7ced6e2 
								
									
								
							
								 
							
						 
						
							
							
								
								backend/x11: refactor, prepare support for multiple outputs  
							
							
 
							
						 
						
							8 years ago