summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererspin.c
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
| | | | | ... and make all the headers to not include gtkadjustment.h anymore. Of course, also include it in the source files instead.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-021-1/+2
| | | | | | This required a somewhat more substantial include reshuffling. Some typedefs have been moved to gtkiconfactory.h and to gtksettings.h.
* Move documentation to online comments: GtkCellRendererSpinJavier Jardón2011-04-111-0/+22
|
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+1
| | | | | These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h to use the new GDK_KEY_ symbols.
* Use g_strtod when converting strings for GtkCellRendererSpinMatthias Clasen2010-12-201-3/+5
| | | | | | | These strings are likely user-provided values, so we should respect locale settings. Reported in bug 637189.
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-9/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630900
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
| | | | | | | | | | | | | 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.
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-1/+3
| | | | | | | | 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
* Bug 592883 - Spin cell rendererer problem with double clickKristian Rietveld2009-08-271-0/+19
| | | | | | 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.
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
| | | | | | | | | | | | 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
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 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
* Fix some issues with refcounting of the adjustment. (#448544, CarlosMatthias Clasen2007-06-191-2/+2
| | | | | | | | | | | 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
* 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
| | | | | | | | | | | | | | | | | | | 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.
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-221-1/+1
| | | | | | | | | | 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.
* Add a cell renderer which uses a spinbutton to edit the value of a cell.Matthias Clasen2006-03-221-0/+336
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.