484042efd8 
								
							
								 
							
						 
						
							
							
								
								Fix transparency in background images in swaylock  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1d0963737e 
								
							
								 
							
						 
						
							
							
								
								Fix   #1857  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2725185aeb 
								
							
								 
							
						 
						
							
							
								
								swaylock daemonize: fix leak of devnull fd  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c78ce0770a 
								
							
								 
							
						 
						
							
							
								
								swaylock: implement ^U to clear buffer  
							
							... 
							
							
 
							
							The whole state->xcb.modifiers thing didn't work at all (always 0)
The xkb doc says "[xkb_state_serialize_mods] should not be used in
regular clients; please use the xkb_state_mod_*_is_active API instead"
so here it is 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cc10c7af65 
								
									
								
							
								 
							
						 
						
							
							
								
								swaylock: implement a proper render loop  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7af172ed0a 
								
									
								
							
								 
							
						 
						
							
							
								
								Delete old asciidoc man pages  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								df61bfbb57 
								
									
								
							
								 
							
						 
						
							
							
								
								swaylock: remove unused field  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								32f8ade7ab 
								
									
								
							
								 
							
						 
						
							
							
								
								swaylock: don't try to render unconfigured surfaces  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cd0fca2ebf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into fix-swaylock-hotplugging  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8361233295 
								
							
								 
							
						 
						
							
							
								
								Swaylock: Use calloc instead of malloc  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bde9711f3c 
								
							
								 
							
						 
						
							
							
								
								Swaylock: Log error if multiple images are defined for the same output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9d99e5c2e7 
								
							
								 
							
						 
						
							
							
								
								Swaylock: Allow per-output images  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b7ab7c0e66 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix output hotplugging  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e4dbafe4d8 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix swaylock crashing when unplugging output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								22f52b91ed 
								
							
								 
							
						 
						
							
							
								
								Add swaylock(1) and swaymsg(1)  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2d884d4e4f 
								
							
								 
							
						 
						
							
							
								
								Improved key handling in swaylock  
							
							... 
							
							
 
							
							Make escape clear buffer
Add indicator states for ctrl,shift,super et al
Add CapsLock indicator 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								55ed2736b5 
								
									
								
							
								 
							
						 
						
							
							
								
								[swaylock] Install pam module  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ad6aa21c43 
								
							
								 
							
						 
						
							
							
								
								swaylock: Securely zero-out password.  
							
							... 
							
							
 
							
							- Replace char* with static array. Any chars > 1024 will be discarded.
- mlock() password buffer so it can't be written to swap.
- Clear password buffer after auth succeeds or fails.
This is basically the same treatment I gave the 0.15 branch in https://github.com/swaywm/sway/pull/1519  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9939d98454 
								
							
								 
							
						 
						
							
							
								
								Error handling in swaylock daemonize()  
							
							... 
							
							
 
							
							Fixes  #1741  
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5d444b34f6 
								
							
								 
							
						 
						
							
							
								
								Address review feedback from @emersion  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								053b51c3ff 
								
							
								 
							
						 
						
							
							
								
								exit() needs stdlib.h  
							
							... 
							
							
 
							
							inb4 acrisci 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								218a3787d2 
								
							
								 
							
						 
						
							
							
								
								Import stdlib.h and define POSIX macro for rand()  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0138f79b4a 
								
							
								 
							
						 
						
							
							
								
								Move extra roundtrip into password.c  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								46b388995d 
								
							
								 
							
						 
						
							
							
								
								Add hidpi support to swaylock  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b7e7794912 
								
							
								 
							
						 
						
							
							
								
								Implement input-inhibit in sway, swaylock  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								62a736a196 
								
							
								 
							
						 
						
							
							
								
								Actually let's not do that TODO  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d053acbed6 
								
							
								 
							
						 
						
							
							
								
								R E N D E R I N G  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e902de34db 
								
							
								 
							
						 
						
							
							
								
								Verify passwords  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								066143adef 
								
							
								 
							
						 
						
							
							
								
								Add password buffer, refactor rendering/surfaces  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1fe3cb8965 
								
							
								 
							
						 
						
							
							
								
								Link swaylock to xkbcommon  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1008d4cc91 
								
							
								 
							
						 
						
							
							
								
								Split seat code into its own file  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0bd40ce86b 
								
							
								 
							
						 
						
							
							
								
								Set up an XKB context for the keyboard  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								402e1d90f0 
								
							
								 
							
						 
						
							
							
								
								Grab keyboard off of the seat  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b32bf595ae 
								
							
								 
							
						 
						
							
							
								
								Initial swaylock port  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d071ff08ae 
								
							
								 
							
						 
						
							
							
								
								remove the rest of cmake  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a6d5cad309 
								
							
								 
							
						 
						
							
							
								
								Document swaylock -f, scratchpad show  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ef0c51b2f3 
								
							
								 
							
						 
						
							
							
								
								Fix github links in doc  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								03af90d302 
								
							
								 
							
						 
						
							
							
								
								Clean up fallthrough issues  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								23f11d7c45 
								
							
								 
							
						 
						
							
							
								
								Allow swaylock indicator size to be configurable  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								23a1e94402 
								
							
								 
							
						 
						
							
							
								
								Make asciidoc (and man pages) optional  
							
							... 
							
							
 
							
							And remove it from the build 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								54e7225e28 
								
									
								
							
								 
							
						 
						
							
							
								
								Correct swaylock man page description of -i and -c  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								173b338567 
								
							
								 
							
						 
						
							
							
								
								Add -DVERSION flag for release version numbers  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9aed9d9359 
								
							
								 
							
						 
						
							
							
								
								UnGNUify the codebase  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e1ff88a8d2 
								
							
								 
							
						 
						
							
							
								
								Correct typo in swaylock(1)  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b6ea813e01 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve swaylock man  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								46bd2bb5df 
								
							
								 
							
						 
						
							
							
								
								Documentation and style fixes for swaylock  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								34e2c70abc 
								
							
								 
							
						 
						
							
							
								
								Feature for  #1078 : Configurable swaylock colors  
							
							... 
							
							
 
							
							Colors are configured through the command line so that swaylock conforms
to the i3lock fork 'github.com/chrjguill/i3lock-color'. Differences from
it are that one letter options '-r' and '-s' are not implimentend because
'-s' is already used by '--scaling' in swaylock.
This commit also fixed whitespace in 'include/swaylock/swaylock.h' and
changed `parse_color` in 'common/util.h' so that it can accept colors
that do not start with a hash. This was done to keep compatability with
the i3lock fork. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f84217d07c 
								
									
								
							
								 
							
						 
						
							
							
								
								fix   #971  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								800d20611c 
								
							
								 
							
						 
						
							
							
								
								Clear swaylock properly during re-render  
							
							... 
							
							
 
							
							Fixes  #999  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								25a4a85a59 
								
							
								 
							
						 
						
							
							
								
								Run config files through sed and install to /etc  
							
							
 
							
						 
						
							9 years ago