summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lib: ABI repairsChristian Persch2021-09-261-1/+13
* parser: modes: Fix DECSDM default valueChristian Persch2021-09-251-1/+0
* parser: modes: Fix DECSDM default valueChristian Persch2021-09-251-2/+4
* vte.sh: Fix the check for PROMPT_COMMAND when it is unsetChristian Persch2021-09-251-1/+1
* emulation: Fix xterm window size request responseChristian Persch2021-08-291-2/+2
* docs: Add index for API new in 0.68Christian Persch2021-08-291-0/+4
* widget: Correct some API Since: versionsChristian Persch2021-08-292-7/+7
* widget: Adjust preedit position to GtkEntryTakao Fujiwara2021-08-281-1/+1
* vte.sh: Use PROMPT_COMMAND as an array when possibleChristian Persch2021-08-281-7/+24
* fonts: More metrics sanity checksChristian Persch2021-08-281-1/+11
* build: Post branch version bumpChristian Persch2021-08-141-1/+1
* widget: Rework exception handling in non-debug buildsChristian Persch2021-08-142-1/+37
* emulation: Some more docsChristian Persch2021-08-141-0/+4
* parser: Recognise more commandsChristian Persch2021-08-142-6/+44
* Update Bulgarian translationAlexander Shopov2021-07-041-21/+38
* Update Russian translationAlexey Rubtsov2021-06-281-21/+45
* build: Fix build on non-linux systemsBrad Smith2021-06-271-0/+3
* lib: Fix switching encodingsChristian Persch2021-06-211-2/+6
* widget: Docs fixChristian Persch2021-05-201-1/+1
* Update Occitan translationQuentin PAGÈS2021-05-131-21/+43
* font: pangocairo: Remove redundant codeDebarshi Ray2021-05-121-7/+0
* lib: Add glue for public typesChristian Persch2021-04-294-6/+35
* build: Fix gtk4-only buildChristian Persch2021-04-271-12/+14
* Update Nepali translationPawan Chitrakar2021-04-231-80/+77
* widget: Move clipboard store from finalize to unrealizeJoan Bruguera2021-04-111-19/+19
* sixel: Reset repeat counter when receiving the next commandChristian Persch2021-04-032-12/+10
* sixel: Fix pixel aspect calculationChristian Persch2021-04-031-1/+1
* sixel: More constexprChristian Persch2021-04-031-2/+2
* sixel: Remove obsolete commentChristian Persch2021-04-031-2/+0
* sixel: Remove ununused tracking of palette modificationChristian Persch2021-04-031-2/+0
* parser: Add new OSC command from xterm 367Christian Persch2021-04-032-0/+2
* parser: modes: Small doc additionChristian Persch2021-04-031-0/+1
* build: Don't install test app when building as subprojectChristian Persch2021-04-031-2/+2
* build: Mention release tarballs in READMEChristian Persch2021-04-031-0/+13
* Update Dutch translationNathan Follens2021-04-011-21/+44
* widget: gtk4: Set controller namesChristian Persch2021-03-271-1/+5
* widget: gtk4: Add click event controllerChristian Persch2021-03-272-0/+204
* widget: gtk4: Add scroll event controllerChristian Persch2021-03-272-0/+114
* widget: gtk4: Add motion event controllerChristian Persch2021-03-272-0/+166
* build: Work around a meson bug with dist scripts in subprojectsChristian Persch2021-03-251-3/+7
* build: Add missing includesChristian Persch2021-03-241-0/+8
* build: Add dist scriptChristian Persch2021-03-193-0/+47
* app: gtk4: Disable F10 menubar accelChristian Persch2021-03-161-0/+3
* widget: a11y: Remove assertChristian Persch2021-03-161-1/+2
* widget: Use our own enum for alignmentChristian Persch2021-03-148-53/+93
* build: Suppress undesirable warningsChristian Persch2021-03-131-0/+6
* widget: Add alignment propertiesChristian Persch2021-03-1310-60/+325
* widget: Make scroll adjustment range start at 0 alwaysChristian Persch2021-03-133-21/+31
* app: Add option to use a GtkScrolledWindowChristian Persch2021-03-131-9/+40
* widget: Add API to make adjustment values pixelsChristian Persch2021-03-1310-208/+385