summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spawn: Use close_range to set CLOEXEC on all FDswip/close-rangeChristian Persch2021-01-192-1/+91
* widget: Improve font sanitisationChristian Persch2021-01-133-11/+40
* parser: Remove unused enumChristian Persch2021-01-131-8/+1
* Update Catalan translationJordi Mas2021-01-061-53/+2
* widget: Limit select-all to the writable region not including the scrollbackChristian Persch2020-12-261-3/+6
* parser: cat: Make linter warn on unsupported DECSIXEL OR-modeChristian Persch2020-12-241-0/+8
* sixel: Ignore DECSIXEL sequence when OR-mode is requestedChristian Persch2020-12-241-6/+28
* widget: Fix idle child-exited signal after disposeChristian Persch2020-12-231-2/+12
* pty: Add support for PTY packet mode on sysv-like systemsJim Mason2020-12-023-3/+79
* app: Fix search next/prev button sensitivityChristian Persch2020-12-021-2/+2
* app: Use smart pointerChristian Persch2020-12-021-14/+17
* clipboard: Use smart pointersChristian Persch2020-12-021-15/+14
* widget: Add gtk glueChristian Persch2020-12-022-1/+35
* widget: Fix clipboard typesChristian Persch2020-12-021-2/+2
* sixel: Fix processing of DECSIXEL sequence when using UTF-8 C1 controlsChristian Persch2020-12-011-1/+1
* sixel: Be extra safe when advancing the scanline positionChristian Persch2020-12-011-3/+5
* ring: Fix image memory leakChristian Persch2020-12-014-114/+129
* docs: Add index for API new in 0.64Christian Persch2020-11-281-0/+4
* Revert "docs: Add index for API new in 0.64"Christian Persch2020-11-281-3/+0
* Update Esperanto translationKristjan SCHMIDT2020-11-281-25/+49
* widget: Add API to disable fallback scrollingChristian Persch2020-11-168-8/+103
* docs: Add index for API new in 0.64Christian Persch2020-11-161-0/+3
* lib: Fix unused variable warning when not using getrlimitChristian Persch2020-11-161-2/+8
* lib: Use sysconf on macos to get the upper limit of number of FDsMatt Rose2020-11-161-1/+1
* lib: Drop wrong use of volatileChristian Persch2020-11-161-5/+5
* Fix buildMichael Catanzaro2020-11-151-1/+1
* all: Use std::swapChristian Persch2020-11-142-16/+17
* all: Use pragma onceChristian Persch2020-11-142-13/+3
* sixel: Use m_defaults to retrieve the SGR coloursChristian Persch2020-11-141-1/+1
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-146-49/+93
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-146-93/+49
* lib: Sanitise the passed-in font descriptionChristian Persch2020-11-131-0/+8
* app: Fix background image drawingChristian Persch2020-11-121-1/+12
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-126-49/+93
* parser: Add some more known sequencesChristian Persch2020-11-122-2/+58
* modes: Add some more private modesChristian Persch2020-11-121-0/+4
* parser: Add some more charsetsChristian Persch2020-11-124-1/+36
* lib: Use bitset to store pending change flagsChristian Persch2020-11-123-14/+17
* widget: Don't use scroll event's positionChristian Persch2020-11-043-20/+8
* app: Fix paste action sensitivityChristian Persch2020-11-041-1/+1
* widget: Scroll events have no buttonChristian Persch2020-11-022-6/+1
* widget: Move GdkEvent from EventBase to KeyEventChristian Persch2020-11-022-21/+13
* sixel: Store device-independent pixel surfaces in ImageHans Petter Jansson2020-11-022-22/+2
* widget: Make scroll event its own classChristian Persch2020-11-025-68/+83
* lib: Use pragma onceChristian Persch2020-11-019-46/+19
* widget: Remove unused event timestampChristian Persch2020-11-012-14/+4
* Update POTFILES.skipPiotr Drąg2020-10-311-0/+3
* widget: Record the press count for button press eventsChristian Persch2020-10-293-26/+41
* app: Fork UI files for gtk3Christian Persch2020-10-255-12/+12
* sixel: Fix unused variable warning when not building with sixel enabledChristian Persch2020-10-251-3/+2