summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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