Commits at 98a3162cce47e26b0dc44f67ce8c1185417210ab
98a3162cUse add/remove_css_class method from Gtk.Widget
This is safer and easier to maintain.
Shota FUJI
authored at
Shota FUJI
comitted at
cfda7d2fUtilize class initializer for widgets
This is much easier to read than multiple assignment statements.
Shota FUJI
authored at
Shota FUJI
comitted at
8804b923Change start button's color when there is no running timer
Shota FUJI
authored at
Shota FUJI
comitted at
7a6fb9bcEmpty UI for timer list
It does not make sense at History page, but I have to create a new
widget for that page anyway, so this is okay for now.
Shota FUJI
authored at
Shota FUJI
comitted at
d284546fFix duplicated output log from vala compiler
Considering setting `valac.stdio = .inherit`, which is not affected this
bug, marks the run step having side-effects, this seems to be the only
workaround for now.
Shota FUJI
authored at
Shota FUJI
comitted at
ea522a68Vala project setup using Zig Build System
I'm going to add Zig module later, for CRDT / Web feature.
I tried Meson to see it's smoothly integrate with Zig Build System but
its DX is horrible so I gave up, even though build succeeds. Also GNOME
Builder's output is so bloated and generated files' quality was
unknown-npm-package level.
This approach will require a lot of research and deep knowledge, but
it's way better than "managing" obscure files I have no idea of.
Shota FUJI
authored at
Shota FUJI
comitted at