Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: libspelling support, doesn't seem to work properly libspelling | Vika | 2025-03-11 | 1 | -1/+2 |
| | |||||
* | Provide an application icon | Vika | 2025-01-30 | 1 | -7/+1 |
| | |||||
* | Make LLM enhancements optional | Vika | 2024-09-04 | 1 | -3/+7 |
| | |||||
* | Run checkPhase | Vika | 2024-09-04 | 1 | -0/+1 |
| | |||||
* | Remove libpanel dependency | Vika | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | Modify the dependencies to explicitly depend on important things | Vika | 2024-09-04 | 1 | -4/+9 |
| | | | | | | | - glib-networking is a transient dependency for libsoup - dconf.lib is added automatically - the GTK3 dependency should be removed from the closure now - dconf.lib should be added by wrapGAppsHook4 | ||||
* | Gettextize and add Russian translation | Vika | 2024-09-04 | 1 | -1/+1 |
| | | | | | | This is a very shitty translation, but it can be improved later. I added it mostly as a test for translations working correctly, since I know Russian and might as well translate the app into the language. | ||||
* | Mesonify build | Vika | 2024-09-04 | 1 | -6/+35 |
| | | | | | | | | This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things. | ||||
* | Bring in gettext and related tools | Vika | 2024-08-28 | 1 | -3/+3 |
| | | | | xtr is better at extracting translatables from Rust than xgettext is. | ||||
* | Proper main menu icon | Vika | 2024-08-25 | 1 | -2/+8 |
| | |||||
* | Fix librsvg not being added to the GDK_PIXBUF_LOADERS_PATH on NixOS | Vika | 2024-08-25 | 1 | -2/+2 |
| | |||||
* | Add librsvg | Vika | 2024-08-22 | 1 | -2/+2 |
| | | | | Apparently not having it means we won't have our icons. | ||||
* | Send posts made in the post composer | Vika | 2024-08-20 | 1 | -2/+2 |
| | |||||
* | Initial Nix & Cargo boilerplate for a Relm4 project | Vika | 2024-08-19 | 1 | -0/+44 |