| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo that sometimes caused selection not to work properly. | Owen Taylor | 2001-07-19 | 1 | -28/+124 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -20/+0 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 1 | -2/+14 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -2/+2 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -1/+1 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -4/+8 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -4/+4 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -3/+3 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+10 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -4/+3 |
* | Use new pango_context_get_metrics() to fix problems with font lists in | Owen Taylor | 2001-06-26 | 1 | -9/+4 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+53 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -6/+6 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -31/+142 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -11/+79 |
* | implement overwrite mode | Havoc Pennington | 2001-06-01 | 1 | -2/+8 |
* | Validate value from GDK settings against parameter spec. | Owen Taylor | 2001-05-30 | 1 | -68/+211 |
* | Make logical motion and deletion by graphemes, not by characters. | Owen Taylor | 2001-05-17 | 1 | -10/+55 |
* | Reduce new_text_length appropriately when we run into the size limit for | Owen Taylor | 2001-05-03 | 1 | -2/+3 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -6/+45 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -53/+2 |
* | Fix optimization that was correct for the use here, but completely | Owen Taylor | 2001-04-26 | 1 | -1/+1 |
* | Close bug #50615: | Havoc Pennington | 2001-04-18 | 1 | -6/+6 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -1/+1 |
* | Avoid chaining up to parent impl, since we have a INPUT_ONLY window. | Owen Taylor | 2001-04-02 | 1 | -4/+42 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -3/+5 |
* | Add boxed type for GtkRequistion. Use it for ::size-request. | Owen Taylor | 2001-04-02 | 1 | -8/+5 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -3/+3 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -25/+97 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+12 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 1 | -3/+3 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 1 | -0/+31 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -18/+84 |
* | Add shift-clicking to extend the selection. (Roughly based on patch from | Owen Taylor | 2001-03-03 | 1 | -6/+78 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 1 | -54/+267 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -4/+3 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -58/+113 |
* | Added new menu separator item. The drawing and size handling is still done | Alexander Larsson | 2001-02-21 | 1 | -1/+2 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -1/+1 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -0/+2 |
* | convert area_height to pango dimensions after painting the background. We | Sven Neumann | 2001-02-07 | 1 | -1/+2 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+14 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+2 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -32/+117 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -47/+352 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+6 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -33/+29 |
* | make need_im_reset flag effective to avoid reset_ic operation being done | 8 | 2000-12-09 | 1 | -3/+4 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -30/+0 |