summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* draw: Remove need to generate codeHEADmasterEgmont Koblinger2023-04-235-850/+865
* widget: Fix compilationChristian Persch2023-04-131-1/+1
* widget: Fix setting clipboard with html dataChristian Persch2023-04-111-5/+8
* emulation: Fix invalid mouse scroll event on window edgeEric Johnson2023-04-051-1/+1
* widget: Fix introspection warningsChristian Persch2023-04-051-2/+2
* widget: Fix cursor blink timeoutChristian Persch2023-04-053-26/+28
* fonts: Keep the PangoLayout unchangedChristian Persch2023-03-101-3/+16
* fonts: keep layout text available for cairoChristian Hergert2023-03-091-8/+3
* all: Use defined values for definesChristian Persch2023-03-0829-172/+169
* all: Use __has_includeChristian Persch2023-03-088-17/+22
* fonts: Don't declare this inlineChristian Persch2023-03-082-3/+2
* pty: Do not typecast to GSpawnFlagsKhem Raj2023-03-021-12/+12
* fonts: Remove unnecessary context change callChristian Persch2023-02-281-2/+0
* widget: Add API to override font optionsCalvin Walton2023-02-2810-27/+161
* widget: Fix a deprecation warningChristian Persch2023-02-281-0/+2
* widget: gtk4: Hint and quantize font metricsCalvin Walton2023-02-282-8/+33
* widget: Fix introspection APIChristian Persch2023-02-241-0/+1
* widget: Ensure the ringview is updated before converting coordinatesChristian Persch2023-02-111-17/+53
* widget: Update some Since annotationsChristian Persch2023-02-031-12/+12
* widget: gtk4: Translate control+key events when using multiple layoutsChristian Persch2023-01-211-3/+28
* widget: Use correct end row for getting the selected textMartin Kühl2022-12-301-1/+1
* widget: Add API to get text as HTMLChristian Persch2022-12-203-24/+156
* parser: Add more OSC codesChristian Persch2022-12-201-0/+2
* widget: clipboard: Add missing elseChristian Persch2022-12-201-1/+1
* parser: modes: Mark modes that should not be reset by DECSTRChristian Persch2022-12-201-5/+6
* parser: Update list of known OSC codesChristian Persch2022-12-201-0/+3
* pty: Remove useless setenv callsChristian Persch2022-11-291-9/+0
* widget: Modernise HTML outputNoa2022-11-161-3/+3
* missing: Add better fdwalk implementation for darawinMatthew Rose2022-11-161-0/+35
* app: Disconnect signal handlers on disposeChristian Persch2022-09-211-0/+9
* lib: Add gresources to vte/gtk4Christian Persch2022-09-212-1/+33
* app: Filter unwanted environment variablesChristian Persch2022-09-201-2/+83
* pty: netbsd fixChristian Persch2022-09-181-0/+10
* widget: Fix value type checkChristian Persch2022-09-051-1/+1
* widget: Clipboard fixes for gtk4Christian Persch2022-09-041-4/+9
* widget: Offer text/html also in UTF-8 formatChristian Persch2022-09-011-21/+42
* widget: Implement clipboard for gtk4Christian Persch2022-09-017-35/+530
* widget: Fix Widget::regex_match_check_at()Alexander Mikhaylenko2022-09-011-1/+1
* lib: Fix spawning on netbsdChristian Persch2022-08-191-1/+1
* widget: Use correct view coordinatesChristian Persch2022-08-161-1/+2
* widget: gtk4: Only notify terminal when focusedChristian Persch2022-08-091-1/+5
* widget: gtk4: Don't grab the focus on focus-inChristian Persch2022-08-091-0/+3
* Revert "emulation: Support XTVERSION sequence"Christian Persch2022-08-053-33/+2
* widget: Correct some Since annotationsChristian Persch2022-08-051-15/+15
* widget: Only avoid reentrant queue_resize() in GTK4Alexander Mikhaylenko2022-08-041-3/+2
* widget: Listen for toplevel focus changeChristian Persch2022-08-033-11/+4
* widget: Listen for toplevel focus changeChristian Persch2022-08-034-0/+135
* widget: Don't queue_resize() during allocationAlexander Mikhaylenko2022-07-273-8/+13
* widget: gtk4: Don't invalidate endlesslyAlexander Mikhaylenko2022-07-251-1/+4
* widget: gtk4: Lower the priority of the style providerChristian Persch2022-07-251-1/+10