3e469d737e 
					 
					
						
						
							
							textview: Draw drag icons using Cairo  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1074be1ed 
					 
					
						
						
							
							textview: Use _gtk_widget_get_cursor_color() and Cairo  
						
						... 
						
						
						
						Previously the code was using _gtk_widget_get_cursor_gc() 
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c035b6048 
					 
					
						
						
							
							textview: Draw empty shape logo with Cairo  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						373128ce29 
					 
					
						
						
							
							textview: replace gdk_draw_pixbuf() call with Cairo version  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de6314d084 
					 
					
						
						
							
							colorbutton: Render with Cairo  
						
						... 
						
						
						
						In particular, this gets rid of gdk_draw_pixbuf() and GdkGC usage. 
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d203b830a9 
					 
					
						
						
							
							entry: replace gdk_draw_pixbuf() call with Cairo version  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2883a274cc 
					 
					
						
						
							
							gdk: Revert making get_size optional  
						
						... 
						
						
						
						49a0ec6e95 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8adfc326f8 
					 
					
						
						
							
							x11: Query size on real drawable  
						
						... 
						
						
						
						The X11 drawable does not have a clue about the real size of the
surface.
This might also be the cause for:
https://bugzilla.gnome.org/show_bug.cgi?id=599574  
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b806701cdb 
					 
					
						
						
							
							docs: Fix sgml file to add gdk_keymap_get_num_lock_state()  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c90ba0a3be 
					 
					
						
						
							
							cups: Fix cast warnings  
						
						
						
						
					 
					
						2010-07-26 16:42:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90cd0f6ae7 
					 
					
						
						
							
							Updated Slovenian translation  
						
						
						
						
					 
					
						2010-07-26 14:45:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac34031b4e 
					 
					
						
						
							
							Moved the drawing of horizontal grid lines after cell drawing.  
						
						... 
						
						
						
						Without the change if the cell background is set the horizontal
grid line cannot be seen. 
						
						
					 
					
						2010-07-25 14:50:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe603cccf2 
					 
					
						
						
							
							Add gdk_cursor_get_cursor_type  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=624087  
					
						2010-07-25 22:12:34 +12:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5616a82c0a 
					 
					
						
						
							
							Update Simplified Chinese translation.  
						
						
						
						
					 
					
						2010-07-24 13:15:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						917f5c1272 
					 
					
						
						
							
							Clarify what the @event is used for when calling gtk_drag_begin()  
						
						... 
						
						
						
						Signed-off-by: Federico Mena Quintero <federico@novell.com > 
						
						
					 
					
						2010-07-23 11:51:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c5ee1df12 
					 
					
						
						
							
							Correct marshaller for switch-page and adjust emission from menu  
						
						... 
						
						
						
						Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=624687  
						
						
					 
					
						2010-07-23 13:21:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ccc3d2c69f 
					 
					
						
						
							
							Fix stuck pointer grab due to passing GDK_CURRENT_TIME to gtk_drag_begin()  
						
						... 
						
						
						
						If gtk_drag_begin() gets passed GDK_CURRENT_TIME, try to use
