summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.0.0 HEAD mainVika2024-09-042-2/+2
* Make LLM enhancements optionalVika2024-09-049-64/+165
* Deal with Clippy warnings and simplify the internal Smart Summary APIVika2024-09-041-26/+20
* Preferences dialogVika2024-09-045-2/+138
* Smart Summary is now working!Vika2024-09-048-33/+338
* Run checkPhaseVika2024-09-041-0/+1
* Deal with Clippy warningsVika2024-09-043-3/+2
* Fix categories in .desktop fileVika2024-09-041-1/+1
* Fix build scriptVika2024-09-041-3/+6
* Remove libpanel dependencyVika2024-09-043-34/+2
* Modify the dependencies to explicitly depend on important thingsVika2024-09-041-4/+9
* Add a GSettings schemaVika2024-09-043-20/+25
* Add gettext manuals to the devshellVika2024-09-041-0/+6
* Gettextize and add Russian translationVika2024-09-049-31/+313
* Mesonify buildVika2024-09-0413-6/+310
* Set global CSS instead of adding a style context to every widgetVika2024-08-282-9/+4
* Bring in gettext and related toolsVika2024-08-286-3/+778
* Clear tags on post submitVika2024-08-261-1/+1
* Proper main menu iconVika2024-08-256-3/+175
* Add licenseVika2024-08-252-0/+4
* Signing out of the app and the About dialogVika2024-08-251-4/+60
* Fix stuck buttonsVika2024-08-251-1/+3
* Use a provided SoupSession for MicropubVika2024-08-252-10/+12
* Fix librsvg not being added to the GDK_PIXBUF_LOADERS_PATH on NixOSVika2024-08-251-2/+2
* Style changes to work better with the default themeVika2024-08-252-20/+41
* TagPill: remove the commented macro invocationVika2024-08-251-1/+0
* PostEditor: reset internal tracker on updatesVika2024-08-251-0/+1
* Simplify the main component a lotVika2024-08-252-130/+95
* SignIn: Provide scopes granted in the outputVika2024-08-251-5/+11
* Don't use an extraneous Box for the spinnerVika2024-08-251-8/+2
* Properly mount loading widgetsVika2024-08-251-0/+5
* "Better" error handling from libsecretVika2024-08-251-33/+78
* Bring child components onto the top-level and use a single SoupSessionVika2024-08-252-39/+39
* Prototype for signing in with IndieAuthVika2024-08-253-36/+670
* Bump kittybox-indieauthVika2024-08-251-2/+2
* Very crude mock-up for an authentication screenVika2024-08-242-76/+149
* Tags in postsVika2024-08-233-7/+131
* Comply with GNOME HIG by ensuring our window can scale to a small sizeVika2024-08-233-157/+149
* Factor out the post editor UI into a separate componentVika2024-08-223-369/+537
* Add librsvgVika2024-08-221-2/+2
* Use a nice icon for the post buttonVika2024-08-221-1/+3
* SmartSummaryButton: un-asyncify and move summarization to a commandVika2024-08-222-31/+64
* SmartSummaryButton: ask parent component for textVika2024-08-222-38/+67
* Factor out the smart summary buttonVika2024-08-222-71/+120
* Display toasts on submitted posts and errorsVika2024-08-221-157/+178
* Don't submit empty postsVika2024-08-201-0/+4
* Visibility selectorVika2024-08-201-21/+84
* Make the TextView scrollableVika2024-08-201-12/+19
* Send posts made in the post composerVika2024-08-206-69/+1218
* Make the post composer asynchronousVika2024-08-202-12/+28