summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ever go unconditionally to the buffer ends; that doesn't work if theMatthias Clasen2005-07-111-8/+4
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-111-3/+49
* Make double-clicking between words select whitespace. (#309860, MikeMatthias Clasen2005-07-111-54/+71
* Make movement by paragraphs up/down symmetric. (#307055, Behnam Esfahbod)Matthias Clasen2005-06-241-6/+1
* Don't jump to the next line if we are at the end of the line.Matthias Clasen2005-06-241-1/+4
* Typo fixesMatthias Clasen2005-06-181-1/+1
* Make invisible text work a bit better (#66194, patch by JeroenMatthias Clasen2005-06-131-2/+2
* 2005-06-10 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2005-06-101-2/+5
* block the text_layout's "changed" handler when changing cursor visibilityMichael Natterer2005-05-251-3/+82
* If the horizontal adjustment changes because of a change in the layoutAnders Carlsson2005-05-181-1/+15
* Don't blink the cursor if the text view is not editable.Matthias Clasen2005-05-171-2/+7
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-7/+5
* Propagate the event to unanchored children in the text window. (#302494,Matthias Clasen2005-05-021-2/+4
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-13/+13
* 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