| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -224/+254 |
* | Make gtk_menu_shell_select_first() public. (#70374) | Owen Taylor | 2002-09-23 | 1 | -1/+1 |
* | If the end iter is also a part of the selection, then we are in the | Shivram U | 2002-09-09 | 1 | -1/+2 |
* | Move focus to children, if they exist, after GtkTextView is focused. | Padraig O'Briain | 2002-08-14 | 1 | -2/+20 |
* | Apply patch from Gustavo Giraldez for bug #78513 | Havoc Pennington | 2002-07-25 | 1 | -11/+23 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -1/+1 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -4/+4 |
* | Add the obsolete CUA cut/copy/paste bindings. (#79078) | Owen Taylor | 2002-06-13 | 1 | -2/+13 |
* | New function, split off from gtk_tree_view_column_clear_attributes. | Matthias Clasen | 2002-06-07 | 1 | -0/+1 |
* | Don't redraw when the area is completely above the visible area. | Owen Taylor | 2002-06-06 | 1 | -2/+4 |
* | use gtk_text_layout_invalidate_cache instead of cut-and-paste | Havoc Pennington | 2002-04-30 | 1 | -1/+8 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -24/+56 |
* | Improve docs. (#62359) | Matthias Clasen | 2002-04-23 | 1 | -3/+9 |
* | end any selection in progress, patch from db@zigo.dhs.org, #74620 | Havoc Pennington | 2002-03-23 | 1 | -0/+3 |
* | extend selection for pageup/pagedown and ctrl+pageup/pagedown if shift is | Havoc Pennington | 2002-03-23 | 1 | -19/+31 |
* | disconnect layout handlers earlier in the function, to avoid possible | Havoc Pennington | 2002-03-23 | 1 | -7/+14 |
* | add more explanatory text to the error message about missing charsets, and | Havoc Pennington | 2002-03-23 | 1 | -4/+14 |
* | ri Mar 22 10:12:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-22 | 1 | -1/+1 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -4/+6 |
* | don't assign yoffset here, just let it get updated in response to the | Havoc Pennington | 2002-03-05 | 1 | -1/+1 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -29/+1 |
* | Don't delete forward across line boundaries when in overwrite mode. | Owen Taylor | 2002-03-01 | 1 | -1/+10 |
* | free the tab array for custom tabs, reported by Paolo Maggi #72980 | Havoc Pennington | 2002-03-01 | 1 | -0/+3 |
* | add dx/dy to child allocation, don't subtract them. Also, copy code from | Havoc Pennington | 2002-02-25 | 1 | -11/+72 |
* | parent_class variable was GtkObjectClass instead of GObjectClass | Havoc Pennington | 2002-02-25 | 1 | -22/+5 |
* | Take border width into account. | Owen Taylor | 2002-02-24 | 1 | -2/+3 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -2/+0 |
* | implement more cleanly by using text_window->allocation.x/y instead of | Havoc Pennington | 2002-02-22 | 1 | -21/+6 |
* | call gtk_size_group_queue_resize to avoid invalidating the widget every | Havoc Pennington | 2002-02-22 | 1 | -1/+4 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -8/+1 |
* | Remove support for the poorly defined text/plain type for now. (#55117) | Owen Taylor | 2002-02-18 | 1 | -1/+0 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -2/+4 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -14/+2 |
* | validate a larger area, proportional to widget size, to fix #71427 | Havoc Pennington | 2002-02-14 | 1 | -4/+13 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -41/+78 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -77/+14 |
* | s/__FUNCTION__/G_GNUC_FUNCTION/ ditto | Laszlo Peter | 2002-02-08 | 1 | -2/+2 |
* | Add ::move-focus-out signal to handle Control[-Shift]-Tab and | Owen Taylor | 2002-02-08 | 1 | -7/+3 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -2/+3 |
* | remove unused variable (gtk_text_view_get_window): add warning about how | Havoc Pennington | 2002-02-06 | 1 | -3/+5 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 1 | -23/+1 |
* | Remove the "select first item if popped up from keypress" hack -- was | Owen Taylor | 2002-02-02 | 1 | -3/+28 |
* | Fix wrong usage of g_value_set/get_object for PROP_TABS and memory leak in | Owen Taylor | 2002-01-30 | 1 | -2/+2 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -16/+19 |
* | add mouse_cursor_obscured. | Anders Carlsson | 2002-01-27 | 1 | -2/+61 |
* | change GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it | Havoc Pennington | 2002-01-18 | 1 | -2/+22 |
* | new function (which I then decided not to use but I think it's needed to | Havoc Pennington | 2002-01-17 | 1 | -10/+165 |
* | update cursor_y_pos with clamped delta rather than theoretical delta | Havoc Pennington | 2002-01-17 | 1 | -11/+28 |
* | 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 |