| Commit message (Expand) | Author | Age | Files | Lines |
* | rename property tab_moves_focus to accepts_tab. (#122709 again). | Soeren Sandmann | 2003-09-27 | 1 | -29/+31 |
* | Add new "tab moves focus" property (#122709) | Soeren Sandmann | 2003-09-21 | 1 | -4/+66 |
* | Since we add one to the layout's reported width to account for the cursor, | Owen Taylor | 2003-08-26 | 1 | -2/+4 |
* | Make the "Input Methods" insensitive when editing isn't possible. | Matthias Clasen | 2003-07-24 | 1 | -0/+2 |
* | Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): | Matthias Clasen | 2003-07-18 | 1 | -0/+101 |
* | use gtk_widget_queue_resize_noredraw(). | Soeren Sandmann | 2003-07-18 | 1 | -2/+1 |
* | Install boolean property "overwrite". (gtk_text_view_[gs]et_property): | Matthias Clasen | 2003-06-09 | 1 | -0/+60 |
* | #80023, Yao Zhang, TOKUNAGA Hiroyuki | Owen Taylor | 2003-06-05 | 1 | -22/+30 |
* | Never scroll on focus in (#81893, Patch from Paolo Maggi) | Owen Taylor | 2003-06-05 | 1 | -20/+15 |
* | Fix for #84668, reported by Torbjörn Andersson: | Matthias Clasen | 2003-06-05 | 1 | -10/+28 |
* | New keybinding signal for (un)selecting the whole buffer. Bound to | Matthias Clasen | 2003-06-05 | 1 | -34/+46 |
* | Add a "buffer" property. (#108353) | Matthias Clasen | 2003-03-14 | 1 | -0/+19 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | Check if line_ancestor_parent is NULL. (#102711, Manuel Clos) | Matthias Clasen | 2003-02-20 | 1 | -1/+7 |
* | Remove bogus casts. | Matthias Clasen | 2003-02-14 | 1 | -2/+2 |
* | Fix for #82734 and #78216: | Matthias Clasen | 2003-02-11 | 1 | -1/+42 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -21/+21 |
* | Replace PAGE_HORIZONTALLY_HACK_VALUE by GTK_MOVEMENT_HORIZONTAL_PAGES. | Matthias Clasen | 2003-01-30 | 1 | -49/+14 |
* | Adjust the vadjustment value after changing its bounds. (fixes #101963 and | Matthias Clasen | 2003-01-21 | 1 | -24/+17 |
* | Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and | Matthias Clasen | 2003-01-14 | 1 | -5/+5 |
* | Bind C-/ and C-\ to "select all" and "unselect all". (#102065) | Matthias Clasen | 2003-01-07 | 1 | -1/+21 |
* | Add a comment that the just_selected_element is unused. | Matthias Clasen | 2003-01-06 | 1 | -111/+178 |
* | Make C-Down step through the sequence of paragraph ends (old behaviour | Matthias Clasen | 2003-01-04 | 1 | -4/+2 |
* | Fix the fix for #75694. | Matthias Clasen | 2002-12-27 | 1 | -2/+3 |
* | Place the cursor at drop point. (#72384) (gtk_text_view_size_allocate): | Matthias Clasen | 2002-12-27 | 1 | -0/+4 |
* | Fix highlighting of selection wrt. to empty lines. (#90435, #90582) | Matthias Clasen | 2002-12-25 | 1 | -1/+4 |
* | Forgotten commit, already ChangeLogged. | Matthias Clasen | 2002-12-25 | 1 | -2/+5 |
* | New static function to set the background of all windows. | Matthias Clasen | 2002-12-21 | 1 | -20/+51 |
* | fix the documentation | Havoc Pennington | 2002-12-21 | 1 | -5/+13 |
* | return TRUE when button 3 is pressed, fixes #78324. | Soeren Sandmann | 2002-12-12 | 1 | -0/+1 |
* | Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in an | Owen Taylor | 2002-12-12 | 1 | -1/+1 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -2/+2 |
* | Put into #ifdef DO_BLINK to avoid an unused static function. (#97965) | Matthias Clasen | 2002-11-08 | 1 | -9/+0 |
* | 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 |