| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correctly keep the same text on the top of the screen, considering that | Havoc Pennington | 2001-10-23 | 1 | -11/+37 |
* | Use an image menu item here (popup_targets_received): Call | Anders Carlsson | 2001-10-23 | 1 | -5/+7 |
* | queue a resize here; will temporarily slow down the widget a lot, until we | Havoc Pennington | 2001-10-23 | 1 | -1/+3 |
* | Update IM spot location at appropriate times, #50626 | Havoc Pennington | 2001-10-23 | 1 | -0/+23 |
* | scroll to cursor on grab focus, unless it's caused by button click, #59708 | Havoc Pennington | 2001-10-23 | 1 | -0/+18 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | fix #62365 | Havoc Pennington | 2001-10-22 | 1 | -7/+9 |
* | fix #62436 | Havoc Pennington | 2001-10-22 | 1 | -1/+1 |
* | Fix #62366 | Havoc Pennington | 2001-10-22 | 1 | -5/+6 |
* | Fixing popup menus to have "Paste" sensitized correctly. Original patches | Owen Taylor | 2001-10-22 | 1 | -50/+99 |
* | rip out "height_lines" and "width_columns" properties, it doesn't make | Havoc Pennington | 2001-10-22 | 1 | -37/+0 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -3/+3 |
* | since GtkIMContext derives directly from GObject now, we have to use the | Manish Singh | 2001-10-20 | 1 | -4/+4 |
* | Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list | Owen Taylor | 2001-10-03 | 1 | -9/+30 |
* | add demo of passing non-stock label in to gtk_dialog_new_with_buttons | Havoc Pennington | 2001-09-27 | 1 | -0/+2 |
* | fix for #50317 | Havoc Pennington | 2001-09-25 | 1 | -5/+12 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -3/+3 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -0/+41 |
* | don't pass key press to IM context if cursor isn't in an editable | Havoc Pennington | 2001-09-22 | 1 | -2/+7 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -8/+4 |
* | gtk/gtktextview.c Add support for Ctrl+Up/Down arrow to move cursor to | Padraig O'Briain | 2001-09-12 | 1 | -3/+14 |
* | minor fixes | Joshua N Pritikin | 2001-09-11 | 1 | -2/+2 |