summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Try harder not to beep on events which are not meant to insert stuff inMatthias Clasen2007-01-021-3/+13
* Fix a segfault in horizontal scrollingMatthias Clasen2007-01-021-2/+2
* Remove the scroll timeout. (#390872, Yevgen Muntyan)Matthias Clasen2006-12-311-0/+6
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-21/+33
* Don't die in an assertion if focus went missing. Just warn, clean up andMatthias Clasen2006-12-291-1/+4
* Remove debug output.Matthias Clasen2006-12-251-27/+53
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-29/+9
* Silently return if a drag is already in progress, rather than asserting.Matthias Clasen2006-12-201-1/+2
* remove FIXME #include that is no longer needed.Michael Natterer2006-12-031-1/+0
* applied patch by Colin Leroy for Control+GDK_KP_Left to move one word toTim Janik2006-11-271-1/+1
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-39/+102
* Stop cursor blinking after a configurable timeout. (#353670, #352442,Matthias Clasen2006-09-011-13/+68
* do not scroll on copy. Bug #329604.Paolo Borelli2006-08-211-11/+6
* Create new PangoContexts and set them on the layout, to catch changes inMatthias Clasen2006-08-061-1/+13
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* revert "keep cursor visible when size changes" since it breaks thingsMichael Natterer2006-06-261-14/+4
* keep the cursor visible when the size changes. Fixes bug #344874.Michael Natterer2006-06-221-4/+14
* applied patch from Chris Wilson which replaces a useless loop withMichael Natterer2006-05-291-6/+3
* 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