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(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
cleanup of obsolete comments and dead code
test.yaml #31
:
Commit
0cc0ed10d2
pushed by
yves-biener
main
2024-11-13 19:16:12 +01:00
36s
View workflow file
fix(lint): correct typo and rename Marging to Margin
test.yaml #30
:
Commit
5908d6d5e3
pushed by
yves-biener
main
2024-11-13 19:07:12 +01:00
32s
View workflow file
add: MIT-LICENSE with README updates
test.yaml #29
:
Commit
9bf146257a
pushed by
yves-biener
main
2024-11-13 19:02:50 +01:00
32s
View workflow file
add(layout/Marging): relative margins for `Element`s
test.yaml #28
:
Commit
bc1bc757d4
pushed by
yves-biener
main
2024-11-13 18:10:46 +01:00
32s
View workflow file
mod(layout/Stacks): add comptime checks for correct `Element` union typing
test.yaml #27
:
Commit
61f6c72bf8
pushed by
yves-biener
main
2024-11-13 16:51:02 +01:00
35s
View workflow file
add(Layout/Padding): clear only when necessary
test.yaml #26
:
Commit
1e59a7c593
pushed by
yves-biener
main
2024-11-13 16:11:47 +01:00
37s
View workflow file
First
Previous
...
4
5
6
7
8
Next
Last