This website requires JavaScript.
Explore
Help
Sign In
yves-biener
/
zterm
Watch
1
Star
0
Fork
0
You've already forked zterm
Code
Issues
Pull Requests
Actions
Wiki
Activity
All Workflows
release.yaml
test.yaml
Actor
All actors
yves-biener
Status
All status
Success
Failure
Waiting
Running
add(main): main executable with `zig build run` support
test.yaml #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
test.yaml #60
:
Commit
c83ceff925
pushed by
yves-biener
main
2025-01-30 16:30:50 +01:00
1m40s
View workflow file
fix(View): correct typo
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #52
:
Commit
c2c3f41ff3
pushed by
yves-biener
main
2025-01-06 22:01:12 +01:00
4m26s
View workflow file
dep: bump zg dependency
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #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
test.yaml #44
:
Commit
8d68945100
pushed by
yves-biener
main
2024-11-23 22:44:27 +01:00
1m34s
View workflow file
add(layout/tab): Tab layout implementation
test.yaml #43
:
Commit
c0c7b9f925
pushed by
yves-biener
main
2024-11-21 23:37:10 +01:00
9m46s
View workflow file
fix: release mode `undefined` usage (for optionals); bump to 0.14.dev
test.yaml #42
:
Commit
6cd78d0418
pushed by
yves-biener
main
2024-11-19 23:29:04 +01:00
54s
View workflow file
fix: build step check
test.yaml #41
:
Commit
cd12fb12e6
pushed by
yves-biener
main
2024-11-19 22:13:11 +01:00
54s
View workflow file
build: check add missing imports
test.yaml #40
:
Commit
1b8b3023c5
pushed by
yves-biener
main
2024-11-19 22:05:23 +01:00
54s
View workflow file
build: add check step
test.yaml #39
:
Commit
8ee3bd7dbc
pushed by
yves-biener
main
2024-11-19 22:00:25 +01:00
2m20s
View workflow file
bump to zig 0.14.dev
test.yaml #38
:
Commit
4658fccba9
pushed by
yves-biener
main
2024-11-16 21:02:20 +01:00
1m33s
View workflow file
fix: destructor should not change pointer to `undefined`
test.yaml #37
:
Commit
90af887d77
pushed by
yves-biener
main
2024-11-16 20:13:01 +01:00
36s
View workflow file
mod: each layout and widget now allocates their own instance in memory using the provided allocator (and destroy's themselfes in the end)
test.yaml #36
:
Commit
ec71e34958
pushed by
yves-biener
main
2024-11-16 19:58:11 +01:00
36s
View workflow file
doc: removed unnecessary comment
test.yaml #35
:
Commit
f4adf53067
pushed by
yves-biener
main
2024-11-16 19:09:53 +01:00
33s
View workflow file
mod(dispatch): use `anyopague` instead of `usize` for pointer handling
test.yaml #34
:
Commit
4ef9e077cb
pushed by
yves-biener
main
2024-11-16 19:09:15 +01:00
26s
View workflow file
mod(widget/Text): add alignment options for Text Widget
test.yaml #33
:
Commit
7c9038fbda
pushed by
yves-biener
main
2024-11-16 18:13:39 +01:00
36s
View workflow file
add(examples): split main.zig into examples which can be executed and reviewed independently
test.yaml #32
:
Commit
aeac4bdc83
pushed by
yves-biener
main
2024-11-15 21:04:05 +01:00
50s
View workflow file
First
Previous
...
5
6
7
8
9
Next
Last