| Commit message (Expand) | Author | Age | Files | Lines |
* | Small doc fixes | Matthias Clasen | 2007-07-12 | 1 | -1/+1 |
* | Remove an obsolete comment | Matthias Clasen | 2007-03-12 | 1 | -3/+0 |
* | document gtk_binding_entry_skip(). | Tim Janik | 2006-10-11 | 1 | -0/+4 |
* | applied patch from Michael Natterer to move to inline docs. applied | Tim Janik | 2006-10-10 | 1 | -2/+121 |
* | added new scanner token "unbind" which gets rid of a key binding (in fact, | Michael Natterer | 2006-10-05 | 1 | -15/+92 |
* | Support subclasses in RC files. (#142417, Todd Berman, patch based on a | Matthias Clasen | 2006-03-23 | 1 | -19/+47 |
* | Revert the last change. | Matthias Clasen | 2006-01-05 | 1 | -1/+1 |
* | allocate correct amount for signal and arguments. | Rodrigo Moya | 2006-01-05 | 1 | -2/+2 |
* | Revert questionable changes. | Matthias Clasen | 2006-01-05 | 1 | -4/+5 |
* | guard against multiplying by -1 (when n_args is 0). | Rodrigo Moya | 2006-01-04 | 1 | -1/+1 |
* | Make the args a flexible array inside the struct, and allocate them | Matthias Clasen | 2005-12-28 | 1 | -4/+2 |
* | Avoid copying the set_name by interning it. | Matthias Clasen | 2005-12-27 | 1 | -2/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | expose gtk_bindings_activate_event(), changed callers. | Tim Janik | 2004-03-02 | 1 | -3/+3 |
* | We need to pass the unmasked state to | Owen Taylor | 2003-05-21 | 1 | -1/+2 |
* | Add a new binding signal, "move_scroll", and use it to hook up | Owen Taylor | 2002-12-14 | 1 | -0/+29 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -42/+41 |
* | Initialize ->parsed field. (#94536, patch from Sebastian Ritau. Maybe | Owen Taylor | 2002-09-30 | 1 | -0/+1 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+8 |
* | kill code duplicated in gtk_binding_entry_add_signall. | Mark McLoughlin | 2002-03-25 | 1 | -3/+0 |
* | Partial fix for problem where keypad keys acted as shift-arrows in an | Owen Taylor | 2002-03-22 | 1 | -0/+13 |
* | Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group to | Owen Taylor | 2002-02-21 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -47/+172 |
* | Fix problem with string-valued parameters (#70012, Johan Dahlin.) | Owen Taylor | 2002-02-09 | 1 | -1/+1 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -4/+80 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -2/+0 |
* | Consistently use GdkModifierType. (#66950, Mark Patton) | Owen Taylor | 2002-01-30 | 1 | -16/+16 |
* | Support "optional" bindings. If a binding signal has a boolean return | Owen Taylor | 2002-01-17 | 1 | -76/+121 |
* | Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the | Owen Taylor | 2001-11-19 | 1 | -10/+7 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -3/+4 |
* | to compare pattern specs, use g_pattern_spec_equal() instead of direct | Tim Janik | 2001-10-13 | 1 | -5/+14 |
* | changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() | Tim Janik | 2001-04-03 | 1 | -262/+20 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -11/+10 |
* | Use g_path_get_dirname instead of g_dirname, which is deprecated. | Sebastian Wilhelmi | 2000-09-05 | 1 | -4/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -2/+2 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -0/+1 |
* | Actually change <strings.h> to <string.h> as I already said in the | Tor Lillqvist | 1999-03-15 | 1 | -1/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | When we find a match, stop searching. (Because we assume pspec != NULL in | Owen Taylor | 1999-02-15 | 1 | -0/+1 |
* | fixup, so that enum values are looked up. | Tim Janik | 1998-07-27 | 1 | -2/+7 |
* | introduce testbindings on C-1 for buttons, to check out binding | Tim Janik | 1998-07-22 | 1 | -9/+278 |
* | display the current cursor name. | Tim Janik | 1998-07-14 | 1 | -15/+7 |
* | added a new internal type GTK_TYPE_IDENTIFIER which is derived from | Tim Janik | 1998-07-10 | 1 | -41/+68 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -19/+28 |