summaryrefslogtreecommitdiff
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
* Update Bulgarian translationAlexander Shopov2023-03-311-2/+2
* 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-0830-180/+177
* all: Use __has_includeChristian Persch2023-03-089-38/+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-2811-34/+172
* widget: Fix a deprecation warningChristian Persch2023-02-282-1/+3
* widget: gtk4: Hint and quantize font metricsCalvin Walton2023-02-282-8/+33
* widget: Fix introspection APIChristian Persch2023-02-241-0/+1
* Update Turkish translationSabri Ünal2023-02-221-9/+9
* build: More detailed version infoChristian Persch2023-02-111-1/+9
* widget: Ensure the ringview is updated before converting coordinatesChristian Persch2023-02-111-17/+53
* widget: Update some Since annotationsChristian Persch2023-02-031-12/+12
* build: Post branch version bumpChristian Persch2023-02-031-1/+1
* 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
* Update Belarusian translationVasil Pupkin2022-11-271-45/+32
* widget: Modernise HTML outputNoa2022-11-161-3/+3
* missing: Add better fdwalk implementation for darawinMatthew Rose2022-11-161-0/+35
* build: Print warning on unstable releaseChristian Persch2022-11-151-0/+6
* build: Add define for openbsdChristian Persch2022-11-151-0/+5
* build: Add define for darwinChristian Persch2022-09-231-0/+6
* build: Fix netbsd defineChristian Persch2022-09-231-1/+1
* 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
* Update Turkish translationSabri Ünal2022-09-181-83/+11
* pty: netbsd fixChristian Persch2022-09-181-0/+10
* build: Update meson req versionChristian Persch2022-09-181-8/+4
* 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