This website requires JavaScript.
Explore
Help
Sign In
yves-biener
/
zterm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Wiki
Activity
All Workflows
Release Zig Application
Zig Project Action
253 workflow runs
Actor
All actors
yves-biener
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
feat/exec
feat/popup
main
mod(build): build configuration for examples
Zig Project Action #73
:
Commit
96375e3b72
pushed by
yves-biener
main
2025-02-20 11:20:43 +01:00
54s
View workflow file
mod: update zig version
Zig Project Action #72
:
Commit
9322785ca0
pushed by
yves-biener
main
2025-02-19 22:56:05 +01:00
43s
View workflow file
fix(element/scrollable): render horizontal directed contents correctly
Zig Project Action #71
:
Commit
cc831a5cdf
pushed by
yves-biener
main
2025-02-19 22:25:18 +01:00
46s
View workflow file
feat(scrollable): make
Container
scrollable through
Element
Scrollable
Zig Project Action #70
:
Commit
86b3e7d4ed
pushed by
yves-biener
main
2025-02-19 20:34:26 +01:00
1m35s
View workflow file
mod(mouse): fix
input.Mouse.in
method
Zig Project Action #69
:
Commit
f55d71a7cb
pushed by
yves-biener
main
2025-02-18 19:12:08 +01:00
47s
View workflow file
ref(input): move mouse.zig and key.zig into public input.zig namespace
Zig Project Action #68
:
Commit
f66a870223
pushed by
yves-biener
main
2025-02-18 18:26:33 +01:00
1m41s
View workflow file
add(input): mouse support
Zig Project Action #67
:
Commit
e2f9408850
pushed by
yves-biener
main
2025-02-17 23:37:34 +01:00
46s
View workflow file
ref(ctlseqs): use control sequence file; rename key names
Zig Project Action #66
:
Commit
c2080ab40f
pushed by
yves-biener
main
2025-02-17 23:10:36 +01:00
46s
View workflow file
ref(key): make
Key
struct packed and rename constants
Zig Project Action #65
:
Commit
a9f48bfb6a
pushed by
yves-biener
main
2025-02-17 21:09:22 +01:00
2m5s
View workflow file
add(element/scrollable): implement content provider
Zig Project Action #64
:
Commit
7891af6c6f
pushed by
yves-biener
main
2025-02-17 20:03:19 +01:00
1m49s
View workflow file
fix(lint): correct spelling errors
Zig Project Action #63
:
Commit
7b690d387b
pushed by
yves-biener
main
2025-02-16 16:03:42 +01:00
42s
View workflow file
fix(lint): correct spelling errors
Zig Project Action #62
:
Commit
7b690d387b
pushed by
yves-biener
#1
2025-02-16 16:02:34 +01:00
1m10s
View workflow file
add(main): main executable with
zig build run
support
Zig Project Action #61
:
Commit
5c929479b2
pushed by
yves-biener
#1
2025-02-16 15:46:30 +01:00
5m10s
View workflow file
fix(typo): correct function name
Zig Project Action #60
:
Commit
c83ceff925
pushed by
yves-biener
main
2025-01-30 16:30:50 +01:00
1m40s
View workflow file
fix(View): correct typo
Zig Project Action #59
:
Commit
1ea410354f
pushed by
yves-biener
main
2025-01-15 11:03:34 +01:00
51s
View workflow file
add(View):
enable
and
disable
interface functions
Zig Project Action #58
:
Commit
e9be9a1c35
pushed by
yves-biener
main
2025-01-15 11:01:37 +01:00
38s
View workflow file
fix: renderer default size value and example usage
Zig Project Action #57
:
Commit
f4a01f227e
pushed by
yves-biener
main
2025-01-14 17:18:48 +01:00
42s
View workflow file
mod(renderer): store absolut screen size for view change to report current screen size accordingly
Zig Project Action #56
:
Commit
2efbb5feb1
pushed by
yves-biener
main
2025-01-14 17:12:50 +01:00
1m21s
View workflow file
add(view):
View
type for composing view modules
Zig Project Action #55
:
Commit
3048b59e84
pushed by
yves-biener
main
2025-01-14 01:15:48 +01:00
22s
View workflow file
fix(style): apply merging only if it differs from the default values
Zig Project Action #54
:
Commit
817056cf8b
pushed by
yves-biener
main
2025-01-07 13:09:11 +01:00
42s
View workflow file
add(style): merge function to merge styles from different styles together
Zig Project Action #53
:
Commit
0015bac9ff
pushed by
yves-biener
main
2025-01-07 12:59:21 +01:00
1m43s
View workflow file
mod(memory): do not create items on the stack instead using the provided allocator
Zig Project Action #52
:
Commit
c2c3f41ff3
pushed by
yves-biener
main
2025-01-06 22:01:12 +01:00
4m26s
View workflow file
dep: bump zg dependency
Zig Project Action #51
:
Commit
04e1ca087f
pushed by
yves-biener
main
2024-12-27 12:05:44 +01:00
51s
View workflow file
add(widget/Input): widget for user inputs
Zig Project Action #50
:
Commit
2ef59ca9ea
pushed by
yves-biener
main
2024-12-27 11:39:49 +01:00
1m22s
View workflow file
feat(event): add focus in/out event to SystemEvents
Zig Project Action #49
:
Commit
3a989321fc
pushed by
yves-biener
main
2024-12-25 13:00:39 +01:00
3m54s
View workflow file
mod: reduce the amount of unnecessary re-renderings
Zig Project Action #48
:
Commit
f7cd61d619
pushed by
yves-biener
main
2024-12-08 21:40:00 +01:00
1m8s
View workflow file
mod: make terminal.zig public
Zig Project Action #47
:
Commit
3947c2b5af
pushed by
yves-biener
main
2024-12-05 19:01:45 +01:00
1m33s
View workflow file
fix(renderer): avoid inter overflow when rendering multiline strings
Zig Project Action #46
:
Commit
bbb360e417
pushed by
yves-biener
main
2024-12-03 17:46:07 +01:00
2m10s
View workflow file
fix: do not use @divExact as the exact division cannot be garantueed from the caller
Zig Project Action #45
:
Commit
05277a226a
pushed by
yves-biener
main
2024-11-27 15:12:46 +01:00
1m41s
View workflow file
add(widget/List): initial list widget; used in tabs.zig example
Zig Project Action #44
:
Commit
8d68945100
pushed by
yves-biener
main
2024-11-23 22:44:27 +01:00
1m34s
View workflow file
First
Previous
...
5
6
7
8
9
Next
Last