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
add(layout/tab): Tab layout implementation
Zig Project Action #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
Zig Project Action #42
:
Commit
6cd78d0418
pushed by
yves-biener
main
2024-11-19 23:29:04 +01:00
54s
View workflow file
fix: build step check
Zig Project Action #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
Zig Project Action #40
:
Commit
1b8b3023c5
pushed by
yves-biener
main
2024-11-19 22:05:23 +01:00
54s
View workflow file
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(dispatch): use
anyopague
instead of
usize
for pointer handling
Zig Project Action #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
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
fix(lint): correct typo and rename Marging to Margin
Zig Project Action #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
Zig Project Action #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
Zig Project Action #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
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
feat(Renderer): update interface functions to start supporting buffered rendering
Zig Project Action #20
:
Commit
ed5873de63
pushed by
yves-biener
main
2024-11-11 17:03:05 +01:00
31s
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
First
Previous
...
5
6
7
8
9
Next
Last