]> Pileus Git - ~andy/gtk/history - gtk/gtkbindings.c
s/GtkType/GType/
[~andy/gtk] / gtk / gtkbindings.c
2008-06-17 Michael Natterers/GtkType/GType/
2008-06-16 Michael Nattereruse gtk_binding_entry_clear() instead of gtk_binding_en...
2007-07-12 Matthias ClasenSmall doc fixes
2007-03-12 Matthias ClasenRemove an obsolete comment
2006-10-11 Tim Janikdocument gtk_binding_entry_skip().
2006-10-10 Tim Janikapplied patch from Michael Natterer to move to inline...
2006-10-05 Michael Nattereradded new scanner token "unbind" which gets rid of...
2006-03-23 Matthias ClasenSupport subclasses in RC files. (#142417, Todd Berman...
2006-01-05 Matthias ClasenRevert the last change.
2006-01-05 Rodrigo Moyaallocate correct amount for signal and arguments.
2006-01-05 Matthias ClasenRevert questionable changes.
2006-01-04 Rodrigo Moyaguard against multiplying by -1 (when n_args is 0).
2005-12-28 Matthias ClasenMake the args a flexible array inside the struct, and...
2005-12-27 Matthias ClasenAvoid copying the set_name by interning it.
2005-09-01 Matthias ClasenIntern some more strings.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Tim Janikexpose gtk_bindings_activate_event(), changed callers.
2003-05-21 Owen TaylorWe need to pass the unmasked state to
2002-12-14 Owen TaylorAdd a new binding signal, "move_scroll", and use it...
2002-10-09 Manish SinghDeprecation cleanup
2002-09-30 Owen TaylorInitialize ->parsed field. (#94536, patch from Sebastia...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-03-25 Mark McLoughlinkill code duplicated in gtk_binding_entry_add_signall.
2002-03-22 Owen TaylorPartial fix for problem where keypad keys acted as...
2002-02-21 Owen TaylorAdd GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_G...
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-09 Owen TaylorFix problem with string-valued parameters (#70012,...
2002-02-09 Owen TaylorAdd a function to delete all bindings add by gtk_bindin...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-01-30 Matthias ClasenRemove excess calls to g_return_if_fail from static...
2002-01-30 Owen TaylorConsistently use GdkModifierType. (#66950, Mark Patton)
2002-01-17 Owen TaylorSupport "optional" bindings. If a binding signal has...
2001-11-19 Owen TaylorRename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION...
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-13 Tim Janikto compare pattern specs, use g_pattern_spec_equal...
2001-04-03 Tim Janikchanged gtk_item_factory_dump_items() and gtk_item_fact...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-05 Sebastian WilhelmiUse g_path_get_dirname instead of g_dirname, which...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-15 Tor LillqvistActually change <strings.h> to <string.h> as I already...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-15 Owen TaylorWhen we find a match, stop searching. (Because we assum...
1998-07-27 Tim Janikfixup, so that enum values are looked up.
1998-07-22 Tim Janikintroduce testbindings on C-1 for buttons, to check...
1998-07-14 Tim Janikdisplay the current cursor name.
1998-07-10 Tim Janikadded a new internal type GTK_TYPE_IDENTIFIER which...
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
1998-07-01 Tim Janiktemporary implementation of action signal "debug_msg"
1998-06-30 Tim Janikok, this enables the possibility for key-release bindings.
1998-06-19 Tim Janikreplaced some gtk_object_data_force_id with g_quark_fro...
1998-06-14 Tim Janikheal gtk. ;)
1998-06-14 Elliot Lees/string_data/pointer_data/ as needed to match GtkArg
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-10 Tim Janikmore const pointer corrections.
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-07 Tim Janikfixed an assertment.