fc19d02b99 
					 
					
						
						
							
							Add gtk_popover_bind_model to the docs  
						
						
						
						
					 
					
						2014-02-17 06:52:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						598123fe25 
					 
					
						
						
							
							Fix doc build  
						
						
						
						
					 
					
						2014-02-17 11:43:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8bfa5e4611 
					 
					
						
						
							
							Drop GtkCenterBox  
						
						... 
						
						
						
						Its functionality has been subsumed in GtkBox. 
						
						
					 
					
						2014-02-16 23:05:21 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06716a6c79 
					 
					
						
						
							
							Add center widget support to GtkBox  
						
						... 
						
						
						
						This makes GtkCenterBox unnecessary, and at the same time
adds more features: the center widget can be expanded, and
baseline alignment is supported. 
						
						
					 
					
						2014-02-16 22:57:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						83ed0f8d47 
					 
					
						
						
							
							docs: shorten the shooter timeout  
						
						
						
						
					 
					
						2014-02-13 20:59:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						686de28701 
					 
					
						
						
							
							docs: fix the display of message dialog  
						
						
						
						
					 
					
						2014-02-13 20:47:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d88c074197 
					 
					
						
						
							
							docs: don't add a border around info bars  
						
						
						
						
					 
					
						2014-02-13 20:47:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f38477f29 
					 
					
						
						
							
							docs: fix the doc shooting for the volume button  
						
						
						
						
					 
					
						2014-02-13 20:47:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						57c618e887 
					 
					
						
						
							
							docs: don't try to get the frame for CSD windows  
						
						
						
						
					 
					
						2014-02-13 20:47:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9bb3b2ae3c 
					 
					
						
						
							
							docs: get the pixbuf options from the existing instead of hardcoding.  
						
						
						
						
					 
					
						2014-02-13 20:47:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7796e7863c 
					 
					
						
						
							
							docs: don't use a loop for the docs shooter  
						
						
						
						
					 
					
						2014-02-13 20:47:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c86ee0558c 
					 
					
						
						
							
							Rename GtkActionBar to GtkCenterBox  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=723929  
					
						2014-02-12 08:08:03 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf4a41a856 
					 
					
						
						
							
							Add GtkEntry:max-width-chars  
						
						... 
						
						
						
						This property allows specifying a natural width of
the entry that is bigger than the minimum width.
https://bugzilla.gnome.org/show_bug.cgi?id=724094  
						
						
					 
					
						2014-02-11 17:54:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3459a0a273 
					 
					
						
						
							
							Revert "Introduce API to get the preferred visual"  
						
						... 
						
						
						
						This reverts commit 2b95d1a34e 
						
						
					 
					
						2014-02-10 22:15:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f6a964c47 
					 
					
						
						
							
							Docs: Remove all entities and turn off sgml mode  
						
						... 
						
						
						
						With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well. 
						
						
					 
					
						2014-02-09 17:58:07 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9822d510a6 
					 
					
						
						
							
							GtkMenuButton: Support popovers  
						
						... 
						
						
						
						Add api to allow explicitly setting a GtkPopover instead of
a GtkMenu as the popup of a GtkMenuButton. Also, add api to
instruct the menu button to construct a popover when given
a menu model.
We set the style class "menu-button" on the button only when
it pops up a menu, to allow different treatment for the active
state of the button in the two cases.
https://bugzilla.gnome.org/show_bug.cgi?id=723878  
						
						
					 
					
						2014-02-08 20:42:20 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2fea2d4dbd 
					 
					
						
						
							
							Populate popovers from menu models  
						
						... 
						
						
						
						This adds a new function, gtk_popover_new_from_model, which creates
a popover and populates it with suitable content according to the
menu model. The current implementation uses GtkModelButton for the
individual items, and a GtkStack for submenus.
https://bugzilla.gnome.org/show_bug.cgi?id=723014  
						
						
					 
					
						2014-02-07 15:11:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b95d1a34e 
					 
					
						
						
							
							Introduce API to get the preferred visual  
						
						... 
						
						
						
						Unless GDK_RGBA=0 is set, this will be the RGBA visual.
The new function is called gdk_screen_get_preferred_visual().
https://bugzilla.gnome.org/show_bug.cgi?id=630217  
						
						
					 
					
						2014-02-04 13:15:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15060a8f24 
					 
					
						
						
							
							Revert "gdk: enable rgba visuals by default"  
						
						... 
						
						
						
						This reverts commit a2ccb6601e 
						
						
					 
					
						2014-02-04 13:15:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						668c31bf97 
					 
					
						
						
							
							Build gtk-doc scanner without deprecation warnings  
						
						... 
						
						
						
						Use of deprecated symbols is expected in this code,
