summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: remove non-breaking space, probably there by mistakeArnaud Rebillout2017-12-291-1/+1
* clipboard: Add the useful stuff from reverted commitBenjamin Otte2017-12-101-11/+2
* Revert "clipboard: Add gdk_clipboard_set()"Matthias Clasen2017-12-041-2/+11
* clipboard: Add gdk_clipboard_set()Benjamin Otte2017-12-051-11/+2
* textview: Redo clipboard handlingBenjamin Otte2017-12-031-414/+318
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-47/+45
* textview: Remove serialization APIBenjamin Otte2017-11-291-117/+6
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-7/+10
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-24/+24
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-2/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-12/+7
* clipboard: Consistently use GtkTargetListBenjamin Otte2017-11-151-75/+49
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-1/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+11
* TextBuffer: Add missing transfer full annotationsDaniel Boles2017-03-261-2/+2
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-6/+6
* text buffer: Add va marshallers for signalsMatthias Clasen2016-04-191-1/+19
* Typo fixesMatthias Clasen2016-03-101-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* textbuffer: nicer get_iter functions, without return valuesSébastien Wilmet2015-11-121-10/+51
* Revert "textbuffer: nicer get_iter functions"Matthias Clasen2015-11-121-75/+20
* Don't use g_slist_next in gtktextbuffer.cMatthias Clasen2015-10-201-3/+3
* textbuffer: nicer get_iter functionsSébastien Wilmet2015-10-161-20/+75
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-2/+2
* text buffer: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-54/+53
* Code cleanupMatthias Clasen2015-07-311-3/+1
* GtkTextView: Support font featuresMatthias Clasen2015-07-291-0/+4
* gtktextbuffer: small cleanup in clipboard handlingPaolo Borelli2015-04-051-18/+14
* textview: add support for underline and strikethrough colorsChristian Hergert2015-03-171-0/+28
* Allow inserting Pango markup in text buffersMatthias Clasen2014-12-041-0/+179
* Simplify _gtk_text_buffer_get_line_log_attrs()Sébastien Wilmet2014-08-211-22/+4
* GtkTextView: various code clean-upsSébastien Wilmet2014-08-201-29/+22
* Replace uses of g_memmove() by memmove()Sébastien Wilmet2014-08-161-3/+3
* textbuffer: emit notify signal for the "text" propertySébastien Wilmet2014-07-291-2/+2
* GtkTextView: use GSliceSébastien Wilmet2014-07-201-10/+16
* textbuffer: Do not unset selection if failing to update the primary selectionCarlos Garnacho2014-07-021-7/+6
* gtk_text_buffer_create_tag(): returns NULL on failureSébastien Wilmet2014-05-121-1/+5
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-23/+23
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-2/+2
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-7/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-071-9/+9
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-22/+22
* docs: list items require blank linesWilliam Jon McCann2014-02-011-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-6/+6
* Improve doc of gtk_text_buffer_paste_clipboard()Sébastien Wilmet2013-09-161-6/+8
* textbuffer: fix selection replacement when pastingSébastien Wilmet2013-09-161-30/+19
* Doc: small fixes in GtkTextViewSébastien Wilmet2013-09-141-9/+10