Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							210723cd74 
							
						 
					 
					
						
						
							
							Create abtract scrollable widget  
						
						... 
						
						
						
						This cleans up a bunch of boilerplate for scrollable items and standardizes their usage 
						
						
					 
					
						2019-05-10 17:06:45 -04:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							018d2af3ae 
							
						 
					 
					
						
						
							
							Add a global Redraw method for TextWidget  
						
						... 
						
						
						
						Partially addresses #429 , by centralizing widget drawing 
						
						
					 
					
						2019-05-10 08:42:37 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2d0706c40b 
							
						 
					 
					
						
						
							
							WTF-427 Use new keyboard implementation for widgets.  Closes   #427  
						
						
						
						
					 
					
						2019-05-06 12:54:07 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							14abd422b2 
							
						 
					 
					
						
						
							
							Add default titles, to mimic original behavior  
						
						... 
						
						
						
						Have the modules set their own titles
If no title is specified, use this title, rather than default to name 
						
						
					 
					
						2019-04-30 23:38:37 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							378cce8726 
							
						 
					 
					
						
						
							
							Re-apply the explicit title rendering for focusable widgets  
						
						
						
						
					 
					
						2019-04-30 09:09:11 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							17d53ca39a 
							
						 
					 
					
						
						
							
							Update title handling so that config based title can be used  
						
						... 
						
						
						
						There is already default handling of title. Remove instances where people are unknowingly overriding it
For instances where we want to set special things, make sure to use CommonSettings.Title, so people can still override 
						
						
					 
					
						2019-04-30 07:13:52 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							5abd701b40 
							
						 
					 
					
						
						
							
							Decouple modules from global config  
						
						... 
						
						
						
						Rather than referencing wtc.Config, instead pass the global config
Also, look up config for the module early and pass that in sooner, to deal with fewer long paths and get rid of the
ConfigKey variable 
						
						
					 
					
						2019-04-27 22:26:23 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							5445309aa0 
							
						 
					 
					
						
						
							
							WTF-315 Fix race conditions caused by writing to view  
						
						
						
						
					 
					
						2019-04-25 19:39:49 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							fa357294fb 
							
						 
					 
					
						
						
							
							Fix HackerNews row selection issue.  Closes   #411  
						
						
						
						
					 
					
						2019-04-23 03:14:50 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							88fdf9702b 
							
						 
					 
					
						
						
							
							WTF-400 Move settings-related functions from util.go into common_settings.go  
						
						
						
						
					 
					
						2019-04-21 21:35:45 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							f09d08bda2 
							
						 
					 
					
						
						
							
							WTF-400 Common settings implemented  
						
						
						
						
					 
					
						2019-04-18 18:22:19 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							b50c762dab 
							
						 
					 
					
						
						
							
							WTF-400 Move name and configKey values from widget to settings  
						
						
						
						
					 
					
						2019-04-17 17:16:26 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							2807a2200e 
							
						 
					 
					
						
						
							
							WTF-400 Fix missed wtf.Config occurrances  
						
						
						
						
					 
					
						2019-04-16 21:52:10 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							5593f19e1c 
							
						 
					 
					
						
						
							
							WTF-400 TravisCI extracted to new config format  
						
						
						
						
					 
					
						2019-04-16 17:09:08 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Cummer 
							
						 
					 
					
						
						
						
						
							
						
						
							aa313bdaa4 
							
						 
					 
					
						
						
							
							WTF-389 Log an exception and terminate if widget config is invalid  
						
						... 
						
						
						
						If, on startup, a widget's positional configuration is invalid (ie:
cannot be displayed onscreen) then terminate the app and inform about
which widget is erroring 
						
						
					 
					
						2019-04-12 05:29:44 -07:00 
						 
				 
			
				
					
						
							
							
								Sean Smith 
							
						 
					 
					
						
						
						
						
							
						
						
							8030380f89 
							
						 
					 
					
						
						
							
							Migrate all modules to their own subfolder  
						
						... 
						
						
						
						Handles #375  
						
						
					 
					
						2019-02-18 11:16:34 -05:00