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
118 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
build: add check step
Zig Project Action #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
Zig Project Action #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
Zig Project Action #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)
Zig Project Action #36
:
Commit
ec71e34958
pushed by
yves-biener
main
2024-11-16 19:58:11 +01:00
36s
View workflow file
doc: removed unnecessary comment
Zig Project Action #35
:
Commit
f4adf53067
pushed by
yves-biener
main
2024-11-16 19:09:53 +01:00
33s
View workflow file
mod(widget/Text): add alignment options for Text Widget
Zig Project Action #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
Zig Project Action #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
Zig Project Action #31
:
Commit
0cc0ed10d2
pushed by
yves-biener
main
2024-11-13 19:16:12 +01:00
36s
View workflow file
mod(layout/Stacks): add comptime checks for correct
Element
union typing
Zig Project Action #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
Zig Project Action #26
:
Commit
1e59a7c593
pushed by
yves-biener
main
2024-11-13 16:11:47 +01:00
37s
View workflow file
mod(renderer): dynamic clear of size for widgets to improve render performance
Zig Project Action #25
:
Commit
270ca9b1be
pushed by
yves-biener
main
2024-11-13 15:08:46 +01:00
35s
View workflow file
doc: update layout and widget interface documentation
Zig Project Action #24
:
Commit
80459a51b1
pushed by
yves-biener
main
2024-11-12 23:42:23 +01:00
35s
View workflow file
add(zig-interface): dependency to check interface contracts at comptime
Zig Project Action #23
:
Commit
28817d468a
pushed by
yves-biener
main
2024-11-12 23:15:24 +01:00
53s
View workflow file
feat(renderer): render cells instead of raw u8 array contents
Zig Project Action #22
:
Commit
07e4819ecd
pushed by
yves-biener
main
2024-11-12 19:15:43 +01:00
39s
View workflow file
fix(typos)
Zig Project Action #21
:
Commit
510bf7d885
pushed by
yves-biener
main
2024-11-11 17:03:52 +01:00
33s
View workflow file
mod: change interface for rendering of
Layout
s and
Widget
s to use a non-const pointer to the renderer instead
Zig Project Action #19
:
Commit
d2d655c829
pushed by
yves-biener
main
2024-11-11 13:48:20 +01:00
38s
View workflow file
mod(app): automatically hide cursor when running fullscreen tui's
Zig Project Action #18
:
Commit
8b3f863404
pushed by
yves-biener
main
2024-11-11 13:33:44 +01:00
37s
View workflow file
mod(main): adapt example to showcase configuration of
Layout.Padding
and
Layout.Framing
Zig Project Action #17
:
Commit
1544a4d2ff
pushed by
yves-biener
main
2024-11-11 12:32:11 +01:00
38s
View workflow file
feat(layout): Framing and Padding implementation
Zig Project Action #16
:
Commit
4c67a86c27
pushed by
yves-biener
main
2024-11-10 22:24:39 +01:00
34s
View workflow file
mod(main): create combination example of HStack and VStack usage
Zig Project Action #15
:
Commit
6edbbe285c
pushed by
yves-biener
main
2024-11-10 19:16:25 +01:00
34s
View workflow file
feat(render): implement direct rendering
Zig Project Action #14
:
Commit
67a535db6d
pushed by
yves-biener
main
2024-11-10 19:09:35 +01:00
38s
View workflow file
fix(zterm): export corresponding necessary types
Zig Project Action #13
:
Commit
35a7f9cc02
pushed by
yves-biener
main
2024-11-10 17:08:53 +01:00
37s
View workflow file
mod: restructure terminal structs Key, Position and Size
Zig Project Action #11
:
Commit
88bc8c5346
pushed by
yves-biener
main
2024-11-10 17:02:27 +01:00
39s
View workflow file
fix(widget): respect size for RawText and Spacer Widgets
Zig Project Action #10
:
Commit
8ae9129403
pushed by
yves-biener
main
2024-11-10 16:04:04 +01:00
37s
View workflow file
add(widget/Spacer): empty widget implementation
Zig Project Action #6
:
Commit
b32556720e
pushed by
yves-biener
main
2024-11-10 00:16:37 +01:00
32s
View workflow file
doc: remove unnecessary whitespace and improve wording
Zig Project Action #5
:
Commit
04b6df691e
pushed by
yves-biener
main
2024-11-09 23:07:45 +01:00
30s
View workflow file
doc: initial readme documentation
Zig Project Action #4
:
Commit
84882d2991
pushed by
yves-biener
main
2024-11-09 21:48:49 +01:00
29s
View workflow file
fix(typos): correct spelling mistakes
Zig Project Action #3
:
Commit
4e8487353e
pushed by
yves-biener
main
2024-11-09 21:35:40 +01:00
53s
View workflow file
First
Previous
1
2
3
4
Next
Last