summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation corrections for GtkTextIterCam Cook2023-04-021-4/+4
* Documentation corrections for GtkTextIterCam Cook2023-04-021-17/+17
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* gtk: Rename some private headersMatthias Clasen2022-10-051-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* g-i: mark gtk_text_iter_get_paintable as nullableBilal Elmoussaoui2022-01-191-1/+1
* g-i: mark gtk_text_iter_get_child_anchor as nullableBilal Elmoussaoui2022-01-191-1/+1
* Restore the GtkTextchild abiMatthias Clasen2021-12-111-101/+101
* textchildanchor: allow to specify replacement characterGeorg Vienna2021-12-031-0/+4
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-4/+4
* docs: Reduce redundancyMatthias Clasen2021-05-201-11/+11
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-12/+12
* textbtree: Return tags in a GPtrArrayMatthias Clasen2021-04-041-29/+20
* docs: Cover corner-case of @line_number = total lines in bufferAvinash Sonawane2021-03-301-1/+1
* textiter: Convert docsMatthias Clasen2021-03-111-501/+623
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-0/+2
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-9/+10
* Replace "gchar" with "char"Benjamin Otte2020-07-251-63/+63
* Replace "gint" with "int"Benjamin Otte2020-07-251-168/+168
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-051-2/+4
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-11/+25
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-2/+2
* textiter: add _gtk_text_iter_same_line()Christian Hergert2019-07-281-0/+19
* Zero-fill new GtkTextIterOrivej Desh2018-12-161-0/+2
* The big versioning cleanupMatthias Clasen2018-02-061-27/+0
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-13/+12
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-1/+0
* textiter: fix bug in gtk_text_iter_backward_line()Nelson Benítez León2017-02-171-0/+2
* Make GtkTextAttributes privateMatthias Clasen2016-11-011-43/+26
* textiter: Remove deprecated gtk_text_iter_begins_tagRico Tzschichholz2016-10-241-25/+0
* Avoid an out-of-bounds accessMatthias Clasen2016-02-261-3/+6
* Don't use gtk_text_iter_begins_tag() (deprecated)Sébastien Wilmet2015-12-081-3/+3
* textiter: add starts_tag() and deprecate begins_tag()Sébastien Wilmet2015-12-081-6/+32
* textiter: fix bug in case insensitive backward searchSébastien Wilmet2015-11-301-13/+10
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* textiter: fix bug in _gtk_text_btree_get_iter_at_last_toggle()Sébastien Wilmet2015-10-071-2/+9
* Clean up debug featuresMatthias Clasen2015-09-091-1/+1
* Minor documentation fixesMatthias Clasen2014-12-051-25/+25
* Simplify _gtk_text_buffer_get_line_log_attrs()Sébastien Wilmet2014-08-211-19/+7
* GtkTextView: various code clean-upsSébastien Wilmet2014-08-201-27/+25
* Replace uses of g_memmove() by memmove()Sébastien Wilmet2014-08-161-1/+1
* textiter: don't call g_utf8_prev_char() on start of stringSébastien Wilmet2014-07-311-2/+5
* textiter: fix bug in find_visible_by_log_attrs()Sébastien Wilmet2014-07-171-2/+9
* textiter: fix bug in FindLogAttrFunc functionsSébastien Wilmet2014-07-171-3/+3
* textiter: make the FindLogAttrFunc functions clearerSébastien Wilmet2014-07-171-24/+60
* textiter: simplify FindLogAttrFuncSébastien Wilmet2014-07-171-56/+43
* textiter: fix bug in find_by_log_attrs()Sébastien Wilmet2014-07-171-16/+17
* textiter: small optimization for find_by_log_attrs()Sébastien Wilmet2014-07-131-6/+10
* textiter: remove recursivity of find_by_log_attrs()Sébastien Wilmet2014-07-131-49/+48