]> Pileus Git - ~andy/gtk/history - gtk/gtkbindings.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkbindings.c
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-09-26 Matthias ClasenDocumentation fixes
2011-06-17 Matthias ClasenRemove unused includes
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-31 Matthias ClasenSmall optimization
2011-01-31 Matthias Clasendoc fixes
2011-01-31 Matthias ClasenMove GtkBindings docs inline
2011-01-31 Matthias ClasenAdd a gtkbindingsprivate.h header
2011-01-31 Matthias ClasenImprove binding-set parser
2011-01-31 Carlos GarnachoRemove unneeded code from GtkBindingSet
2011-01-31 Carlos GarnachoHook up key bindings in CSS with key propagation.
2011-01-31 Carlos GarnachoAdd gtk_binding_entry_add_signal_from_string()
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2010-12-18 Carlos GarnachoRemove dead Gtk[Rc]Style code
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-17 Matthias ClasenAdd some element-type annotations to gtk apis
2010-09-13 Javier JardónFix some compilation warnings
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove deprecated gtk_binding_entry functions
2010-04-04 Torsten Schoenfeld[docs] Add some 'Since: 2.4' tags
2009-12-18 Torsten Schoenfeld[docs] Add some 'Since: 2.4' tags
2009-02-11 Matthias ClasenUndeprecate gtk_binding_entry_add_signall
2008-12-29 Matthias ClasenDoc fixes
2008-11-29 Matthias ClasenImprove deprecation annotations
2008-09-04 Matthias ClasenMore doc fixes
2008-09-04 Matthias ClasenMore doc fixes
2008-09-04 Matthias ClasenMore doc fixes
2008-08-04 Michael Natterermove the code of the deprecated gtk_binding_entry_clear...
2008-07-21 Michael Nattereruse gtk_box_pack_start() instead of the deprecated
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
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. ;)
next