61
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
convert TaskSetThumbnail to Func0 More... 10 months ago
convert SafeDeleteCommandPaletteWnd and UpdateFindStatus to Func0 More... 10 months ago
refactor ReloadTab to use Func0 More... 10 months ago
convert GoToTocLink to Func0 More... 10 months ago
fix adding ExternalViewers to File menu (fixes #4417) More... 10 months ago
fix session saving on 'q' (fixes #2768) More... 10 months ago
revert dca704d4301f1e49d838a2c87140e5d3c415bfcd to fix not remembering session (fixes #4415) More... 10 months ago
convert uitask::Post() to Func0 More... 10 months ago
convert document loading to Func0; remove RunAsync() using std::function More... 10 months ago
installer: fix crash when clicking Start button and re-launching during auto-update More... 10 months ago
add logging to RunNonElevated() More... 10 months ago
convert ClearHistory to Func0 More... 10 months ago
show update download progress; refactor to use Func0 More... 10 months ago
add MkFuncVoid() More... 10 months ago
convert more update checker to Func0 More... 10 months ago
installer: when updating allUsers installation, properly default to it More... 10 months ago
convert one RunAsync() from update check to Func0 More... 10 months ago
installer: don't crash in RestartElevatedForAllUsers() if installer windows wasn't created yet (for #4413) More... 10 months ago
log crash info to pipe More... 10 months ago
do InitializePolicies() earlier; optimize it a bit More... 10 months ago
use CanAccessDisk() more More... 10 months ago
cleanups of mupdf_load_system_font.c More... 10 months ago
tweaking mupdf_load_system_font.c for less allocations More... 10 months ago
convert FileExistanceCheckerThread to use RunAsync with Func0 More... 10 months ago
maybe fix crash in TabsCtrl::WndProc when calling GetTab() More... 10 months ago
add RunAsync() that takes Func0 More... 10 months ago
add UITask::Post(Kind, Func0) More... 10 months ago
fix mkFunc1(); progress on reporting progress of http download More... 10 months ago
revert change to parsing cmd-line args More... 10 months ago
fix custom keyboard shortcuts for commands without arguments (fixes #4412) More... 10 months ago