gtk_get_current_event_time().  If it fails, use GDK_CURRENT_TIME when
ungrabbing in gtk_drag_end().
For more see https://bugzilla.gnome.org/show_bug.cgi?id=623865  
						
						
					 
					
						2010-07-22 16:20:06 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1a2ecc369 
					 
					
						
						
							
							Check if childs actually exists before using it  
						
						... 
						
						
						
						Check seems to have gone lost during GtkBin sealing in commit 4427760bhttps://bugzilla.gnome.org/show_bug.cgi?id=624707  
						
						
					 
					
						2010-07-22 17:17:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90db251624 
					 
					
						
						
							
							Updated Galician translations  
						
						
						
						
					 
					
						2010-07-22 16:28:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a94ff624b6 
					 
					
						
						
							
							Update Simplified Chinese translations.  
						
						
						
						
					 
					
						2010-07-21 12:04:06 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d3ef6af1a6 
					 
					
						
						
							
							Updated Galician translations  
						
						
						
						
					 
					
						2010-07-20 12:27:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6852137e13 
					 
					
						
						
							
							Move GtkBoxChild from the public .h to gtkbox.c  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=624397  
					
						2010-07-20 02:58:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						82efd2d92f 
					 
					
						
						
							
							Do not use GtkBoxChild in GtkStatusBar  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=624397  
					
						2010-07-20 02:35:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						910ad4872c 
					 
					
						
						
							
							gtkentrycompletion: check return value because It can be non-UTF8  
						
						... 
						
						
						
						Fixes https://bugzilla.gnome.org/show_bug.cgi?id=624270  
						
						
					 
					
						2010-07-19 23:56:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a8043da13 
					 
					
						
						
							
							Updated Norwegian bokmål translation  
						
						
						
						
					 
					
						2010-07-19 21:38:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a7cff0cab 
					 
					
						
						
							
							Updated Hebrew translation.  
						
						
						
						
					 
					
						2010-07-19 21:39:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd9a9e1548 
					 
					
						
						
							
							GtkWindowGroup: Add guards to some gtk_window_group_* functions  
						
						
						
						
					 
					
						2010-07-19 17:53:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ee3d73a19 
					 
					
						
						
							
							Add _gtk_check_menu_item_set_active() internal function  
						
						... 
						
						
						
						It's needed by gtkradiomenuitem
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=624432  
						
						
					 
					
						2010-07-19 16:08:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1af1362a36 
					 
					
						
						
							
							gtknotebook: Fix critical warnings on scroll events  
						
						... 
						
						
						
						Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604391  
						
						
					 
					
						2010-07-19 15:28:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6330ea9e43 
					 
					
						
						
							
							gtkstock: Adding a File label stock item.  
						
						... 
						
						
						
						Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622658  
						
						
					 
					
						2010-07-19 15:26:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1bfa931e20 
					 
					
						
						
							
							Add _gtk_toggle_action_set_active() internal function  
						
						... 
						
						
						
						It's needed in gtkradioaction
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=624540  
						
						
					 
					
						2010-07-19 15:16:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4682d563cf 
					 
					
						
						
							
							GtkWindow: keep a reference of the widget on focus change.  
						
						... 
						
						
						
						Focus out could lead to the widget being destroyed (for example,
in editable cell renderers when DnD starts), so keep the widget
alive while iterating through the devices. 
						
						
					 
					
						2010-07-19 15:08:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0fd82767ff 
					 
					
						
						
							
							gtktextbuffer: Remove GET_PRIVATE macro  
						
						... 
						
						
						
						It's only needed one time and should not be used again in the code. 
						
						
					 
					
						2010-07-19 15:01:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad9a9b7915 
					 
					
						
						
							
							[i18n] Updated German translation  
						
						
						
						
					 
					
						2010-07-18 20:35:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1411613a70 
					 
					
						
						
							
							[i18n] Updated German translation  
						
						
						
						
					 
					
						2010-07-18 20:31:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9e96106f9 
					 
					
						
						
							
							Updated Spanish translation  
						
						
						
						
					 
					
						2010-07-18 12:03:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edbee1d9fc 
					 
					
						
						
							
							Updated Indonesian translation after reapply newest POT  
						
						
						
						
					 
					
						2010-07-18 12:00:22 +07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						442f7fb2a6 
					 
					
						
						
							
							Updated Indonesian translation  
						
						
						
						
					 
					
						2010-07-18 11:56:38 +07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1be4eccb0 
					 
					
						
						
							
							Move GtkTextBuffer sealed attributes to private struct.  
						
						
						
						
					 
					
						2010-07-17 10:39:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e42c29ca98 
					 
					
						
						
							
							gail-util: Constify gchar argument  
						
						... 
						
						
						
						And avoid a compiler warning.
https://bugzilla.gnome.org/show_bug.cgi?id=624349  
						
						
					 
					
						2010-07-16 17:44:15 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ddcbc0e051 
					 
					
						
						
							
							Updated Hebrew translation.  
						
						
						
						
					 
					
						2010-07-16 17:17:13 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						271d66fc81 
					 
					
						
						
							
							Remove accidental addition  
						
						
						
						
					 
					
						2010-07-16 01:22:01 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7491e9e97a 
					 
					
						
						
							
							Allow windows to be dragged by clicking on empty areas  
						
						... 
						
						
						
						Allow windows to be dragged by clicking on empty areas in menubars
and toolbars. This is under theme control, via the GtkWidget::window-dragging
style property. The idea is that it makes sense to turn this on if a
theme makes the window frame and the menubar/toolbar appear visually
contiguous.
The main patch was written by Cody Russell, with a contribution by
Ayan George. See bug 611313. 
						
						
					 
					
						2010-07-16 01:15:47 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89d0955431 
					 
					
						
						
							
							Back down glib requires  
						
						... 
						
						
						
						We really only need 2.25.11 after all. 
						
						
					 
					
						2010-07-15 23:42:04 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0754f2d72f 
					 
					
						
						
							
							Do not use GtkBoxChild in GtkButtonBox.  
						
						... 
						
						
						
						Do not store the is_secondary bit in the deprecated parent struct, use a
simple flag on the object instead. Fixes bug #624367 . 
						
						
					 
					
						2010-07-15 22:42:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						133f0744b9 
					 
					
						
						
							
							docs: gitignore GtkRecentManager .sgml template  
						
						... 
						
						
						
						THis completes commit 8eeeb97de6 
						
						
					 
					
						2010-07-15 15:43:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8eeeb97de6 
					 
					
						
						
							
							docs: Inline GtkRecentManager documentation  
						
						
						
						
					 
					
						2010-07-15 09:10:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cfa241a891 
					 
					
						
						
							
							Remove GtkRecenManager:limit deprecated property  
						
						
						
						
					 
					
						2010-07-15 03:12:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						678e738f8d 
					 
					
						
						
							
							Deprecate GtkRecenManager::limit property  
						
						... 
						
						
						
						The :limit property of GtkRecentManager does not serve any useful
purpose: the length of the list should be managed by the view
(implementing GtkRecentChooser), and not by the model (the recent
manager).
https://bugzilla.gnome.org/show_bug.cgi?id=624333  
						
						
					 
					
						2010-07-15 02:40:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c2966dda3 
					 
					
						
						
							
							Do not access an invalid ActionGroup.  Closes   #624362 .  
						
						
						
						
					 
					
						2010-07-14 14:50:28 -03:00