1b9029fc64 
					 
					
						
						
							
							Fix GDK build on Quartz  
						
						
						
						
					 
					
						2010-09-30 09:01:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad474edda8 
					 
					
						
						
							
							introspection: Fix some annotation syntax  
						
						
						
						
					 
					
						2010-09-29 10:45:04 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14dc932fd1 
					 
					
						
						
							
							gtk: Fix remaining mentions of gtk_container_propagate_expose()  
						
						... 
						
						
						
						That includes the gtkcontainer.h header file.
https://bugzilla.gnome.org/show_bug.cgi?id=630800  
						
						
					 
					
						2010-09-29 14:14:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1408bd9a37 
					 
					
						
						
							
							gdk: Don't (un)set the background when destroying a window.  
						
						... 
						
						
						
						This previously caused the x11 code to do a XSetWindowBackgroundPixmap
call on a window that was about to be destroyed. And that's not really
useful.
https://bugzilla.gnome.org/show_bug.cgi?id=630864  
						
						
					 
					
						2010-09-29 12:18:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						82e6e32c77 
					 
					
						
						
							
							x11: Don't set ParentRealtive if the parent's visual is different  
						
						... 
						
						
						
						Causes a BadMatch otherwise, see code comments.
https://bugzilla.gnome.org/show_bug.cgi?id=630864  
						
						
					 
					
						2010-09-29 12:18:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						72d48cbc61 
					 
					
						
						
							
							gtk-demo: remove GtkObject type  
						
						
						
						
					 
					
						2010-09-29 06:11:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f88afef90 
					 
					
						
						
							
							examples/gtkdial/gtkdial.c: Fixing for removal of GtkObject type  
						
						
						
						
					 
					
						2010-09-29 06:06:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34ae2ea601 
					 
					
						
						
							
							examples/colorsel/colorsel.c: remove unneded GTK_OBJECT cast  
						
						
						
						
					 
					
						2010-09-29 06:01:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e141bd3287 
					 
					
						
						
							
							testtext: Use gtk_widget_destroy() instead gtk_object_destroy()  
						
						
						
						
					 
					
						2010-09-29 05:58:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b072ea220c 
					 
					
						
						
							
							Remove unneded casts  
						
						... 
						
						
						
						As gtk_adjustment_new() returns a GtkAdjustment* now
https://bugzilla.gnome.org/show_bug.cgi?id=630731  
						
						
					 
					
						2010-09-29 01:18:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						42f480a537 
					 
					
						
						
							
							gtk_adjustment_new() should return a GtkAdjustment*  
						
						... 
						
						
						
						Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731  
						
						
					 
					
						2010-09-29 01:18:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						948768c708 
					 
					
						
						
							
							API: remove gtk_window_set_visual()  
						
						... 
						
						
						
						gtk_widget_set_visual() exists now and can be used instead.
This reverts commit 59b227e123 
						
						
					 
					
						2010-09-28 19:13:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf81be51eb 
					 
					
						
						
							
							testgtk: Use gtk_widget_set_visual()  
						
						
						
						
					 
					
						2010-09-28 19:11:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32c80ca6a9 
					 
					
						
						
							
							trayicon: Use gtk_widget_set_visual()  
						
						
						
						
					 
					
						2010-09-28 19:11:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ac6234815 
					 
					
						
						
							
							API: gtk: Add gtk_widget_set_visual()  
						
						... 
						
						
						
						It turns out that the previous handling of just providing a way to set
visuals just on toplevels was not sufficient. In particular it
complicated the various implementations of the tray icon specification.
This patch reintroduces gtk_widget_set_visual() which behaves very
similar to GTK2's gtk_widget_set_colormap().
A future commit will remove the gtk_window_set_visual() function. 
						
						
					 
					
						2010-09-28 19:11:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d4fb25f6de 
					 
					
						
						
							
							widget: Fix compile warnings: missing return value  
						
						
						
						
					 
					
						2010-09-28 18:33:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d9c581900b 
					 
					
						
						
							
							gail: Fix tests compilation - too many casts  
						
						
						
						
					 
					
						2010-09-28 18:26:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65dee4e31b 
					 
					
						
						
							
							toolbar: Fix compilation warnings - missing cast  
						
						
						
						
					 
					
						2010-09-28 18:26:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de89fe501d 
					 
					
						
						
							
							treeview: Fix compilation warnings - missing cast  
						
						
						
						
					 
					
						2010-09-28 18:26:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						69240d9824 
					 
					
						
						
							
							offscreenwindow: Fix includes  
						
						
						
						
					 
					
						2010-09-28 18:24:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c7daaf8b9 
					 
					
						
						
							
							notebook: Fix compilation warnings - missing cast  
						
						
						
						
					 
					
						2010-09-28 18:24:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7adeca53b2 
					 
					
						
						
							
							combobox: Fix compilation warnings - missing cast  
						
						
						
						
					 
					
						2010-09-28 18:24:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06773b1e8b 
					 
					
						
						
							
							gdk: remove "screen" member from GdkOffscreenWindow, it has become obsolete  
						
						... 
						
						
						
						Also remove screen parameter from _gdk_offscreen_window_new() and get
