61
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add MkFuncVoid() More... 11 months ago
convert more update checker to Func0 More... 11 months ago
installer: when updating allUsers installation, properly default to it More... 11 months ago
convert one RunAsync() from update check to Func0 More... 11 months ago
installer: don't crash in RestartElevatedForAllUsers() if installer windows wasn't created yet (for #4413) More... 11 months ago
log crash info to pipe More... 11 months ago
do InitializePolicies() earlier; optimize it a bit More... 11 months ago
use CanAccessDisk() more More... 11 months ago
cleanups of mupdf_load_system_font.c More... 11 months ago
tweaking mupdf_load_system_font.c for less allocations More... 11 months ago
convert FileExistanceCheckerThread to use RunAsync with Func0 More... 11 months ago
maybe fix crash in TabsCtrl::WndProc when calling GetTab() More... 11 months ago
add RunAsync() that takes Func0 More... 11 months ago
add UITask::Post(Kind, Func0) More... 11 months ago
fix mkFunc1(); progress on reporting progress of http download More... 11 months ago
revert change to parsing cmd-line args More... 11 months ago
fix custom keyboard shortcuts for commands without arguments (fixes #4412) More... 11 months ago
When closing a tab, make the next tab to the right the 'current' one (fixes #4401) More... 11 months ago
update ParseFlags tests for changed implementation More... 11 months ago
fix build More... 11 months ago
fix parsing flags and LaunchProcessWithCmdLine() (fixes #4406) More... 11 months ago
more logging for installation process More... 11 months ago
tweak LogLastError() to not log last '\n' More... 11 months ago
installer: elevated if needed with -fast-install; more logging for uninstall (fixes #4339; for #4406) More... 11 months ago
tweak docs More... 11 months ago
add setcontent arg to CmdCreateAnnotHighlight etc. (fixes #4360) More... 11 months ago
add Key field to Shortcuts advanced setting (fixes #4348) More... 11 months ago
rename str::IsEmptyOrWhiteSpaceOnly() => str::IsWhiteSpaceOnly() More... 11 months ago
add selection handlers to command palette More... 11 months ago
add Key to SelectionHandlers to define custom keyboard shortcut (fixes #4408) More... 11 months ago