summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-061-4/+12
* Don't scroll to cursor position if we already have pending scrolls.Matthias Clasen2004-04-201-12/+16
* Make sure anchored children get size allocated, even if the layout isMatthias Clasen2004-04-201-3/+17
* Revert last change; it causes problems for pastes from other applications;Owen Taylor2004-03-131-16/+3
* Fix middle button pasting in the TextView (#81880, reported by EvertMatthias Clasen2004-03-131-3/+16
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Allow to select the last word in the buffer. (#135487, Paolo Borelli)Matthias Clasen2004-03-031-3/+9
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-13/+15
* Make DND operations within a buffer move the dragged text instead ofMatthias Clasen2004-03-011-9/+22
* Fix capitalization to match other style properties.Owen Taylor2004-02-291-1/+1
* Fix a typo in property string.Owen Taylor2004-02-291-1/+1
* Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton,Owen Taylor2004-02-291-0/+10
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-28/+28
* rename property tab_moves_focus to accepts_tab. (#122709 again).Soeren Sandmann2003-09-271-29/+31
* Add new "tab moves focus" property (#122709)Soeren Sandmann2003-09-211-4/+66
* Since we add one to the layout's reported width to account for the cursor,Owen Taylor2003-08-261-2/+4
* Make the "Input Methods" insensitive when editing isn't possible.Matthias Clasen2003-07-241-0/+2
* Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport):Matthias Clasen2003-07-181-0/+101
* use gtk_widget_queue_resize_noredraw().Soeren Sandmann2003-07-181-2/+1
* Install boolean property "overwrite". (gtk_text_view_[gs]et_property):Matthias Clasen2003-06-091-0/+60
* #80023, Yao Zhang, TOKUNAGA HiroyukiOwen Taylor2003-06-051-22/+30
* Never scroll on focus in (#81893, Patch from Paolo Maggi)Owen Taylor2003-06-051-20/+15
* Fix for #84668, reported by Torbjörn Andersson:Matthias Clasen2003-06-051-10/+28
* New keybinding signal for (un)selecting the whole buffer. Bound toMatthias Clasen2003-06-051-34/+46
* Add a "buffer" property. (#108353)Matthias Clasen2003-03-141-0/+19
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+3
* Check if line_ancestor_parent is NULL. (#102711, Manuel Clos)Matthias Clasen2003-02-201-1/+7
* Remove bogus casts.Matthias Clasen2003-02-141-2/+2
* Fix for #82734 and #78216:Matthias Clasen2003-02-111-1/+42
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-21/+21
* Replace PAGE_HORIZONTALLY_HACK_VALUE by GTK_MOVEMENT_HORIZONTAL_PAGES.Matthias Clasen2003-01-301-49/+14
* Adjust the vadjustment value after changing its bounds. (fixes #101963 andMatthias Clasen2003-01-211-24/+17
* Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS andMatthias Clasen2003-01-141-5/+5
* Bind C-/ and C-\ to "select all" and "unselect all". (#102065)Matthias Clasen2003-01-071-1/+21
* Add a comment that the just_selected_element is unused.Matthias Clasen2003-01-061-111/+178
* Make C-Down step through the sequence of paragraph ends (old behaviourMatthias Clasen2003-01-041-4/+2
* Fix the fix for #75694.Matthias Clasen2002-12-271-2/+3
* Place the cursor at drop point. (#72384) (gtk_text_view_size_allocate):Matthias Clasen2002-12-271-0/+4
* Fix highlighting of selection wrt. to empty lines. (#90435, #90582)Matthias Clasen2002-12-251-1/+4
* Forgotten commit, already ChangeLogged.Matthias Clasen2002-12-251-2/+5
* New static function to set the background of all windows.Matthias Clasen2002-12-211-20/+51
* fix the documentationHavoc Pennington2002-12-211-5/+13
* return TRUE when button 3 is pressed, fixes #78324.Soeren Sandmann2002-12-121-0/+1
* Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in anOwen Taylor2002-12-121-1/+1
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-2/+2
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-9/+0
* 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