rid of a bunch on includes in gdkoffscreenwindow.c 
						
						
					 
					
						2010-09-28 16:05:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f51f39af2a 
					 
					
						
						
							
							Create directory before installing files there  
						
						
						
						
					 
					
						2010-09-28 16:24:24 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0f290278b 
					 
					
						
						
							
							Fix maintainer-clean  
						
						... 
						
						
						
						gtkimcontextsimpleseqs.h is not really autogenerated but shipped
https://bugzilla.gnome.org/show_bug.cgi?id=630708  
						
						
					 
					
						2010-09-28 10:39:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b3574dda1 
					 
					
						
						
							
							Improve some docs  
						
						
						
						
					 
					
						2010-09-27 20:59:08 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						296824ecf3 
					 
					
						
						
							
							Updated Catalan translation  
						
						
						
						
					 
					
						2010-09-28 00:04:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ae29e1d6b 
					 
					
						
						
							
							Removed invalid entry  
						
						
						
						
					 
					
						2010-09-28 00:03:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dec47f062e 
					 
					
						
						
							
							label: Fix rendering of rotated labels  
						
						... 
						
						
						
						gtk_paint_layout is utterly broken. Someone needs to fix it so we use
the cairo_t's matrix and don't juggle with both Pango and cairo matrices
everywhere. 
						
						
					 
					
						2010-09-27 20:49:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1b170a1a14 
					 
					
						
						
							
							gtk-demo: Clean up toolpalette drawing code  
						
						... 
						
						
						
						Fix compile warning and use cairo_paint() instead of querying the widget
size and cairo_fill()ing it. 
						
						
					 
					
						2010-09-27 20:49:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						efefc4e794 
					 
					
						
						
							
							cups: Fix compile warnings with --enable-debug  
						
						
						
						
					 
					
						2010-09-27 20:48:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0d337a0ca 
					 
					
						
						
							
							x11: Fix debug code  
						
						... 
						
						
						
						With recent changes, nobody compiled with debug enabled. Fix that. 
						
						
					 
					
						2010-09-27 17:39:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7047502d84 
					 
					
						
						
							
							Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_allocation().  
						
						... 
						
						
						
						When fitting a widget into its allocation, the second dimension
is always dependent on the first, so gtk_widget_get_preferred_size()
cannot be used directly (because we want the natural height for
the allocated width, not the natural height for the natural width,
which is generally a smaller height than the height-for-minimum-width
or height-for-allocated-width).
Added test to testadjustsize to ensure proper behaviour. 
						
						
					 
					
						2010-09-27 21:15:16 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de0428fe52 
					 
					
						
						
							
							Fixing documentation of gtk_widget_get_request_mode()  
						
						
						
						
					 
					
						2010-09-27 15:11:27 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						427226b083 
					 
					
						
						
							
							Fixing demos/ directory to build for removal of GtkObject type.  
						
						
						
						
					 
					
						2010-09-27 15:10:50 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4a0a39a56 
					 
					
						
						
							
							Fixing tests/ build for removal of GtkObject type.  
						
						
						
						
					 
					
						2010-09-27 15:10:23 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53214f2584 
					 
					
						
						
							
							Fixing gail build for removal of GtkObject type.  
						
						
						
						
					 
					
						2010-09-27 15:09:51 +09:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87e29c99d7 
					 
					
						
						
							
							Add a migration guide section on GtkObject  
						
						
						
						
					 
					
						2010-09-26 22:29:33 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b81de973af 
					 
					
						
						
							
							Remove GtkObject from the docs  
						
						
						
						
					 
					
						2010-09-26 22:18:46 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d869a1e419 
					 
					
						
						
							
							Remove GtkWidgetFlags  
						
						
						
						
					 
					
						2010-09-26 22:18:46 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f53ad33994 
					 
					
						
						
							
							Remove GtkObject completely  
						
						
						
						
					 
					
						2010-09-26 22:18:19 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eac1959d2c 
					 
					
						
						
							
							Move destroy signal to GtkWidget  
						
						... 
						
						
						
						Also make GtkWidget derive from GInitiallyUnowned 
						
						
					 
					
						2010-09-26 22:18:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b8184cfee 
					 
					
						
						
							
							Move classes that currently derive from GtkObject to GInitiallyUnowned  
						
						
						
						
					 
					
						2010-09-26 22:18:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						945e97e505 
					 
					
						
						
							
							Move documentation to inline comments: GtkPaperSize  
						
						
						
						
					 
					
						2010-09-27 03:49:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d947178e42 
					 
					
						
						
							
							Update and expand GtkAccelMap API docs  
						
						
						
						
					 
					
						2010-09-27 03:04:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e267ed84db 
					 
					
						
						
							
							Move documentation to inline comments: GtkAccelMap  
						
						
						
						
					 
					
						2010-09-27 02:56:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa8561aac2 
					 
					
						
						
							
							Add a missing end tag  
						
						
						
						
					 
					
						2010-09-26 20:42:07 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f15860fb31 
					 
					
						
						
							
							tests: Port testadjustsize to draw vfunc  
						
						
						
						
					 
					
						2010-09-27 00:50:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e16f9bc51c 
					 
					
						
						
							
							gtk-demo: Use draw signal in toolpalette demo  
						
						
						
						
					 
					
						2010-09-27 00:07:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8b6ceef16 
					 
					
						
						
							
							Updated Bulgarian translation  
						
						
						
						
					 
					
						2010-09-26 22:34:23 +03:00