summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* More of the sameMatthias Clasen2006-05-141-1/+1
* Move an assert to the right place. (#341661, Pascal Terjan)Matthias Clasen2006-05-141-2/+2
* Boilerplate reductionMatthias Clasen2006-05-021-38/+8
* Remove some unused variables.Matthias Clasen2006-04-121-2/+0
* Lower the window, to prevent late-constructed text windows from coveringMatthias Clasen2006-04-061-0/+1
* Fix drag-selection after double-click. (#323862, Benjamin Berg)Matthias Clasen2006-03-281-70/+71
* Move the call to gtk_text_view_end_selection_drag() fromMatthias Clasen2006-03-281-4/+4
* Don't call gdk_window_invalidate_rect() on unrealized widgets. (#335717,Matthias Clasen2006-03-241-1/+2
* count down from G_MAXUINT to avoid clashes with application-added DNDMichael Natterer2006-03-221-6/+50
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-66/+131
* Take cursor width into account when calculating the area to beMatthias Clasen2006-03-071-1/+5
* Don't crash if layout is NULL. (#327934, Christian Kirbach)Matthias Clasen2006-01-211-0/+3
* Reset the virtual cursor position. (#326003, Evert Verhellen)Matthias Clasen2006-01-121-0/+3
* Don't fall thru to the wrong window types. (#323843)Matthias Clasen2005-12-121-0/+4
* Only scroll if we have focus. (#316310, Paolo Borelli)Matthias Clasen2005-12-071-3/+4
* Don't commit from reset, it upstets GtkTextView.Matthias Clasen2005-12-061-16/+24
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Remove some g_return_if_fail() from static functions, replace some othersMatthias Clasen2005-11-021-77/+70
* Add settings to hide the input method and Unicode control characterMatthias Clasen2005-10-241-23/+41
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-19/+3
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-4/+4
* Stop cursor blinking in non-editable regions of a text view. (#311508,Matthias Clasen2005-09-091-28/+35
* Add bindings for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes)Matthias Clasen2005-09-021-0/+4
* Reset im context before committing \n or \t.Matthias Clasen2005-09-021-0/+2
* Intern some more strings.Matthias Clasen2005-09-011-20/+20
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-4/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* More typo fixesMatthias Clasen2005-08-291-1/+1
* Construct the "Select All" menuitem from stock.Matthias Clasen2005-08-291-1/+1
* 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