| Commit message (Expand) | Author | Age | Files | Lines |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -5/+5 |
* | 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 |
* | Add a missing cat. (#141070, Chris Sherlock) | Matthias Clasen | 2004-04-29 | 1 | -2/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. Fixes | Soeren Sandmann | 2004-03-02 | 1 | -0/+12 |
* | Handle character positions in UTF-8 strings correctly. (#133315, Theppitak | Matthias Clasen | 2004-02-06 | 1 | -1/+1 |
* | Use g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan) | Matthias Clasen | 2004-02-05 | 1 | -1/+1 |
* | Allow NULL for strings to clear the list. (#105386, Marco Pesenti Gritti) | Matthias Clasen | 2004-01-29 | 1 | -2/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -10/+10 |
* | Fix the position of the popup window when in RTL mode. (#127578) | Matthias Clasen | 2003-12-06 | 1 | -0/+2 |
* | connect_after() to key-press-event on the entry, so input methods get | Owen Taylor | 2003-08-13 | 1 | -2/+2 |
* | Add back the monitoring of the selection when the combo isn't popped down; | Owen Taylor | 2002-12-04 | 1 | -0/+13 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+2 |
* | Change so that updates of selection don't take effect immediately, but | Owen Taylor | 2002-11-14 | 1 | -59/+70 |
* | Fix warning. | Owen Taylor | 2002-11-13 | 1 | -10/+41 |
* | ue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-11-13 | 1 | -12/+46 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -1/+1 |
* | When popping up the list without any selected items, hack the focus on the | Owen Taylor | 2002-10-23 | 1 | -0/+21 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -115/+89 |
* | Privately export _gtk_scrolled_window_get_scrollbar_spacing(). | Owen Taylor | 2002-10-10 | 1 | -6/+14 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -10/+10 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -1/+8 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -8/+42 |
* | fix infinite loop when gtk_combo_func() returns NULL (bug #75464) | jacob berkman | 2002-03-19 | 1 | -5/+3 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -9/+21 |
* | Call gtk_combo_set_popdown_strings() in case the combo is up currently. | Owen Taylor | 2002-02-27 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+0 |
* | Fix problems with stuck grab (#60132, reported by Nicolas Setton) and | Owen Taylor | 2002-02-18 | 1 | -44/+33 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -4/+28 |
* | Sanitize move/resize code, removing various bad, non-functional hacks. | Owen Taylor | 2001-11-30 | 1 | -4/+2 |
* | Offset invalidated range correctly. Fix scrolling of title window. | Owen Taylor | 2001-11-23 | 1 | -24/+10 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | add enable_empty and value_in_list properties. | Michael Meeks | 2001-10-11 | 1 | -4/+35 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -8/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -6/+6 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+4 |
* | Fix notifications on non-existant "enable_arrow_keys". (#53753, Skip | Owen Taylor | 2001-06-01 | 1 | -2/+2 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -1/+1 |
* | Remove explicit pointer grabs, since they are no longer necessary. | Owen Taylor | 2001-04-16 | 1 | -18/+37 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -3/+4 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -2/+0 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -10/+10 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -14/+12 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -2/+106 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -39/+73 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -5/+6 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |