Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-23Ran all PNGs through oxipng with Zopfli compressor activatedHEADmasterOliver Schneider
2021-07-16Amended ignore fileOliver Schneider
2019-11-23Renamed VS2017 projects/solutions to VS2019 ones.Oliver Schneider
One fix to the LuaJIT2 project generation ... binaries ended up outside the top-level folder. A handful of code sanity changes. Updated SQLite3 to 3.30.1
2019-11-17Remove a call to GetFileAttributesW(), addressing issue #193.Oliver Schneider
When profiling on Windows 7 this took up ~25% of CPU time, on Windows 10 (1903) it was still nearly 20%. So this should be a cheap win.
2019-11-17Adding .editorconfig files in the hope of avoiding future messing with lineOliver Schneider
endings or mixed tabs and spaces ...
2019-11-17Line endings unified to match the rest of the bunchOliver Schneider
2019-11-16Updating with support for VS2019Oliver Schneider
2019-11-05"Upstream" changes to setvcvars.cmdOliver Schneider
2019-11-01Updating setvcvars.cmdOliver Schneider
2019-08-04Fixed up the (bitmap) logos a bit (higher resolution, and covering most of ↵Oliver Schneider
the SVGs now)
2018-11-18EOL changesOliver Schneider
2018-11-18Finalizing my adjustments for the contact formOliver Schneider
2018-11-17Honing some rough edgesOliver Schneider
2018-11-13Using absolute paths to images, fixed the Jinja2 template up a bitOliver Schneider
2018-11-12Preparing for the new contact form backendOliver Schneider
2018-11-12Removing SourceForge referencesOliver Schneider
2018-10-17Adding some items to the ignore fileOliver Schneider
2018-10-10More warnings addressedOliver Schneider
2018-10-09Normalizing line endings on lua-winreg as wellOliver Schneider
2018-10-09Fixed a number of warnings from the static analyzer and switched to ↵Oliver Schneider
GetTickCount64 (or a surrogate function on pre-Vista) whereever we use millisecond values
2018-10-08Using EOL extension now, including a .hgeol file to make certain line ending ↵Oliver Schneider
specifications explicit Added missing test case for lua-winreg A number of warnings addressed Adding some helpers to deal with user privileges Some improvements regarding the inclusion of a basic set of Lua scripts in the resource section New version of setvcvars.cmd
2018-10-08Merged in dtruebin/windirstat (pull request #9)Oliver
Update Russian translation
2018-09-19New setvcvars.cmdOliver Schneider
2018-05-02update Russian translationDmitry Trubin
2018-04-05Improved logic in wow64.cOliver Schneider
2018-04-05Going with the line endings of the upstream project insteadOliver Schneider
2018-04-05Fixing some errors and warnings in lua-winregOliver Schneider
Unified line endings
2018-04-05Updated contact formOliver Schneider
2018-04-04Cleanup of premake4.lua and added VS2017 build directory to .hgignoreOliver Schneider
2018-04-04Adding web logos as SVGOliver Schneider
2018-04-04Removing the Lua implementations of some functions I planned to make ↵Oliver Schneider
available by default.
2018-04-04Updating lua-winreg module to 104aff465b80a879a9a44415baa34ce53bfa602aOliver Schneider
2018-02-11Corrected the implementation of the operator< overload and improved the ↵Alex Subaric
formatting of the operator== overload to make it more readable.
2018-02-01Merged in ↵Oliver
adoroshenko/windirstat/adoroshenko/updated-contact-section-on-russian-gramm-1517433970967 (pull request #6) Updated "Contact" section on Russian grammar in README.md
2018-02-01Updated "Contact" section on Russian grammar in README.mdAnton Doroshenko
Well, you don't write it well anymore, yet it was easy to understand you :) --HG-- branch : adoroshenko/updated-contact-section-on-russian-gramm-1517433970967
2017-12-22Updating Triple mirrorOliver Schneider
2017-11-24Rearranged some build flags in premake4.luaOliver Schneider
Fixed up produce_vsprojects.cmd to heed the command line arguments Reverted to original RGB_GET_?VALUE macros to prevent an exception in debug builds Removing more parts referring to the CHM help file Removing WEAK_ASSERT Using --full to produce the checked in solutions Fixed constant length to account for terminating zero
2017-11-22Replaced own countof by the _countof from stdlib.hOliver Schneider
Moved numerous headers out of stdafx.h so these won't cause unnecessary recompiles
2017-11-22Updating the ignore fileOliver Schneider
2017-11-20Minor cleanupOliver Schneider
And another fix to premake4.lua and subsequently the one affected project
2017-11-20Making the premake4.lua a little more robustOliver Schneider
Also working around the Premake4 issue with resource_compile(), see https://github.com/premake/premake-4.x/issues/10
2017-11-17Fixing Issue #100 as per Alexander's suggestion.Oliver Schneider
2017-11-16One part of Issue #150Oliver Schneider
2017-11-16Fixed Issue #157Oliver Schneider
2017-11-16Removed the duplicate icons and bitmapsOliver Schneider
Renaming the script for builds, planning to also use that for other than release build types Renamed one of the WiX language files
2017-11-16Fixing build issuesOliver Schneider
2017-11-16Removing HTML help feature (for now just defanged)Oliver Schneider
Adding "/nodefaultlib:libcmt" to debug configurations of WDS because of the luajit2 static lib Fixed the /debug:fastlink issue with VS2017
2017-11-16Merge with fix-translation-messOliver Schneider
2017-11-15Renamed a handful of folder names to be more descriptiveOliver Schneider
Adjusted project names accordingly Adjusted project generation as well --HG-- branch : fix-translation-mess
2017-11-15Replaced occurrences of \r\n by \n inside resource strings (also texts of ↵Oliver Schneider
controls) --HG-- branch : fix-translation-mess