| Commit message (Expand) | Author | Age | Files | Lines |
* | actually iterate through the list rather than infinitely loop | jacob berkman | 2002-01-11 | 1 | -0/+1 |
* | Rename to reset_rc_styles_recurse(). (#68084) | Matthias Clasen | 2002-01-10 | 1 | -17/+14 |
* | gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c | Vitaly Tishkov | 2002-01-10 | 5 | -7/+7 |
* | set the background of our bin window also (fixes #58957) | jacob berkman | 2002-01-10 | 1 | -0/+15 |
* | Now we test we can unselect nodes before selecting new ones. | Jonathan Blandford | 2002-01-10 | 2 | -4/+26 |
* | pass NULL to gtk_tree_model_rows_reordered and not an iter with user_data | Kristian Rietveld | 2002-01-09 | 1 | -4/+2 |
* | Fix problem with menus without accel groups, such as the menus for option | Owen Taylor | 2002-01-09 | 2 | -4/+10 |
* | update the accel path upon parent changes. | Tim Janik | 2002-01-09 | 1 | -0/+20 |
* | small but important fix to force vadjustments at size_alocate time from | Tim Janik | 2002-01-09 | 1 | -1/+1 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 8 | -12/+12 |
* | Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference | Mike Kestner | 2002-01-09 | 5 | -6/+6 |
* | Speak of window IDs rather than XIDs in the docs. | Matthias Clasen | 2002-01-09 | 3 | -8/+9 |
* | wow! Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b") | Jonathan Blandford | 2002-01-08 | 2 | -9/+56 |
* | Handle TOGGLE/RADIOBUTTON as well. (#68201, Damon Chaplin.) | Owen Taylor | 2002-01-08 | 1 | -2/+4 |
* | Fix coordinate translations, once and for all. | Owen Taylor | 2002-01-08 | 2 | -23/+24 |
* | queue a resize on | jacob berkman | 2002-01-08 | 1 | -1/+1 |
* | Don't draw the handle if we aren't showing both children. (#68135, Diego | Owen Taylor | 2002-01-08 | 1 | -4/+4 |
* | Fix leak of result of gtk_container_get_children(). | Owen Taylor | 2002-01-08 | 1 | -0/+2 |
* | Fix leaks of results of gtk_container_get_children(). (#68199, Damon | Owen Taylor | 2002-01-08 | 1 | -2/+12 |
* | Fix problem where child->requisition was accessed directly instead of | Owen Taylor | 2002-01-08 | 1 | -2/+5 |
* | add trailing */ on doc comment. | James Henstridge | 2002-01-08 | 1 | -0/+1 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 14 | -129/+231 |
* | Remove unused pixels and rowstride variables. | Anders Carlsson | 2002-01-07 | 1 | -5/+0 |
* | don't forget to offset the pointer by x/y_offset into the new window when | Tim Janik | 2002-01-07 | 2 | -9/+17 |
* | Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS. | Matthias Clasen | 2002-01-07 | 2 | -1/+47 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -3/+4 |
* | Documentation additions. | Matthias Clasen | 2002-01-05 | 1 | -0/+43 |
* | Fix a comment. | Matthias Clasen | 2002-01-04 | 2 | -2/+2 |
* | tiny docs change | Havoc Pennington | 2002-01-04 | 1 | -1/+1 |
* | At least don't infinite loop if the widget and window heirarchies don't | Owen Taylor | 2002-01-04 | 1 | -14/+50 |
* | When tab is pressed and the text view isn't editable, move the focus | Anders Carlsson | 2002-01-03 | 1 | -1/+8 |
* | Free dash list if necessary. | Anders Carlsson | 2002-01-03 | 4 | -7/+27 |
* | Rename gtk_tree_view_queue_draw_node to _gtk_tree_view_queue_draw_node. | Anders Carlsson | 2002-01-02 | 4 | -30/+28 |
* | don't ignore realized but visible && !mapped resize containers (which is | Tim Janik | 2002-01-02 | 1 | -2/+2 |
* | automake still doesn't support libsomething_la_LDFLAGS, so fix the build | jacob berkman | 2002-01-02 | 1 | -1/+2 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 4 | -2/+96 |
* | move README.linux-fb in here | Havoc Pennington | 2002-01-01 | 5 | -13/+327 |
* | Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. | Tor Lillqvist | 2002-01-01 | 1 | -3/+3 |
* | doc fix | Havoc Pennington | 2002-01-01 | 1 | -1/+1 |
* | Replace call to gtk_widget_size_request() that expected to actually | Havoc Pennington | 2002-01-01 | 1 | -1/+6 |
* | fix an incorrect assertion that the "valid" flag is always correct in a | Havoc Pennington | 2001-12-31 | 1 | -1/+12 |
* | extend selection if shift is down, bug #50939 | Havoc Pennington | 2001-12-31 | 1 | -10/+57 |
* | fix to use ensure_byte_offsets not ensure_char_offsets, patch from Padraig | Havoc Pennington | 2001-12-31 | 1 | -2/+6 |
* | fix GtkDialogFlags to have the right values, reported by Jeff Franks | Havoc Pennington | 2001-12-31 | 1 | -3/+3 |
* | Additions. | Matthias Clasen | 2001-12-30 | 2 | -21/+21 |
* | Make interpretation of misc->xpad/ypad consistent with GtkLabel. Do | Owen Taylor | 2001-12-27 | 3 | -23/+42 |
* | Remove optimization that was causing problems because we called | Owen Taylor | 2001-12-27 | 1 | -12/+1 |
* | Call gdk_window_get_pointer() on menu->bin_window not menu->window, so we | Owen Taylor | 2001-12-27 | 1 | -1/+1 |
* | Allow unsetting the title by setting to NULL. Move docs inline. Update the | Owen Taylor | 2001-12-27 | 1 | -23/+51 |
* | gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of key | Owen Taylor | 2001-12-27 | 2 | -5/+10 |