summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* textbuffer: Fix a test failureMatthias Clasen2020-08-021-1/+5
* textbuffer: Be careful with tags when copyingMatthias Clasen2020-08-021-20/+19
* Remove ATKEmmanuele Bassi2020-07-261-310/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-33/+33
* Replace "gint" with "int"Benjamin Otte2020-07-251-37/+37
* Drop pango version checksMatthias Clasen2020-06-061-2/+0
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-19/+19
* Assorted documentation fixesMatthias Clasen2020-04-201-3/+20
* Make overline support conditionalMatthias Clasen2020-03-211-4/+6
* textbuffer: Parse overline and hyphenation attributesMatthias Clasen2020-03-201-0/+30
* Match argument name between declaration and definitionEmmanuele Bassi2020-02-131-1/+1
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-34/+34
* textbuffer: Add missing public API documentation.Robert Ancell2020-01-131-0/+8
* Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* textbuffer: Add a content provider apiMatthias Clasen2020-01-081-0/+7
* textbuffer: Minor doc fixesMatthias Clasen2019-12-121-2/+2
* textview: add undo/redo support to GtkTextViewChristian Hergert2019-11-051-7/+419
* text tag table: Make finalMatthias Clasen2019-05-271-0/+1
* Reduce includes of gtkinvisible.hMatthias Clasen2019-02-051-1/+0
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-4/+2
* The big versioning cleanupMatthias Clasen2018-02-061-22/+0
* 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