no need to warn about it. 
						
						
					 
					
						2014-01-23 21:09:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2ccb6601e 
					 
					
						
						
							
							gdk: enable rgba visuals by default  
						
						... 
						
						
						
						Unless GDK_RGBA=0 is set.
https://bugzilla.gnome.org/show_bug.cgi?id=630217  
						
						
					 
					
						2014-01-23 11:51:51 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						168227165d 
					 
					
						
						
							
							window: Make popover window private  
						
						
						
						
					 
					
						2014-01-22 17:10:07 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d495cbafd 
					 
					
						
						
							
							popover: Add a "modal" boolean property to GtkPopover  
						
						... 
						
						
						
						This property is TRUE by default, when a popover is modal, it
will automatically set a GTK+ grab on the popover, and grab
the keyboard focus into the popover. 
						
						
					 
					
						2014-01-22 17:10:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ace25368b1 
					 
					
						
						
							
							window: Add gtk_window_get_popover_position()  
						
						... 
						
						
						
						A getter to complement the setter 
						
						
					 
					
						2014-01-22 17:10:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bb7ef098c4 
					 
					
						
						
							
							popover: Add documentation  
						
						
						
						
					 
					
						2014-01-22 17:10:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9401381e29 
					 
					
						
						
							
							docs: don't use property syntax for child properties  
						
						
						
						
					 
					
						2014-01-21 23:20:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa6ace97aa 
					 
					
						
						
							
							docs: don't try to link vfunc  
						
						
						
						
					 
					
						2014-01-21 22:40:55 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a4a99a97f 
					 
					
						
						
							
							docs: fix links to docs  
						
						
						
						
					 
					
						2014-01-21 22:40:55 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ddfaa941f9 
					 
					
						
						
							
							docs: remove missing link  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc01196575 
					 
					
						
						
							
							docs: remove reference to removed flags  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						afec0c0eed 
					 
					
						
						
							
							docs: fix bindings docs link  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41749a4cb7 
					 
					
						
						
							
							docs: don't try to link to non-API types  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5de7c62ff 
					 
					
						
						
							
							docs: don't use signal syntax for vfuncs  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43fa9fef25 
					 
					
						
						
							
							docs: don't use property syntax for style property  
						
						
						
						
					 
					
						2014-01-21 18:57:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec3c6484e0 
					 
					
						
						
							
							docs: don't link to removed types  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d756d561b 
					 
					
						
						
							
							docs: separate suffix from type  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c4fea1e78 
					 
					
						
						
							
							docs: don't use signal syntax for properties  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5696fe6d4 
					 
					
						
						
							
							docs: don't use signal syntax for child properties  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29230c3fb9 
					 
					
						
						
							
							docs: use function instead of removed macro  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a17469f83b 
					 
					
						
						
							
							docs: GDK_WINDOWING is not a type  
						
						
						
						
					 
					
						2014-01-21 18:57:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						650d25cdaf 
					 
					
						
						
							
							docs: add GTK_TREE_SORTABLE_*_COLUMN_ID to docs  
						
						
						
						
					 
					
						2014-01-21 18:57:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b89136abd 
					 
					
						
						
							
							docs: add GtkBaselinePosition to docs  
						
						
						
						
					 
					
						2014-01-21 18:57:37 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43c515bb5b 
					 
					
						
						
							
							docs: remove spurious i from vim user  
						
						
						
						
					 
					
						2014-01-21 18:57:37 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d641af49cf 
					 
					
						
						
							
							docs: try harder to suppress missing link warnings  
						
						
						
						
					 
					
						2014-01-21 18:57:36 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97ca1e7844 
					 
					
						
						
							
							docs: don't try to link to bind_textdomain_codeset() docs  
						
						
						
						
					 
					
						2014-01-21 18:12:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a5f70d3e6 
					 
					
						
						
							
							docs: GSettingsAction is not a thing  
						
						
						
						
					 
					
						2014-01-21 18:12:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d99b51863 
					 
					
						
						
							
							docs: make function looking thing a literal  
						
						
						
						
					 
					
						2014-01-21 18:12:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f808e9771 
					 
					
						
						
							
							docs: fix gtk_widget_class_bind_template_child_private link  
						
						
						
						
					 
					
						2014-01-21 18:12:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						035005ae1f 
					 
					
						
						
							
							docs: make _from_resource() a literal  
						
						... 
						
						
						
						So it doesn't get expanded to a function link. 
						
						
					 
					
						2014-01-21 18:12:50 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22570c6732 
					 
					
						
						
							
							docs: remove link to window-no-window-widgets  
						
						
						
						
					 
					
						2014-01-21 18:12:50 -05:00