summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* When tab is pressed and the text view isn't editable, move the focusAnders Carlsson2002-01-031-1/+8
* propagate exposes to no window children not in the buffer window.Havoc Pennington2002-01-021-1/+88
* move README.linux-fb in hereHavoc Pennington2002-01-011-4/+255
* doc fixHavoc Pennington2002-01-011-1/+1
* Replace call to gtk_widget_size_request() that expected to actuallyHavoc Pennington2002-01-011-1/+6
* extend selection if shift is down, bug #50939Havoc Pennington2001-12-311-10/+57
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-1/+17
* Add Unicode control char menu, based on patch from Dov. Bug #63495Havoc Pennington2001-12-171-1/+23
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-13/+31
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Hmm, setter functions normally assign the new value to the object field.Havoc Pennington2001-12-031-0/+4
* put the warning explaining the validation error in front of theHavoc Pennington2001-11-281-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-10/+11
* fix Control-E so it doesn't move to a new line each time you press itHavoc Pennington2001-11-141-2/+7
* docs including reference to bugzilla bug about how we should have a betterHavoc Pennington2001-11-141-5/+41
* fix to properly replace selection with Return or TabHavoc Pennington2001-11-131-13/+11
* add border width to requisition, request non-anchored childrenHavoc Pennington2001-11-131-15/+70
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-22/+19
* expose the child widgets in here (gtk_text_view_realize): set parentHavoc Pennington2001-11-061-52/+123
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-011-8/+62
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-1/+1
* Update the IM spot location here, if text was invalidated in the visibleHavoc Pennington2001-10-301-0/+2
* Call update_im_spot_location here explicitlyHavoc Pennington2001-10-271-1/+1
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-2/+2
* call gtk_text_view_destroy_layout after gtk_text_view_set_buffer (whichMatt Wilson2001-10-251-7/+12
* don't create layout if we didn't have one (gtk_text_view_set_buffer):Havoc Pennington2001-10-241-9/+19
* only sensitize Cut if selection contains some editable text, #60975Havoc Pennington2001-10-231-9/+29
* oops, didn't quite compile.Havoc Pennington2001-10-231-0/+1
* Correctly keep the same text on the top of the screen, considering thatHavoc Pennington2001-10-231-11/+37
* Use an image menu item here (popup_targets_received): CallAnders Carlsson2001-10-231-5/+7
* queue a resize here; will temporarily slow down the widget a lot, until weHavoc Pennington2001-10-231-1/+3
* Update IM spot location at appropriate times, #50626Havoc Pennington2001-10-231-0/+23
* scroll to cursor on grab focus, unless it's caused by button click, #59708Havoc Pennington2001-10-231-0/+18
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* fix #62365Havoc Pennington2001-10-221-7/+9
* fix #62436Havoc Pennington2001-10-221-1/+1
* Fix #62366Havoc Pennington2001-10-221-5/+6
* Fixing popup menus to have "Paste" sensitized correctly. Original patchesOwen Taylor2001-10-221-50/+99
* rip out "height_lines" and "width_columns" properties, it doesn't makeHavoc Pennington2001-10-221-37/+0
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-3/+3
* since GtkIMContext derives directly from GObject now, we have to use theManish Singh2001-10-201-4/+4
* Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_listOwen Taylor2001-10-031-9/+30
* add demo of passing non-stock label in to gtk_dialog_new_with_buttonsHavoc Pennington2001-09-271-0/+2
* fix for #50317Havoc Pennington2001-09-251-5/+12
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-3/+3
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-0/+41
* don't pass key press to IM context if cursor isn't in an editableHavoc Pennington2001-09-221-2/+7
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-8/+4
* gtk/gtktextview.c Add support for Ctrl+Up/Down arrow to move cursor toPadraig O'Briain2001-09-121-3/+14
* minor fixesJoshua N Pritikin2001-09-111-2/+2