| 
					
						
							
								
								
								
									
									
									
										fragments
									
								
							
						
					
				 | 
				
					
						
							
							Unify OK/Cancel/Apply buttons
						
					
				 | 
				2023-02-11 22:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
							 
							
								imgui@752603bc70
							
						
					
				 | 
				
					
						
							
							Update imgui
						
					
				 | 
				2023-02-16 21:57:42 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										windows
									
								
							
						
					
				 | 
				
					
						
							
							Unify OK/Cancel/Apply buttons
						
					
				 | 
				2023-02-11 22:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								.gitignore
							
						
					
				 | 
				
					
						
							
							Switch from make to cmake
						
					
				 | 
				2023-01-22 21:28:14 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								.gitmodules
							
						
					
				 | 
				
					
						
							
							Initial commit
						
					
				 | 
				2022-12-31 15:35:58 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								CMakeLists.txt
							
						
					
				 | 
				
					
						
							
							Update imgui
						
					
				 | 
				2023-02-16 21:57:42 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								arb.h
							
						
					
				 | 
				
					
						
							
							Increase ring buffer size
						
					
				 | 
				2023-01-21 15:54:30 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								config.cpp
							
						
					
				 | 
				
					
						
							
							Indent config file
						
					
				 | 
				2023-02-07 13:57:37 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								config.h
							
						
					
				 | 
				
					
						
							
							Actually use default logcat command
						
					
				 | 
				2023-02-03 15:15:54 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								event_loop.cpp
							
						
					
				 | 
				
					
						
							
							Add Ctrl+W
						
					
				 | 
				2023-02-04 14:31:50 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								event_loop.h
							
						
					
				 | 
				
					
						
							
							Add Ctrl+W
						
					
				 | 
				2023-02-04 14:31:50 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								filters.cpp
							
						
					
				 | 
				
					
						
							
							__restrict-ify codebase and add log wrapper for logcat thread
						
					
				 | 
				2023-02-05 22:57:46 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								filters.h
							
						
					
				 | 
				
					
						
							
							__restrict-ify codebase and add log wrapper for logcat thread
						
					
				 | 
				2023-02-05 22:57:46 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								fonts.cpp
							
						
					
				 | 
				
					
						
							
							Use fontconfig
						
					
				 | 
				2023-01-07 16:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								fonts.h
							
						
					
				 | 
				
					
						
							
							Use fontconfig
						
					
				 | 
				2023-01-07 16:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								group_panel.cpp
							
						
					
				 | 
				
					
						
							
							Update imgui
						
					
				 | 
				2023-02-16 21:57:42 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								group_panel.h
							
						
					
				 | 
				
					
						
							
							Add filters
						
					
				 | 
				2023-01-28 21:11:46 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								log.cpp
							
						
					
				 | 
				
					
						
							
							Rename some functions to to_string
						
					
				 | 
				2023-02-09 14:44:34 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								log.h
							
						
					
				 | 
				
					
						
							
							Rename some functions to to_string
						
					
				 | 
				2023-02-09 14:44:34 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logcat_entry.cpp
							
						
					
				 | 
				
					
						
							
							Add individual copy options for logs and logcat entries
						
					
				 | 
				2023-02-09 15:27:39 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logcat_entry.h
							
						
					
				 | 
				
					
						
							
							Add individual copy options for logs and logcat entries
						
					
				 | 
				2023-02-09 15:27:39 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logcat_thread.cpp
							
						
					
				 | 
				
					
						
							
							Clear logcat entries when (re)starting logcat
						
					
				 | 
				2023-02-07 13:36:51 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logcat_thread.h
							
						
					
				 | 
				
					
						
							
							__restrict-ify codebase and add log wrapper for logcat thread
						
					
				 | 
				2023-02-05 22:57:46 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								main.cpp
							
						
					
				 | 
				
					
						
							
							Update imgui
						
					
				 | 
				2023-02-16 21:57:42 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								misc.cpp
							
						
					
				 | 
				
					
						
							
							Unify OK/Cancel/Apply buttons
						
					
				 | 
				2023-02-11 22:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								misc.h
							
						
					
				 | 
				
					
						
							
							Unify OK/Cancel/Apply buttons
						
					
				 | 
				2023-02-11 22:15:21 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								myimconfig.h
							
						
					
				 | 
				
					
						
							
							Switch from make to cmake
						
					
				 | 
				2023-01-22 21:28:14 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								pcre2_wrapper.cpp
							
						
					
				 | 
				
					
						
							
							Parse logcat entries
						
					
				 | 
				2023-01-19 23:34:03 +07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								pcre2_wrapper.h
							
						
					
				 | 
				
					
						
							
							Parse logcat entries
						
					
				 | 
				2023-01-19 23:34:03 +07:00 |