summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererspin.c
Commit message (Expand)AuthorAgeFilesLines
* GtkCellRendererSpin: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+6
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-1/+2
* Move documentation to online comments: GtkCellRendererSpinJavier Jardón2011-04-111-0/+22
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+1
* Use g_strtod when converting strings for GtkCellRendererSpinMatthias Clasen2010-12-201-3/+5
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-9/+9
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1
* Use accessor functions to access GtkCellRendererTextJavier Jardón2010-07-131-3/+8
* gtkcellrendererspin: Use private pointer instead GET_PRIV macroJavier Jardón2010-07-131-6/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-1/+3
* Bug 592883 - Spin cell rendererer problem with double clickKristian Rietveld2009-08-271-0/+19
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-2/+2
* gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix some issues with refcounting of the adjustment. (#448544, CarlosMatthias Clasen2007-06-191-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-2/+0
* Match parameter names with the headers.Matthias Clasen2006-04-241-0/+2
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-221-1/+1
* Add a cell renderer which uses a spinbutton to edit the value of a cell.Matthias Clasen2006-03-221-0/+336