| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactored matching into one function instead of repeating them for OR and AND | isanae | 2019-11-27 | 2 | -84/+72 |
| * | added not filter, not functional yet | isanae | 2019-11-27 | 5 | -7/+27 |
| * | allow relative paths for binaries in the executables settings | isanae | 2019-11-27 | 3 | -5/+6 |
| * | added checks on startup for directories in program files | isanae | 2019-11-27 | 2 | -0/+83 |
| * | Merge pull request #909 from isanae/change-category-crash | isanae | 2019-11-27 | 2 | -0/+28 |
| |\ |
|
| | * | fix crash when changing categories on mods when the "no categories" filter is... | isanae | 2019-11-27 | 2 | -0/+28 |
| * | | added transifex link in the settings | isanae | 2019-11-27 | 1 | -2/+12 |
| |/ |
|
| * | changed labels that have links to new LinkLabel, removed hardcoded colors | isanae | 2019-11-27 | 17 | -6/+73 |
| * | Merge pull request #906 from isanae/various-fixes | isanae | 2019-11-27 | 19 | -57/+461 |
| |\ |
|
| | * | changed mod name of unmanaged files from "data" to "<Unmanaged>" in the data ... | isanae | 2019-11-27 | 1 | -6/+26 |
| | * | only default sort file trees if no setting was saved | isanae | 2019-11-27 | 2 | -4/+7 |
| | * | added open mod info to data tab context menu | isanae | 2019-11-26 | 2 | -0/+24 |
| | * | sortable filetree, remember settings | isanae | 2019-11-26 | 3 | -0/+16 |
| | * | fix sort in overwrite, remember settings | isanae | 2019-11-26 | 2 | -2/+12 |
| | * | don't log EPT_S_NOT_REGISTERED errors, treat it as firewall disabled | isanae | 2019-11-26 | 1 | -1/+12 |
| | * | ignore some instance folders like "cache" and "qtwebengine" | isanae | 2019-11-26 | 1 | -1/+16 |
| | * | added loot to missing files check | isanae | 2019-11-26 | 1 | -3/+8 |
| | * | added option to hide confirmation when switching instances | isanae | 2019-11-26 | 5 | -6/+34 |
| | * | added rivatuner to sanity checks | isanae | 2019-11-26 | 4 | -33/+63 |
| | * | log new modules being loaded after startup | isanae | 2019-11-26 | 3 | -0/+175 |
| | * | removed useless logging about servers | isanae | 2019-11-26 | 1 | -4/+3 |
| | * | don't log md5 for any system file | isanae | 2019-11-26 | 1 | -4/+13 |
| | * | simplified security products: don't log guids, remove duplicate entries | isanae | 2019-11-26 | 2 | -9/+12 |
| | * | log timezone | isanae | 2019-11-26 | 2 | -0/+48 |
| | * | only log crash dumps message on startup | isanae | 2019-11-26 | 2 | -6/+14 |
| * | | cwd was MO instead of binary if non was specified in the exe settings | isanae | 2019-11-26 | 1 | -2/+2 |
| |/ |
|
| * | bumped to 2.2.2-alpha8 | isanae | 2019-11-26 | 1 | -2/+2 |
| * | ignore loot reports about disabled plugins | isanae | 2019-11-26 | 2 | -20/+36 |
| * | fixed timing crash when trying to update the lock ui after it was closed | isanae | 2019-11-26 | 1 | -0/+8 |
| * | switched to using a job object to monitor for processes so child processes ca... | isanae | 2019-11-26 | 4 | -81/+298 |
| * | removed calls to GetOverlappedResultEx() and SetThreadDescription(), not avai... | isanae | 2019-11-25 | 2 | -4/+10 |
| * | bumped to 2.2.2alpha7 | isanae | 2019-11-25 | 4 | -15/+22 |
| * | Merge pull request #901 from isanae/loot-rework | isanae | 2019-11-25 | 17 | -563/+2699 |
| |\ |
|
| | * | save/restore state for loot dialog | isanae | 2019-11-25 | 2 | -3/+18 |
| | * | now passes --language to lootcli | isanae | 2019-11-25 | 1 | -1/+2 |
| | * | switched to overlapped io so lootcli can still be terminated even if it's not... | isanae | 2019-11-25 | 2 | -98/+205 |
| | * | switched to named pipes | isanae | 2019-11-25 | 3 | -70/+115 |
| | * | fixed cancel button | isanae | 2019-11-25 | 3 | -52/+98 |
| | * | removed max-width, larger dialog | isanae | 2019-11-24 | 2 | -14/+1 |
| | * | tweaked css, finished markdown report | isanae | 2019-11-24 | 5 | -304/+424 |
| | * | changed loot report to webengine with markdown support | isanae | 2019-11-24 | 5 | -23/+434 |
| | * | split loot dialog, added ui file | isanae | 2019-11-24 | 5 | -272/+492 |
| | * | basic html loot report | isanae | 2019-11-24 | 1 | -7/+46 |
| | * | added loot info to tooltip | isanae | 2019-11-23 | 4 | -74/+195 |
| | * | removed m_ prefix from struct members | isanae | 2019-11-23 | 2 | -215/+239 |
| | * | added loot report to the plugin list, not used yet | isanae | 2019-11-23 | 4 | -208/+295 |
| | * | rewrite of json report parsing | isanae | 2019-11-23 | 4 | -142/+410 |
| | * | emit logs for general messages | isanae | 2019-11-22 | 2 | -92/+99 |
| | * | open json report button | isanae | 2019-11-22 | 2 | -3/+34 |
| | * | cancel/close button | isanae | 2019-11-22 | 1 | -4/+20 |