ade22d00f2 
					 
					
						
						
							
							gtk: Cast g_object_ref() to the right type  
						
						... 
						
						
						
						In GLib 2.56, g_object_ref() will check that you're assigning the return
value to a variable of the same type you're passing in. 
						
						
					 
					
						2018-02-11 23:32:42 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ce76a47d68 
					 
					
						
						
							
							GtkCellRendererSpin: Use G_PARAM_EXPLICIT_NOTIFY  
						
						... 
						
						
						
						Also avoid redundant notification for ::digits. 
						
						
					 
					
						2014-06-09 13:30:56 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0899ef7cc9 
					 
					
						
						
							
							gtk: Use new macros for defining private data  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=702996  
					
						2013-07-09 09:30:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2353d60b8a 
					 
					
						
						
							
							types: Move GtkAdustment declaration to gtktypes.h  
						
						... 
						
						
						
						... and make all the headers to not include gtkadjustment.h anymore. Of
course, also include it in the source files instead. 
						
						
					 
					
						2012-03-03 19:45:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d0febc9a6 
					 
					
						
						
							
							Change FSF Address  
						
						
						
						
					 
					
						2012-02-27 17:06:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						feece3c0bb 
					 
					
						
						
							
							Move gtkstyle and gtkrc to deprecated/  
						
						... 
						
						
						
						This required a somewhat more substantial include reshuffling.
Some typedefs have been moved to gtkiconfactory.h and to
gtksettings.h. 
						
						
					 
					
						2011-11-02 01:15:21 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f9f5e8890 
					 
					
						
						
							
							Move documentation to online comments: GtkCellRendererSpin  
						
						
						
						
					 
					
						2011-04-11 22:14:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5c6904c2f 
					 
					
						
						
							
							Drop explicit includes of gdkkeysyms.h  
						
						... 
						
						
						
						These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h
to use the new GDK_KEY_ symbols. 
						
						
					 
					
						2011-01-04 12:21:41 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						183bf8ac9d 
					 
					
						
						
							
							Use g_strtod when converting strings for GtkCellRendererSpin  
						
						... 
						
						
						
						These strings are likely user-provided values, so we should
respect locale settings.
Reported in bug 637189. 
						
						
					 
					
						2010-12-20 10:02:00 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						21eae6b6f3 
					 
					
						
						
							
							Make GdkRectangle arguments in GtkCellRenderer use const consistently  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=630900  
					
						2010-10-04 10:23:55 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						913cdf3be7 
					 
					
						
						
							
							GDK: Prefix key names with KEY_  
						
						... 
						
						
						
						The keysyms create a lot of potential namespace conflicts for
C, and are especially problematic for introspection, where we take
constants into the namespace, so GDK_Display conflicts with GdkDisplay.
For C application compatiblity, add gdkkeysyms-compat.h which uses
the old names.
Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is
the gtkimcontextsimple.c, since porting that requires porting more
custom Perl code. 
						
						
					 
					
						2010-09-08 18:51:44 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3eb197b51f 
					 
					
						
						
							
							Bug 596125 — Property string fixes  
						
						
						
						
					 
					
						2010-08-10 09:23:49 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6736c085b3 
					 
					
						
						
							
							Use accessor functions to access GtkCellRendererText  
						
						
						
						
					 
					
						2010-07-13 19:40:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2b079ca05 
					 
					
						
						
							
							gtkcellrendererspin: Use private pointer instead GET_PRIV macro  
						
						
						
						
					 
					
						2010-07-13 19:40:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0a07e9733b 
					 
					
						
						
							
							gtk/: fully remove gtkalias hacks  
						
						... 
						
						
						
						https://bugzilla.gnome.org/show_bug.cgi?id=623845  
					
						2010-07-10 02:51:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						325bd9299a 
					 
					
						
						
							
							Use GtkCellEditable::editing-canceled  
						
						... 
						
						
						
						GtkCellEditable::editing-canceled property was added in 2.19 cycle,
so we should make the code that currently uses entry->editing_canceled
directly go through the property
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=599213  
						
						
					 
					
						2009-12-04 02:50:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de1c79c721 
					 
					
						
						
							
							Bug 592883 - Spin cell rendererer problem with double click  
						
						... 
						
						
						
						Block 2BUTTON and 3BUTTON press events using a button press event
