Commits on Source
165
e7454595
build: Post branch version bump
Feb 10, 2024
28a649e5
draw: Restore pre-sixel background drawing code
Feb 10, 2024
4d6a0908
widget: termprops: Simplify OSC
Feb 10, 2024
8b24c866
widget: docs: Update termprop versions
Feb 10, 2024
aad9e79d
lib: Remove pointless "maybe" in some method names
Feb 10, 2024
7808c6d2
emulation: Track shell integration escape sequences
Feb 10, 2024
3dce4fa8
emulation: Support conditional new paragraph
Feb 10, 2024
4d4e4807
vte.sh: Set up bash and zsh for OSC 133 shell integration
Feb 10, 2024
9e882448
vte.sh: Consistent indentation
Feb 10, 2024
c7225d24
widget: Add type annotation to setup-context-menu signal
Feb 11, 2024
4e30b69b
widget: a11y: Add missing text changes on scrolling with modifications
Feb 11, 2024
3aa2d1c9
widget: termprops: Termprop name validation fixes
Feb 11, 2024
e7e8a8c7
widget: Try to fix a build failure on 32-bit archs
Feb 12, 2024
578d8caf
lib: Add terminfo
Feb 18, 2024
0b626022
Revert "lib: Add terminfo"
Feb 19, 2024
019551ea
Revert "build: Remove extra debug compile option"
Feb 19, 2024
08a78ced
widget: Make backwards search find wrapped words
Feb 19, 2024
d9f753e1
widget: Bit of cleanup around the previous fix
Feb 19, 2024
ab6dcbc1
widget: gtk4: Fix double and triple click handling
Feb 19, 2024
ffab62df
widget: Faster rewrapping on resize
Feb 19, 2024
c89a2478
lib: Remember the Terminal in ProcessingContext
Feb 19, 2024
77a8f94a
lib: Batch handling of single-width characters
Feb 19, 2024
c2343bf3
ring: Only occasionally advance the stream tails
Feb 19, 2024
2dfc0f7f
lib: Add terminfo
Feb 19, 2024
fe4febe5
widget: Clarify some code
Feb 21, 2024
e4c9a985
widget: Fix terminfo install directory
Feb 21, 2024
fb6e734a
terminfo: Update from origin source
Feb 21, 2024
89cc7f62
Update Thai translation
Feb 22, 2024
e55af605
widget: Set scroll-on-insert to false by default
Feb 22, 2024
d1f72ebe
scheduler: add 10hz fallback scheduler
Feb 22, 2024
b6d52dc3
widget: Set scroll-on-insert to false by default
Feb 23, 2024
2010409c
vte.sh: Avoid warning if shell is configured with 'set -u'
Feb 24, 2024
4637dd97
Revert "widget: Limit select-all to the writable region not including the scrollback"
Feb 24, 2024
b748432e
terminal: remove determine_colors() invisible check
Feb 27, 2024
cafd0e13
terminal: annotate unlikely paths in determine_colors()
Feb 27, 2024
b6e8f8d1
terminal: inline hot path of cell_is_selected_log()
Feb 27, 2024
81888fed
bidi: inline log2vis() and vis2log()
Feb 27, 2024
9afff233
ringview: inline get_bidirow()
Feb 27, 2024
bcf9db0d
widget: gtk4: Fix the look of outline block cursor in the first column
Feb 28, 2024
c8d7967f
a11y: implement GtkAccessibleText
Feb 29, 2024
7403da80
app: Rework argument parsing
Mar 02, 2024
a11a7652
widget: Fix end alignment
Mar 02, 2024
a9104708
fonts: Allow unknown coverage to silently pass through
Mar 02, 2024
e31607ba
a11y: Fix the build
Mar 03, 2024
e649ba69
draw: Remove draw_text_internal
Mar 10, 2024
57596ed4
draw: Remove unused functions
Mar 10, 2024
7c9d6b28
draw: Fix Rectangle constuctors
Mar 10, 2024
4c21cff3
widget: Add im_activate_osk() method
Mar 13, 2024
f3cc41dc
widget: Activate OSK on button release
Mar 13, 2024
1109aad7
gtk3: draw: minifont: Don't do minifont caching
Mar 14, 2024
8e952471
build: Bump gtk4 req version
Mar 15, 2024
45fdfb84
app: Don't hide scrolled-window option
Mar 17, 2024
aeb663ae
app: Add built-in CSS to hide scrolled-window over-scroll indicators
Mar 17, 2024
86074cce
widget: Also set tag when returning no match
Mar 19, 2024
3aa67278
widget,emulation: Support delivering horizontal mouse scrolling events
Mar 22, 2024
4a79d855
terminal: fix UTF-8 bounds check
Mar 25, 2024
b23e56fb
app: Don't use typeof
Mar 26, 2024
c7d6dd66
app: Fix the build with clang++
Mar 26, 2024
693283f7
Add Kabyle translation
Mar 30, 2024
2acd7706
docs: README: Clarify status of tarballs
Mar 31, 2024
065fc6ad
widget: termprops: Return also the termprop name from query()
Apr 05, 2024
5131bfb2
widget: termprops: Use [u]int64_t for integer termprops
Apr 05, 2024
c7325bc2
widget: Add API to list installed termprops
Apr 14, 2024
f426e721
emulation: Fix the reported bold/etc. color if unset
Apr 17, 2024
fdbd5d24
a11y: implement get_offset and get_extents for GTK 4
May 02, 2024
f9ca107a
Update Hindi translation
May 07, 2024
9d4e3834
lib: Use strong types for colour indices
May 20, 2024
744aba66
draw: minifont: Split into multiple classes
May 22, 2024
7bd6b7ca
build: a11y: Fix unused function warning on gtk < 4.15
May 22, 2024
e3b1110a
emulation: Add function to collect parameter rectangle
May 23, 2024
e198b94a
widget: Make CSS parse warnings non-fatal
May 25, 2024
19d82f68
spawn: Use O_CLOEXEC for g_unix_open_pipe
May 30, 2024
1803ba86
widget: Add safety limit to widget size requests
Jun 02, 2024
fd5511f2
emulation: Restrict resize request to sane numbers
Jun 02, 2024
c2fd196b
emulation: Implement DECRQSS for DECSLPP
Jun 09, 2024
de6412e3
widget: termprops: Rename function
Jun 09, 2024
99d34f31
lib: More constexpr
Jun 09, 2024
17b3ca6d
fonts: ensure ref of font from glyph item analysis
Jun 10, 2024
2b66579a
parser: sixel: Recognise but not implement DECGCH
Jun 15, 2024
00d680f6
widget: termprops: Add URI type
Jun 15, 2024
4bb767c3
widget: Replace some properties with termprops
Jun 15, 2024
b0a71dde
widget: termprops: Rework installing built-in termprops
Jun 19, 2024
a7aa95cb
widget: termprops: Implement termprop query
Jun 19, 2024
b4481add
widget: termprops: More termprop tests
Jun 20, 2024
9a6bc16e
widget: termprops: Always allow reset via termprop OSC
Jun 26, 2024
383d5c06
widget: termprops: Inhibit notification when there is no change
Jun 26, 2024
f44e1c20
widget: termprops: Inhibit notification when there is no change
Jun 26, 2024
f8de10f6
widget: Replace some properties with termprops
Jun 26, 2024
2b51c074
app: Use termprop for title changes
Jun 26, 2024
41f7037a
widget: Add termprops to replace fedora patches
Jun 26, 2024
d8cb83df
widget: termprops: Relax naming rules slightly
Jun 26, 2024
5c2252e2
widget: termprops: Inhibit notification when there is no change
Jun 27, 2024
47f39247
widget: termprops: Allow installing non-well-known termprops
Jun 27, 2024
26c108a8
widget: termprops: Change title termprop name
Jun 28, 2024
a7011918
widget: termprops: Allow installing non-well-known termprop aliases
Jun 28, 2024
d6c5fcbb
widget: docs: Docs fixes
Jun 28, 2024
4a68971c
widget: termprops: Remove reset function
Jul 02, 2024
b2e9fc7e
widget: termprops: Make sure to always set out params
Jul 02, 2024
b2ca78c9
app: Install double test termprop
Jul 03, 2024
09451176
emulation: Increase OSC reply length
Jul 03, 2024
65 additional commits have been omitted to prevent performance issues.
Loading
Loading