summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-3/+3
* textview: Stop using gtk_style_context_save_to_nodeMatthias Clasen2022-10-121-12/+9
* textview: Stop using gtk_snapshot_render apiMatthias Clasen2022-10-121-5/+10
* Deprecate gtk_snapshot_render apisMatthias Clasen2022-10-121-0/+2
* gtk: Rename some private headersMatthias Clasen2022-10-051-3/+3
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Use pango api betterMatthias Clasen2022-01-221-25/+25
* textlayout: Remove unused-but-set variablesTimm Bäder2021-12-161-23/+3
* Restore the GtkTextchild abiMatthias Clasen2021-12-111-95/+95
* textchildanchor: allow to specify replacement characterGeorg Vienna2021-12-031-1/+1
* textview: Implement new pango attributesnew-pango-attributesMatthias Clasen2021-08-251-0/+18
* Implement text transforms for GtkTextViewMatthias Clasen2021-08-221-0/+9
* Drop PANGO_VERSION_CHECK checksbump-pangoMatthias Clasen2021-08-221-2/+0
* textview: Set line height from cssMatthias Clasen2021-08-221-1/+4
* textview: Add line height plumbingMatthias Clasen2021-08-221-2/+12
* textview: Don't eat block cursorsMatthias Clasen2021-08-201-1/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-36/+36
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-16/+14
* textlayout: Clip selection bounds to the line extentsAlexander Mikhaylenko2021-05-041-0/+11
* textlayout: Support fully transparent selection textAlexander Mikhaylenko2021-05-041-11/+27
* textview: Invalidate selection when its style changesAlexander Mikhaylenko2021-05-041-0/+14
* textlayout: Only special case selection rendering for opaque colorsAlexander Mikhaylenko2021-05-041-1/+5
* textview: Fix a problem with the last lineMatthias Clasen2021-04-061-1/+4
* textlayout: Remove an unused functionMatthias Clasen2021-04-051-57/+0
* textlayout: Avoid allocations for line iterationMatthias Clasen2021-04-041-20/+23
* textlayout: Introduce some localsMatthias Clasen2021-04-041-38/+38
* textlayout: Create the cursor snapshot on demandMatthias Clasen2021-04-041-16/+19
* textbtree: Return tags in a GPtrArrayMatthias Clasen2021-04-041-26/+2
* textlayout: Only get selection color onceMatthias Clasen2021-04-041-20/+21
* textlayout: Don't call render_para too muchMatthias Clasen2021-04-041-1/+3
* textlayout: Remove some unnecessary codeMatthias Clasen2021-04-041-1/+0
* textview: Tweak render nodestext-node-tweakMatthias Clasen2021-03-281-0/+3
* textview: Fix blinking block cursorsngl-textview-cursorMatthias Clasen2021-03-121-0/+7
* textlayout: Render cursors at the endMatthias Clasen2021-03-121-3/+14
* gskpango: Don't copy fg colorTimm Bäder2020-12-211-1/+1
* gskpango: Remove bounds rectTimm Bäder2020-12-211-2/+0
* textlayout: Remove dead offset_y codeTimm Bäder2020-12-211-12/+1
* textview: Update child allocationsMatthias Clasen2020-10-281-0/+9
* textlayout: Avoid some iter comparisonstext-layout-speedupMatthias Clasen2020-09-111-19/+40
* linedisplaycache: improve invalidation with y_rangeChristian Hergert2020-08-071-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* Replace "gint" with "int"Benjamin Otte2020-07-251-130/+130
* textlayout: remove virtual table indirectionChristian Hergert2020-06-301-72/+20
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* Drop pango version checksMatthias Clasen2020-06-061-4/+0
* textchild: Return an array from get_widgetsTimm Bäder2020-05-051-7/+8
* Assorted documentation fixesMatthias Clasen2020-04-201-2/+2
* Make overline support conditionalMatthias Clasen2020-03-211-9/+13