handler in GtkCellRendererSpin, so that they won't be eaten and
processed by tree view. 
						
						
					 
					
						2009-08-27 18:12:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a95978506 
					 
					
						
						
							
							gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c  
						
						... 
						
						
						
						2008-08-11  Sven Neumann  <sven@gimp.org >
	* gtk/gtkaboutdialog.c
	* gtk/gtkcellrendereraccel.c
	* gtk/gtkcellrenderercombo.c
	* gtk/gtkcellrendererspin.c
	* gtk/gtkcellrenderertext.c
	* gtk/gtkclipboard.c
	* gtk/gtkcolorsel.c
	* gtk/gtkcombo.c
	* gtk/gtkcombobox.c
	* gtk/gtkdnd-quartz.c
	* gtk/gtkdnd.c
	* gtk/gtkentry.c
	* gtk/gtkentrycompletion.c
	* gtk/gtkfilechooserbutton.c
	* gtk/gtkfilechooserdefault.c
	* gtk/gtkfilechooserentry.c
	* gtk/gtkfontsel.c
	* gtk/gtkinputdialog.c
	* gtk/gtkmenutoolbutton.c
	* gtk/gtkpathbar.c
	* gtk/gtktooltip.c: use canonical signal names in 
g_signal_connect().
svn path=/trunk/; revision=21060 
						
						
					 
					
						2008-08-11 09:17:49 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81934ca8c6 
					 
					
						
						
							
							gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.c  
						
						... 
						
						
						
						2008-08-07  Michael Natterer  <mitch@imendio.com >
	* gtk/gtkactiongroup.c
	* gtk/gtkcellrendererspin.c
	* gtk/gtkfilechooserbutton.c
	* gtk/gtktoolitem.c: chain up unconditionally in finalize().
svn path=/trunk/; revision=21036 
						
						
					 
					
						2008-08-07 14:21:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d97cdbdf53 
					 
					
						
						
							
							Include "config.h" instead of <config.h> Command used: find -name  
						
						... 
						
						
						
						2008-06-21  Johan Dahlin  <jdahlin@async.com.br >
    * *.[ch]: Include "config.h" instead of <config.h>
    Command used:
    find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
    Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669 
						
						
					 
					
						2008-06-22 14:28:52 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d49e7facdb 
					 
					
						
						
							
							Fix some issues with refcounting of the adjustment. ( #448544 , Carlos  
						
						... 
						
						
						
						2007-06-18  Matthias Clasen <mclasen@redhat.com >
        * gtk/gtkcellrendererspin.c: Fix some issues with refcounting
        of the adjustment.  (#448544 , Carlos Garnacho)
svn path=/trunk/; revision=18183 
						
						
					 
					
						2007-06-19 03:10:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						113f364a37 
					 
					
						
						
							
							More of the same  
						
						
						
						
					 
					
						2006-05-14 04:25:34 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f26aad1916 
					 
					
						
						
							
							Boilerplate reduction  
						
						
						
						
					 
					
						2006-05-02 23:56:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d10969b9f 
					 
					
						
						
							
							Match parameter names with the headers.  
						
						... 
						
						
						
						2006-04-24  Matthias Clasen  <mclasen@redhat.com >
	* gtk/gtkclipboard.h:
	* gtk/gtkprinter.c:
	* gtk/gtkprintsettings.h:
	* gtk/gtkprintsettings.c: Match parameter names with the headers.
	* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
	Add docs.
	* gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
	* gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type):
	* gtk/gtktreeview.c (gtk_tree_view_set_search_position_func):
	* gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable):
	* gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new):
	* gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs. 
						
						
					 
					
						2006-04-24 05:42:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f98506b1f3 
					 
					
						
						
							
							renamed last-char-timeout to password-hint-timeout and store all its data  
						
						... 
						
						
						
						2006-03-22  Michael Natterer  <mitch@imendio.com >
	* gtk/gtkentry.c: renamed last-char-timeout to
	password-hint-timeout and store all its data in a struct attached
	as QData.
	* gtk/gtkcellrendererspin.c: fix typo in #include. 
						
						
					 
					
						2006-03-22 16:17:52 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0047b0b98d 
					 
					
						
						
							
							Add a cell renderer which uses a spinbutton to edit the value of a cell.  
						
						... 
						
						
						
						2006-03-22  Matthias Clasen  <mclasen@redhat.com >
	* gtk/gtk.symbols:
	* gtk/gtkcellrendererspin.h:
	* gtk/gtkcellrendererspin.c: Add a cell renderer which
	uses a spinbutton to edit the value of a cell. (#156023 ,
	Daniel Kasak, Lorenzo Gil Sanchez, Carlos Garnacho)
	* gtk/gtk.h:
	* gtk/Makefile.am: Glue it in. 
						
						
					 
					
						2006-03-22 15:28:16 +00:00