| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated gtk_timeout_* functions by their GLib counterparts. | Matthias Clasen | 2003-06-05 | 1 | -0/+4 |
* | Document restriction on types. | Matthias Clasen | 2003-06-04 | 1 | -0/+6 |
* | When drawing underlines, join up adjacent runs where possible, so we don't | Owen Taylor | 2003-06-04 | 1 | -0/+8 |
* | Slightly modified patch from Owen Taylor <otaylor@redhat.com> to improve | Jonathan Blandford | 2003-06-04 | 1 | -0/+7 |
* | Keep track of when we have a clip mask set for the GC, and when we unset | Owen Taylor | 2003-06-04 | 1 | -0/+12 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): Use | Owen Taylor | 2003-06-04 | 1 | -0/+11 |
* | Merged from stable. | Kristian Rietveld | 2003-06-04 | 1 | -0/+11 |
* | Don't respond to pings on a root window; prevents infinite loops if we are | Owen Taylor | 2003-06-03 | 1 | -0/+7 |
* | #71597, reported by Morten Welinder | Owen Taylor | 2003-06-03 | 1 | -0/+19 |
* | Remove bad optimization for src_rowstride == dest_stride. (Didn't consider | Owen Taylor | 2003-06-03 | 1 | -0/+8 |
* | reenabled button_release events for xinput devices. (#113948) | Michael Natterer | 2003-06-03 | 1 | -2/+7 |
* | Added "li" to ALL_LINGUAS. Added Limburgish translation by Mathieu van | Christian Rose | 2003-06-03 | 1 | -0/+4 |
* | Don't map the event window if the notebook isn't mapped. (#113980, Richard | Owen Taylor | 2003-06-02 | 1 | -0/+6 |
* | added a missing cast. | Sven Neumann | 2003-06-02 | 1 | -0/+6 |
* | Minor improvements to alignment padding documentation. | Matthias Clasen | 2003-05-31 | 1 | -0/+3 |
* | Add some hints and an example to the docs. (#98427) | Matthias Clasen | 2003-05-31 | 1 | -0/+5 |
* | Added 4-sided padding as properties with gtk_alignment_get_padding() and | Murray Cumming | 2003-05-30 | 1 | -0/+7 |
* | gtk/gtknotebook.c Changed guint to GtkNotebookArrow in the signature of | Matthias Clasen | 2003-05-30 | 1 | -0/+6 |
* | typo | Hidetoshi Tajima | 2003-05-30 | 1 | -1/+1 |
* | use GETTEXT_PACKAGE to get a translation for "Default"(#113850). | Hidetoshi Tajima | 2003-05-30 | 1 | -0/+5 |
* | use GETTEXT_PACKAGE to get a translation for "Default"(#113850). | Hidetoshi Tajima | 2003-05-30 | 1 | -0/+5 |
* | make "Default" label of default input method localizable. use translations | Hidetoshi Tajima | 2003-05-30 | 1 | -0/+13 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+10 |
* | check if tree/node are still the same after _internal_select_node. (Fixes | Kristian Rietveld | 2003-05-29 | 1 | -0/+6 |
* | Fixes #75745, reported by Richard Hult. Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -0/+13 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -0/+19 |
* | Only include the Default and Emacs themes' gtkrc files. Include | Tor Lillqvist | 2003-05-27 | 1 | -0/+10 |
* | Forgot Changelog | Søren Sandmann Pedersen | 2003-05-24 | 1 | -0/+5 |
* | Add support for up to four scroll arrows. Control their display by new | Matthias Clasen | 2003-05-22 | 1 | -0/+10 |
* | Update color on focus out of hex_entry. (#112665) (hex_focus_out): New | Matthias Clasen | 2003-05-22 | 1 | -0/+6 |
* | (gtk_file_selection_set_filename): Add a hint about opening | Matthias Clasen | 2003-05-22 | 1 | -0/+2 |
* | g_return_if_fail() if GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE | Owen Taylor | 2003-05-21 | 1 | -1/+8 |
* | Some keynav improvements for the "Rename File" and "Create Directory" | Matthias Clasen | 2003-05-21 | 1 | -0/+8 |
* | Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway. | Matthias Clasen | 2003-05-21 | 1 | -0/+6 |
* | Always queue a resize ... we rely on the size-allocate to do the update, | Owen Taylor | 2003-05-21 | 1 | -1/+17 |
* | added composing rules of Greek acceted letters, patch by Vasilis Vasaitis | Hidetoshi Tajima | 2003-05-21 | 1 | -0/+5 |
* | gtk settings for XIMPreeditNone and XIMStatusNone. (#105909) | Hidetoshi Tajima | 2003-05-21 | 1 | -0/+6 |
* | A loader for PCX files. (#113035, Josh Beam) | Matthias Clasen | 2003-05-21 | 1 | -0/+2 |
* | code that can check the compose table for ascending order, by Vasilis | Hidetoshi Tajima | 2003-05-21 | 1 | -0/+6 |
* | We need to pass the unmasked state to | Owen Taylor | 2003-05-21 | 1 | -0/+12 |
* | fix a memory leak, free input context list (#113259). | Hidetoshi Tajima | 2003-05-21 | 1 | -0/+5 |
* | Make calendar controls spin. (#112540) | Matthias Clasen | 2003-05-20 | 1 | -0/+4 |
* | Silently accept a missing gtk.immodules file, some people want to run | Owen Taylor | 2003-05-20 | 1 | -0/+7 |
* | Fix height/width confusion (#113370, Xan Lopez) | Owen Taylor | 2003-05-20 | 1 | -0/+5 |
* | Comprehensively zero all unused parts of client messages (Mainly Motif DND | Owen Taylor | 2003-05-20 | 1 | -2/+14 |