2b773e07e3 
					 
					
						
						
							
							inspector: Show the frame clock in misc  
						
						... 
						
						
						
						There is no convenient way to get a handle on the frame clock,
otherwise, and the frame clock object is where we show the frame
rate... 
						
						
					 
					
						2016-03-10 16:21:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa193ce4a4 
					 
					
						
						
							
							inspector: UI refresh  
						
						... 
						
						
						
						The sidebar in the object page was using up more space than it deserves.
Replace it with a combo box in the subheader. Now that we have more space,
put the CSS node tree and the style properties in the same page again. 
						
						
					 
					
						2016-03-07 00:24:15 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						57baf6804b 
					 
					
						
						
							
							inspector: Show baseline value  
						
						... 
						
						
						
						The misc info page already shows the allocation and clip areas,
the baseline fits right in. 
						
						
					 
					
						2016-01-22 22:24:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ffc4f8ee11 
					 
					
						
						
							
							Forgotten file  
						
						
						
						
					 
					
						2016-01-21 08:18:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						150728d6b0 
					 
					
						
						
							
							inspector: Show the size request mode  
						
						... 
						
						
						
						This is not a property, so show it in the misc page. 
						
						
					 
					
						2015-11-30 22:27:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac72a9cedc 
					 
					
						
						
							
							inspector: Ellipsize the accessible name  
						
						... 
						
						
						
						It can be long, and we don't want the inspector to grow excessively. 
						
						
					 
					
						2015-09-23 07:01:15 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b08a1702d1 
					 
					
						
						
							
							inspector/misc-info: Fix typo  
						
						
						
						
					 
					
						2015-05-02 17:27:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3211e82b59 
					 
					
						
						
							
							inspector: show accessible name and description  
						
						
						
						
					 
					
						2015-03-19 17:01:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80969e34bc 
					 
					
						
						
							
							inspector: Show object address  
						
						... 
						
						
						
						This is useful information when running the application
in a debugger.
https://bugzilla.gnome.org/show_bug.cgi?id=742518  
						
						
					 
					
						2015-01-09 00:07:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ea3171ff9 
					 
					
						
						
							
							inspector: Show object title in the misc tab  
						
						
						
						
					 
					
						2014-11-22 21:38:47 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85a539ce6d 
					 
					
						
						
							
							inspector: Add frame clock info  
						
						... 
						
						
						
						Add the frame clocks of toplevel widgets to the object tree,
and show their frame count and frame rate in the misc tab. 
						
						
					 
					
						2014-11-12 22:52:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						45528440e6 
					 
					
						
						
							
							inspector: Show the refcount on the misc tab  
						
						
						
						
					 
					
						2014-11-12 21:58:08 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1aa3000ae6 
					 
					
						
						
							
							Inspector: Show more misc info about widgets  
						
						... 
						
						
						
						This adds clip area, accessible role, mapped, realize,
is-toplevel, child-visible, mnemonic labels and tick
callbacks to the displayed information. 
						
						
					 
					
						2014-10-24 08:34:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5846645d1 
					 
					
						
						
							
							inspector: Cosmetic fixes  
						
						... 
						
						
						
						Set scrollbars and shadows consistently. 
						
						
					 
					
						2014-10-11 00:59:36 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4d9eccbc6 
					 
					
						
						
							
							inspector: Show widget allocation  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=736191  
					
						2014-09-06 11:39:48 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d97fd540ac 
					 
					
						
						
							
							inspector: Show the buildable ID in the misc tab  
						
						... 
						
						
						
						This is useful, since you sometimes want to use it as #id in css. 
						
						
					 
					
						2014-07-24 08:29:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e82b77d7d 
					 
					
						
						
							
							inspector: Prepare misc tab for showing non-widgets  
						
						... 
						
						
						
						This will happen in the near future. 
						
						
					 
					
						2014-07-24 08:14:54 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a7577d23a 
					 
					
						
						
							
							inspector: Show misc info  
						
						... 
						
						
						
						Add yet another tab for showing information about a widget that
does not quite fit into any of the other tabs (not a property,
not style information, etc...).
For now, we show the widget state, as well as the default and
focus widget for windows. 
						
						
					 
					
						2014-07-21 11:18:29 -04:00