Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						0b210a280d 
					 
					
						
						
							
							[all] update the copyright to 2024  
						
						
						
						
					 
					
						2024-02-01 17:16:31 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						2e515657dd 
					 
					
						
						
							
							[all] update/add license headers  
						
						
						
						
					 
					
						2023-10-20 15:36:34 +11:00 
						 
				 
			
				
					
						
							
							
								Tudor Brindus 
							
						 
					 
					
						
						
							
						
						9ddfa585ec 
					 
					
						
						
							
							[host] cleanup some missing (void) parameters  
						
						
						
						
					 
					
						2022-02-08 16:37:17 +11:00 
						 
				 
			
				
					
						
							
							
								Tudor Brindus 
							
						 
					 
					
						
						
							
						
						809e1095bd 
					 
					
						
						
							
							[host] windows: plumb guest activation request to host  
						
						
						
						
					 
					
						2022-02-08 15:27:27 +11:00 
						 
				 
			
				
					
						
							
							
								Quantum 
							
						 
					 
					
						
						
							
						
						d93510e9f2 
					 
					
						
						
							
							[host] linux: allow getting system version  
						
						... 
						
						
						
						Result is something like:
    Debian GNU/Linux 11 (bullseye), kernel: Linux 5.14.0-0.bpo.2-amd64 on x86_64 
						
						
					 
					
						2022-01-27 05:47:53 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						fdb38a227e 
					 
					
						
						
							
							[host] app: implement stubs for platform specific guest information  
						
						
						
						
					 
					
						2022-01-05 21:04:57 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						952ebea2c5 
					 
					
						
						
							
							[all] refresh copyright dates  
						
						
						
						
					 
					
						2022-01-05 19:42:46 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						2856928b57 
					 
					
						
						
							
							[host] windows: implement KVMFR_FEATURE_SETCURSORPOS  
						
						
						
						
					 
					
						2021-08-05 22:35:22 +10:00 
						 
				 
			
				
					
						
							
							
								Quantum 
							
						 
					 
					
						
						
							
						
						51b9cd4e5a 
					 
					
						
						
							
							[all] copyright: use unicode copyright sign ©  
						
						... 
						
						
						
						This is done for consistency with the license strings in appstrings.c. 
						
						
					 
					
						2021-08-04 21:16:35 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						1effd5fddc 
					 
					
						
						
							
							[common] debug: add color support to debug messages  
						
						... 
						
						
						
						People often miss the warnings about invalid arguments in their command
line, this last minute patch attempts to address this by making
warnings, errors, fixme's and fatal errors stand out if stdout is a TTY. 
						
						
					 
					
						2021-07-07 23:05:46 +10:00 
						 
				 
			
				
					
						
							
							
								Quantum 
							
						 
					 
					
						
						
							
						
						24d0aa0c18 
					 
					
						
						
							
							[all] normalize copyright on all source files  
						
						
						
						
					 
					
						2021-06-06 11:53:05 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						0b4e98881f 
					 
					
						
						
							
							[host] app: add os_showMessage for Linux  
						
						... 
						
						
						
						Linux doesn't have a generic way to show a dialog box, so we just use
DEBUG_INFO to print the message out to the console. 
						
						
					 
					
						2021-06-04 12:39:11 +10:00 
						 
				 
			
				
					
						
							
							
								Quantum 
							
						 
					 
					
						
						
							
						
						8e98f863b6 
					 
					
						
						
							
							[host] windows: detect whether screensaver is disabled in the guest  
						
						... 
						
						
						
						This will allow us to add an option to disable the screensaver on the client
when an application in the guest requests it. This behaviour may be useful
when the guest is doing media playback. 
						
						
					 
					
						2021-02-21 10:31:48 +11:00 
						 
				 
			
				
					
						
							
							
								Quantum 
							
						 
					 
					
						
						
							
						
						e467db64d8 
					 
					
						
						
							
							[host] linux: include missing headers  
						
						... 
						
						
						
						- <pwd.h> for getpwuid
- <unistd.h> for getuid
- "common/stringutils.h" for alloc_sprintf 
						
						
					 
					
						2021-01-15 08:49:30 +11:00 
						 
				 
			
				
					
						
							
							
								Tudor Brindus 
							
						 
					 
					
						
						
							
						
						a46a3a2668 
					 
					
						
						
							
							[all] use explicit void parameter lists  
						
						... 
						
						
						
						This makes it a compile-time error to call a function that semantically
takes no parameters with a nonzero number of arguments.
Previously, such code would still compile, but risk blowing up the stack
if a compiler chose to use something other than caller-cleanup calling
conventions. 
						
						
					 
					
						2021-01-14 17:29:37 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						67dec216d2 
					 
					
						
						
							
							[host] search the applications local directory for the config  
						
						
						
						
					 
					
						2020-05-30 12:31:26 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						bc7871f630 
					 
					
						
						
							
							[c-host] renamed finall to just plain host  
						
						
						
						
					 
					
						2020-05-25 13:42:43 +10:00