summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Add accessors for GtkTextView adjustmentsMirsal Ennaime2010-04-271-0/+36
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-10/+10
* Don't scroll to insert after middle-click pasteMatthias Clasen2010-03-081-2/+23
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-17/+17
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+3
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-3/+4
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-9/+9
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Implement "preedit-changed" in GtkEntry and GtkTextViewChristian Dywan2010-01-111-0/+27
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Improve selection/arrow key behaviour in GtkTextViewMatthias Clasen2009-12-211-8/+44
* Use g_value_dup_string instead.Hiroyuki Ikezoe2009-12-181-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* [gtk/gtktextview] Use {} in empty if..else blocksJavier Jardón2009-12-021-2/+6
* Protect gtk_text_view_scroll_mark_onscreen() from using invalid marksKristian Rietveld2009-09-041-0/+5
* Move mark check to gtk_text_view_scroll_to_mark()Kristian Rietveld2009-09-041-7/+5
* Improve unsetting old buffer in gtk_text_view_set_buffer()Kristian Rietveld2009-09-041-4/+10
* Fail to scroll if the given mark is not in text view's current bufferKristian Rietveld2009-09-041-0/+7
* Update IM spot location before running _validate_onscreen()Kristian Rietveld2009-09-041-0/+8
* Bug 592003 - Shift+click should always modify selectionPaolo Borelli2009-08-171-1/+2
* Avoid warnings when unrealizing a text viewMatthias Clasen2009-04-071-11/+12
* If additional areas got invalidated, don't try to add them to the paintMatthias Clasen2009-03-021-14/+0
* Bug 573383 – Setting a textview's buffer to NULL doesn't do a completeMichael Natterer2009-02-271-3/+3
* Be more careful with the beepsMatthias Clasen2009-01-311-7/+10
* Revert changes for bug 567124. Instead of trying to avoidMatthias Clasen2009-01-251-3/+2
* Don't set up im stuff if the widget is not realized.Matthias Clasen2009-01-231-1/+5
* Replace several implementation of blank cursor setting byMatthias Clasen2009-01-201-18/+5
* Correct some copy-and-paste mistakes in keybinding signal docs. PointedMatthias Clasen2009-01-191-1/+1
* documentation description: Mention the various properties and theMurray Cumming2009-01-151-2/+4
* Bug 450716 – New API to change global IMMatthias Clasen2009-01-131-1/+40
* Bug 492794 – Pasting external text at end of view yields wrong scrollingPaolo Borelli2009-01-121-2/+18
* Bug 567468 – no check for trailing != NULL inClaudio Saavedra2009-01-121-1/+1
* Doc additions.Matthias Clasen2008-12-291-4/+39
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-111-0/+9
* 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