summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
...
* ri Mar 22 10:12:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-221-1/+1
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-4/+6
* don't assign yoffset here, just let it get updated in response to theHavoc Pennington2002-03-051-1/+1
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-29/+1
* Don't delete forward across line boundaries when in overwrite mode.Owen Taylor2002-03-011-1/+10
* free the tab array for custom tabs, reported by Paolo Maggi #72980Havoc Pennington2002-03-011-0/+3
* add dx/dy to child allocation, don't subtract them. Also, copy code fromHavoc Pennington2002-02-251-11/+72
* parent_class variable was GtkObjectClass instead of GObjectClassHavoc Pennington2002-02-251-22/+5
* Take border width into account.Owen Taylor2002-02-241-2/+3
* 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