summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-2/+0
* implement more cleanly by using text_window->allocation.x/y instead ofHavoc Pennington2002-02-221-21/+6
* call gtk_size_group_queue_resize to avoid invalidating the widget everyHavoc Pennington2002-02-221-1/+4
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-8/+1
* Remove support for the poorly defined text/plain type for now. (#55117)Owen Taylor2002-02-181-1/+0
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-181-2/+4
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-14/+2
* validate a larger area, proportional to widget size, to fix #71427Havoc Pennington2002-02-141-4/+13
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-41/+78
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-091-77/+14
* s/__FUNCTION__/G_GNUC_FUNCTION/ dittoLaszlo Peter2002-02-081-2/+2
* Add ::move-focus-out signal to handle Control[-Shift]-Tab andOwen Taylor2002-02-081-7/+3
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-2/+3
* remove unused variable (gtk_text_view_get_window): add warning about howHavoc Pennington2002-02-061-3/+5
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-23/+1
* Remove the "select first item if popped up from keypress" hack -- wasOwen Taylor2002-02-021-3/+28
* Fix wrong usage of g_value_set/get_object for PROP_TABS and memory leak inOwen Taylor2002-01-301-2/+2
* General property notification cleanup.Matthias Clasen2002-01-281-16/+19
* add mouse_cursor_obscured.Anders Carlsson2002-01-271-2/+61
* change GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before itHavoc Pennington2002-01-181-2/+22
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-171-10/+165
* update cursor_y_pos with clamped delta rather than theoretical deltaHavoc Pennington2002-01-171-11/+28
* 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