summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
Commit message (Expand)AuthorAgeFilesLines
* Small optimizationMatthias Clasen2011-01-301-18/+23
* doc fixesMatthias Clasen2011-01-301-11/+12
* Move GtkBindings docs inlineMatthias Clasen2011-01-301-73/+171
* Add a gtkbindingsprivate.h headerMatthias Clasen2011-01-301-3/+3
* Improve binding-set parserMatthias Clasen2011-01-301-9/+10
* Remove unneeded code from GtkBindingSetCarlos Garnacho2011-01-301-114/+0
* Hook up key bindings in CSS with key propagation.Carlos Garnacho2011-01-301-20/+79
* Add gtk_binding_entry_add_signal_from_string()Carlos Garnacho2011-01-301-0/+321
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-4/+5
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-319/+336
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* Remove dead Gtk[Rc]Style codeCarlos Garnacho2010-12-181-399/+8
* Remove GtkObject completelyMatthias Clasen2010-09-261-17/+14
* Add some element-type annotations to gtk apisMatthias Clasen2010-09-171-1/+2
* Fix some compilation warningsJavier Jardón2010-09-131-11/+16
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated gtk_binding_entry functionsChristian Dywan2010-05-031-47/+0
* [docs] Add some 'Since: 2.4' tagsTorsten Schoenfeld2009-12-181-0/+2
* Undeprecate gtk_binding_entry_add_signallMatthias Clasen2009-02-111-2/+0
* Doc fixesMatthias Clasen2008-12-291-30/+29
* Improve deprecation annotationsMatthias Clasen2008-11-291-3/+21
* More doc fixesMatthias Clasen2008-09-041-2/+2
* More doc fixesMatthias Clasen2008-09-041-3/+3
* More doc fixesMatthias Clasen2008-09-041-1/+1
* move the code of the deprecated gtk_binding_entry_clear() to a new privateMichael Natterer2008-08-041-13/+21
* use gtk_box_pack_start() instead of the deprecatedMichael Natterer2008-07-211-6/+7
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-29/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* s/GtkType/GType/Michael Natterer2008-06-171-1/+1
* use gtk_binding_entry_clear() instead of gtk_binding_entry_add() (theMichael Natterer2008-06-161-1/+1
* Small doc fixesMatthias Clasen2007-07-121-1/+1
* Remove an obsolete commentMatthias Clasen2007-03-121-3/+0
* document gtk_binding_entry_skip().Tim Janik2006-10-111-0/+4
* applied patch from Michael Natterer to move to inline docs. appliedTim Janik2006-10-101-2/+121
* added new scanner token "unbind" which gets rid of a key binding (in fact,Michael Natterer2006-10-051-15/+92
* Support subclasses in RC files. (#142417, Todd Berman, patch based on aMatthias Clasen2006-03-231-19/+47
* Revert the last change.Matthias Clasen2006-01-051-1/+1
* allocate correct amount for signal and arguments.Rodrigo Moya2006-01-051-2/+2
* Revert questionable changes.Matthias Clasen2006-01-051-4/+5
* guard against multiplying by -1 (when n_args is 0).Rodrigo Moya2006-01-041-1/+1
* Make the args a flexible array inside the struct, and allocate themMatthias Clasen2005-12-281-4/+2
* Avoid copying the set_name by interning it.Matthias Clasen2005-12-271-2/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1