summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-021-3/+3
* We need to pass the unmasked state toOwen Taylor2003-05-211-1/+2
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-141-0/+29
* Deprecation cleanupManish Singh2002-10-091-42/+41
* Initialize ->parsed field. (#94536, patch from Sebastian Ritau. MaybeOwen Taylor2002-09-301-0/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+8
* kill code duplicated in gtk_binding_entry_add_signall.Mark McLoughlin2002-03-251-3/+0
* Partial fix for problem where keypad keys acted as shift-arrows in anOwen Taylor2002-03-221-0/+13
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-47/+172
* Fix problem with string-valued parameters (#70012, Johan Dahlin.)Owen Taylor2002-02-091-1/+1
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-091-4/+80
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-2/+0
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-16/+16
* Support "optional" bindings. If a binding signal has a boolean returnOwen Taylor2002-01-171-76/+121
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-191-10/+7
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-3/+4
* to compare pattern specs, use g_pattern_spec_equal() instead of directTim Janik2001-10-131-5/+14
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-262/+20
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-11/+10
* Use g_path_get_dirname instead of g_dirname, which is deprecated.Sebastian Wilhelmi2000-09-051-4/+0