summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 526234 - make shift+ctrl+del delete till the end of linePaolo Borelli2008-08-121-15/+46
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-3/+3
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+4
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-6/+6
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-46/+46
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-2/+2
* use the simpler g_signal_override_class_handler() instead ofMichael Natterer2008-07-211-20/+6
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-23/+23
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* 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