summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-9/+9
* textbuffer: Use correct foreground color propertyMat2023-03-011-1/+1
* Various documentation suggests across a few domains.Cam Cook2023-01-021-3/+7
* gtk: Rename some private headersMatthias Clasen2022-10-051-2/+2
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Document irreversibility of gtk_text_buffer_set_textElliott Sales de Andrade2022-09-041-1/+4
* Move private function out of the AT-SPI a11y backendEmmanuele Bassi2022-08-041-0/+570
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-21/+7
* textbuffer: Try harder to fix pastingMatthias Clasen2021-11-301-0/+2
* textbuffer: Fix pasting textMatthias Clasen2021-11-301-90/+93
* Initial support for new Pango attributesMatthias Clasen2021-09-011-0/+8
* textview: Implement new pango attributesnew-pango-attributesMatthias Clasen2021-08-251-1/+21
* Implement text transforms for GtkTextViewMatthias Clasen2021-08-221-0/+1
* Drop PANGO_VERSION_CHECK checksbump-pangoMatthias Clasen2021-08-221-4/+0
* textview: Set line height from markupMatthias Clasen2021-08-221-0/+3
* Handle new pango attribute typeMatthias Clasen2021-08-221-0/+5
* Handle the new line height pango attributeMatthias Clasen2021-08-101-0/+6
* docs: fix broken linksBilal Elmoussaoui2021-05-271-1/+1
* textbuffer: Add some docs for undoMatthias Clasen2021-05-261-0/+6
* textbuffer: Improve the docsMatthias Clasen2021-05-261-13/+18
* textbuffer: ensure user actions are propagated to historyChristian Hergert2021-05-261-0/+2
* textbuffer: Cosmetic docs changesMatthias Clasen2021-05-221-12/+12
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-3/+3
* docs: Reduce redundancyMatthias Clasen2021-05-201-5/+5
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-5/+5
* docs: Cover corner-case of @line_number = total lines in bufferAvinash Sonawane2021-03-301-3/+3
* textbuffer: Convert docsMatthias Clasen2021-03-111-540/+632
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-4/+6
* textbuffer: Remove unused propertiesBenjamin Otte2020-11-171-28/+0
* textbuffer: Don't serialize the \0 byteBenjamin Otte2020-10-071-1/+1
* textbuffer: Improve some get_iter apisMatthias Clasen2020-10-031-26/+40
* textbuffer: Elaborate docsMatthias Clasen2020-09-281-1/+3
* textbuffer: Don't try to inset NULL text from clipboardTimm Bäder2020-09-241-9/+14
* textbuffer: Redo insert markup a little bitMatthias Clasen2020-09-191-61/+176
* textbuffer: Some more insert_with_attributes speedupMatthias Clasen2020-08-131-72/+44
* Speed up gtk_text_buffer_insert_markupMatthias Clasen2020-08-121-150/+167
* textbuffer: Fix a leakMatthias Clasen2020-08-071-0/+2
* 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