AudioServer: Give the AudioClient a way to keep track of the main mix volume 
						
					 
				 
				2020-07-21 19:02:25 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibC: Make sure malloc chunks are 8-byte aligned 
						
					 
				 
				2020-07-21 22:48:17 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibCore: Turns some heap-allocated events into stack-allocated ones 
						
					 
				 
				2020-07-16 20:46:44 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibCrypto: Add CTR cipher mode 
						
					 
				 
				2020-06-25 21:05:40 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibDebug: Put DWARF debug logging spam behind DEBUG_SPAM 
						
					 
				 
				2020-07-21 19:08:01 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							FileManager: Allow double-clicking applications again 
						
					 
				 
				2020-07-15 00:11:30 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace 
						
					 
				 
				2020-07-07 10:38:54 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							AK: Make string-to-number conversion helpers return Optional 
						
					 
				 
				2020-06-12 21:28:55 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							WindowServer: New title bar vars for themes 
						
					 
				 
				2020-07-17 23:19:08 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 
						
					 
				 
				2020-07-20 21:03:48 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							AK: Make string-to-number conversion helpers return Optional 
						
					 
				 
				2020-06-12 21:28:55 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							ImageDecoder: Add a new service for out-of-process image decoding :^) 
						
					 
				 
				2020-06-22 21:47:00 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibIPC: Tweak a misleading perror() 
						
					 
				 
				2020-07-15 18:47:45 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS: Add Number.prototype.toString 
						
					 
				 
				2020-07-15 18:24:55 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel: Move headers intended for userspace use into Kernel/API/ 
						
					 
				 
				2020-07-04 17:22:23 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibLine: Add Ctrl-N/P as history next/previous shortcuts 
						
					 
				 
				2020-07-13 19:48:53 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibM: Add 'isnormal' 
						
					 
				 
				2020-07-12 01:19:48 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibMarkdown: Reset offset to 0 on each new List line 
						
					 
				 
				2020-07-14 17:45:16 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Build: Switch to CMake :^) 
						
					 
				 
				2020-05-14 20:15:18 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 
						
					 
				 
				2020-06-13 22:20:37 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibPThread: Make pthread_exit a noreturn function 
						
					 
				 
				2020-07-21 01:10:41 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibTextCodec: Improve Latin-1 decoder so it decodes everything 
						
					 
				 
				2020-05-27 19:52:18 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibPThread: Make pthread_exit a noreturn function 
						
					 
				 
				2020-07-21 01:10:41 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibTLS: Reschedule the timeout if we're too slow 
						
					 
				 
				2020-07-21 13:01:35 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibUnwind: Create UnwindBase.h to capture the EH ABI in code 
						
					 
				 
				2020-05-14 08:50:10 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibVT: Don't scroll to bottom when pressing the right shift key 
						
					 
				 
				2020-07-12 14:32:39 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibWeb: Assert we're parsing a fragment on fragment cases 
						
					 
				 
				2020-07-22 00:02:40 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) 
						
					 
				 
				2020-07-21 02:37:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							ImageDecoder: Add a new service for out-of-process image decoding :^) 
						
					 
				 
				2020-06-22 21:47:00 +02:00