summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecation cleanupManish Singh2002-10-101-224/+254
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* If the end iter is also a part of the selection, then we are in theShivram U2002-09-091-1/+2
* Move focus to children, if they exist, after GtkTextView is focused.Padraig O'Briain2002-08-141-2/+20
* Apply patch from Gustavo Giraldez for bug #78513Havoc Pennington2002-07-251-11/+23
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-4/+4
* Add the obsolete CUA cut/copy/paste bindings. (#79078)Owen Taylor2002-06-131-2/+13
* New function, split off from gtk_tree_view_column_clear_attributes.Matthias Clasen2002-06-071-0/+1
* Don't redraw when the area is completely above the visible area.Owen Taylor2002-06-061-2/+4
* use gtk_text_layout_invalidate_cache instead of cut-and-pasteHavoc Pennington2002-04-301-1/+8
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-24/+56
* Improve docs. (#62359)Matthias Clasen2002-04-231-3/+9
* end any selection in progress, patch from db@zigo.dhs.org, #74620Havoc Pennington2002-03-231-0/+3
* extend selection for pageup/pagedown and ctrl+pageup/pagedown if shift isHavoc Pennington2002-03-231-19/+31
* disconnect layout handlers earlier in the function, to avoid possibleHavoc Pennington2002-03-231-7/+14
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-231-4/+14
* 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