1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
view: Fix trapped focus during pause More... 6 months ago
view: Start the selection in the middle of the grid Less keystrokes for keyboard users to begin playing More... 6 months ago
game: Don't start the clock on custom games More... 6 months ago
app: Fix the view becoming unfocusable on game completion More... 6 months ago
Sync release info with branches More... 6 months ago
app: Give the meson version to the about dialog Adds a "What's new" row based off appstream data More... 6 months ago
view: Fix show possibilities not applying to new boards More... 6 months ago
Use css cascading instead of manually controlling style classes Fixes selection not applying when combined with highlight numbers More... 6 months ago
app: Don't hold an app reference Fixes the app not getting destroyed properly More... 6 months ago
css: Use transition effects over animations These work even when animations are disabled More... 6 months ago
css: Use a variable for the paused animation This allows the color to update when dark/light mode is changed Rename sudokucell to sudoku-cell More... 6 months ago
Update Finnish translation More... 6 months ago
css: Restore bold to value warnings Unlike the previous behavior we no longer bolden earmark warnings More... 6 months ago
Update Hungarian translation More... 6 months ago
Move to a single view object that we reuse Reduce the (small) overhead of destructing and constructing objects Rename SudokuView to SudokuGameView to more accurately describe its function. More... 6 months ago
App: Fix settings not saving More... 6 months ago
Update screenshots More... 6 months ago
Update version More... 6 months ago
Refactor Move game into view as its lifetime is directly linked with it Rename a few functions and variables Create a singleton App variable to easily access Sudoku settings More... 6 months ago
metainfo: Fix release dates More... 6 months ago
Update Catalan translation More... 6 months ago
Prepare 48.rc More... 6 months ago
Update tab and ctrl+keys to cycle through cells linearly Closes #5 More... 6 months ago
print-dialog: Fix scaling at lower resolutions More... 6 months ago
Fix completed games saves not getting cleanup Follow up on bfa2a79ec68e6dec7abc8fac7fa99ee3794d3250 We do create a new save for completed games and delete the previous one but because the board doesn't get cleared on completion it will create a new save on exit More... 6 months ago
Update British English translation More... 6 months ago
Move paused_changed to use a property notify Cleans up the code and removes unnecessary variables Includes a bit of code style streamlining More... 6 months ago
Add delete save function More... 6 months ago
Use more property bindings More... 6 months ago
app: Cleanup unused conditionals Completed games are always moved More... 6 months ago