| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -13/+18 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -4/+4 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | . Free 'nprefix', closing a memory leak. Spaced out the code a bit to make | Jeff Garzik | 1999-01-21 | 1 | -11/+21 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+2 |