summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 534463 - non-editable GtkTextView should not callCody Russell2008-05-251-5/+21
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-2/+1
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+1
* gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...Michael Natterer2008-01-281-7/+7
* gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which isMichael Natterer2008-01-281-2/+2
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-1/+1
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-171-50/+30
* Moved gtk_text_view_update_im_spot_location() calls into an idle, fixesYevgen Muntyan2007-11-111-2/+57
* merged patch from maemo-gtk which handles failed keynav correctly alsoMichael Natterer2007-09-211-6/+18
* Initialized GValues before unsetting them. (#457720)Matthias Clasen2007-07-191-0/+2
* Add docsMatthias Clasen2007-07-121-3/+144
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-5/+25
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-25/+63
* Improve docsMatthias Clasen2007-05-281-68/+62
* Fix the buildMatthias Clasen2007-05-191-1/+1
* Add a toggle-cursor-visibility keybinding signal, and bind F7 to it.Matthias Clasen2007-05-181-3/+22
* call gdk_event_request_motions(event) so selecting works with XInputMichael Natterer2007-05-111-0/+2
* Allow indents to be negative. (#Bug 434308)Matthias Clasen2007-04-301-1/+1
* Set first_para_mark to NULL. (#396805, Colin Leroy, patch by MarianoMatthias Clasen2007-03-121-0/+1
* Get rid of the unused event argument. Update all callers.Matthias Clasen2007-03-101-8/+8
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-3/+3
* Call text_window_realize() with the correct parameters. (#393813, YevgenMatthias Clasen2007-01-071-2/+2
* Rework the beep-on-uninserted-text by calling the input method regardlessMatthias Clasen2007-01-041-15/+17
* 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