summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-15/+15
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-8/+8
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Prefer LTR over RTL if the keymap is neutral.Matthias Clasen2005-01-161-3/+3
* Set the background of the windows to None instead of adding EXPOSURE_MASK,Søren Sandmann2005-01-051-1/+3
* Bug 162112.Søren Sandmann2005-01-041-1/+1
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-3/+38
* Return a boolean indicating whether we could do the requested move.Matthias Clasen2004-11-281-5/+22
* Redisplay the new selection.Matthias Clasen2004-10-301-2/+1
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-1/+1
* #155952Owen Taylor2004-10-211-34/+3
* Make it compile.Matthias Clasen2004-08-301-1/+2
* Changes to make sure input methods respect the editability of entries andMatthias Clasen2004-08-301-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add a new binding signal ::backspace, bind it to the backspace key, andMatthias Clasen2004-08-021-6/+71
* Add the same warning that the blink_cb() in GtkEntry already has.Matthias Clasen2004-08-021-0/+7
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-16/+4
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-061-4/+12
* Improve docs for the ::move_cursor signal.Matthias Clasen2004-06-221-2/+6
* Document the arguments of the ::move-cursor signal. (#142725)Matthias Clasen2004-05-181-7/+18
* 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