| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -2/+0 |
* | implement more cleanly by using text_window->allocation.x/y instead of | Havoc Pennington | 2002-02-22 | 1 | -21/+6 |
* | call gtk_size_group_queue_resize to avoid invalidating the widget every | Havoc Pennington | 2002-02-22 | 1 | -1/+4 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -8/+1 |
* | Remove support for the poorly defined text/plain type for now. (#55117) | Owen Taylor | 2002-02-18 | 1 | -1/+0 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -2/+4 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -14/+2 |
* | validate a larger area, proportional to widget size, to fix #71427 | Havoc Pennington | 2002-02-14 | 1 | -4/+13 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -41/+78 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -77/+14 |
* | s/__FUNCTION__/G_GNUC_FUNCTION/ ditto | Laszlo Peter | 2002-02-08 | 1 | -2/+2 |
* | Add ::move-focus-out signal to handle Control[-Shift]-Tab and | Owen Taylor | 2002-02-08 | 1 | -7/+3 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -2/+3 |
* | remove unused variable (gtk_text_view_get_window): add warning about how | Havoc Pennington | 2002-02-06 | 1 | -3/+5 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 1 | -23/+1 |
* | Remove the "select first item if popped up from keypress" hack -- was | Owen Taylor | 2002-02-02 | 1 | -3/+28 |
* | Fix wrong usage of g_value_set/get_object for PROP_TABS and memory leak in | Owen Taylor | 2002-01-30 | 1 | -2/+2 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -16/+19 |
* | add mouse_cursor_obscured. | Anders Carlsson | 2002-01-27 | 1 | -2/+61 |
* | change GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it | Havoc Pennington | 2002-01-18 | 1 | -2/+22 |
* | new function (which I then decided not to use but I think it's needed to | Havoc Pennington | 2002-01-17 | 1 | -10/+165 |
* | update cursor_y_pos with clamped delta rather than theoretical delta | Havoc Pennington | 2002-01-17 | 1 | -11/+28 |
* | When tab is pressed and the text view isn't editable, move the focus | Anders Carlsson | 2002-01-03 | 1 | -1/+8 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 1 | -1/+88 |
* | move README.linux-fb in here | Havoc Pennington | 2002-01-01 | 1 | -4/+255 |
* | 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 |
* | extend selection if shift is down, bug #50939 | Havoc Pennington | 2001-12-31 | 1 | -10/+57 |
* | 1.3.12, interface, binary age 0. | Owen Taylor | 2001-12-23 | 1 | -1/+17 |
* | Add Unicode control char menu, based on patch from Dov. Bug #63495 | Havoc Pennington | 2001-12-17 | 1 | -1/+23 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -13/+31 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 1 | -1/+1 |
* | Hmm, setter functions normally assign the new value to the object field. | Havoc Pennington | 2001-12-03 | 1 | -0/+4 |
* | put the warning explaining the validation error in front of the | Havoc Pennington | 2001-11-28 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -10/+11 |
* | fix Control-E so it doesn't move to a new line each time you press it | Havoc Pennington | 2001-11-14 | 1 | -2/+7 |
* | docs including reference to bugzilla bug about how we should have a better | Havoc Pennington | 2001-11-14 | 1 | -5/+41 |
* | fix to properly replace selection with Return or Tab | Havoc Pennington | 2001-11-13 | 1 | -13/+11 |
* | add border width to requisition, request non-anchored children | Havoc Pennington | 2001-11-13 | 1 | -15/+70 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -22/+19 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 1 | -52/+123 |
* | Add: - A ::retrieve_surrounding signal that asks the widget for context | Owen Taylor | 2001-11-01 | 1 | -8/+62 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -1/+1 |
* | Update the IM spot location here, if text was invalidated in the visible | Havoc Pennington | 2001-10-30 | 1 | -0/+2 |
* | Call update_im_spot_location here explicitly | Havoc Pennington | 2001-10-27 | 1 | -1/+1 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -2/+2 |
* | call gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which | Matt Wilson | 2001-10-25 | 1 | -7/+12 |
* | don't create layout if we didn't have one (gtk_text_view_set_buffer): | Havoc Pennington | 2001-10-24 | 1 | -9/+19 |
* | only sensitize Cut if selection contains some editable text, #60975 | Havoc Pennington | 2001-10-23 | 1 | -9/+29 |
* | oops, didn't quite compile. | Havoc Pennington | 2001-10-23 | 1 | -0/+1 |