summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-12-26compat/process-list: be easier on malloc(3)Stanislaw Halik
The real fix would be to use pr-eallocated buffers thus completely avoiding malloc. But it's difficult to test on all platforms and avoid introducing subtle bugs.
2024-12-26compat: fix Linux process listStanislaw Halik
`procps-ng` silently broke API compatibility in a patch release. Reported-by: @DoomSlinger Fix-by: @thorger Fixes: #1970
2024-12-26cmake: fix install() warning on new cmakeStanislaw Halik
2024-11-02Merge pull request #1954 from DaWelter/masterStanislaw Halik
2024-11-02tracker/nn: Update modelsMichael Welter
* Remove head-pose.onnx * Add head-pose-0.3-big-quantized.onnx, which was trained with https://github.com/opentrack/neuralnet-tracker-traincode commit 9891d60
2024-10-30change all readme links to httpsStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-02Merge pull request #1932 from Priton-CE/wine-extended-protonStanislaw Halik
2024-10-02fixed qt tab orderPriton-CE
2024-10-02implemented requested change: use combo data instead of textPriton-CE
2024-09-21added a (hacky) fix to compensate for QTs broken autoexclusivePriton-CE
2024-09-21fixed duplicating proton versions againPriton-CE
2024-09-21improved wine settings dialog startup timePriton-CE
2024-09-21removed unneded includePriton-CE
2024-09-21moved app id check into the correct if statementPriton-CE
2024-09-21added missing debug statementPriton-CE
2024-09-21added handling for custom proton prefixes and cleaned up the wine protocol ↵Priton-CE
init procedure
2024-09-21fixed ui issues and tied a browse window the the proton prefix buttonPriton-CE
2024-09-20fixed an issue where proton versions would get added when already presentPriton-CE
2024-09-20improved name filters to be per directoryPriton-CE
2024-09-20added tooltips and german translationPriton-CE
2024-09-20added comments and missing disablePriton-CE
2024-09-20implemented logic to disable irrelevant ui componentsPriton-CE
2024-09-20restructured proto-wine ui (incl. German translation)Priton-CE
2024-08-06Merge pull request #1909 from kakra/i18nStanislaw Halik
2024-08-04i18n: add German translationsKai Krakow
2024-07-27Update README.mdStanislaw Halik
2024-07-27Update README.mdStanislaw Halik
2024-07-27Update README.mdStanislaw Halik
2024-07-27tracker/nn: show 1 decimal place in inference timeStanislaw Halik
2024-07-27video/opencv: shut up opencv_videoio logspamStanislaw Halik
Fixes: #1899
2024-07-24cmake: fix build with Gentoo ebuild sandboxStanislaw Halik
Issue: #1897 Reported-by: @kakra
2024-07-07Merge pull request #1888 from MordiJC/linux-steam-fixStanislaw Halik
2024-07-07proto-wine: Add search paths for debian-installationJakub Czapiga
Steam installer on Ubuntu places its files in $HOME/.steam/debian-installation/ This patch fixes error: "Couldn't find steam runtime"
2024-06-24Update README.mdStanislaw Halik
2024-06-24Update README.mdStanislaw Halik
2024-06-24Update README.mdStanislaw Halik
2024-06-23cmake: add suffix to no-avx buildopentrack-2024.1.1opentrack-2024.1.0Stanislaw Halik
2024-06-23cmake: update 64-bit avx and 32-bit no-avx buildsStanislaw Halik
2024-06-21Merge pull request #1872 from ↵Stanislaw Halik
DaWelter/rewrite-accela-hamilton-in-double-precision
2024-06-21filter/accelahamilton: rewrite in double precisionMichael Welter
2024-06-20filter/accelahamilton: rewrite in double precisionMichael Welter
2024-06-19Remove 'eval_once' completely if QT_NO_DEBUG_OUTPUT is defined.Ayexor
2024-06-18Merge pull request #1870 from ↵Stanislaw Halik
DaWelter/replace-models-with-onnx-1-18-compatible-ones
2024-06-17tracker/nn: Replace models with re-exports which aren't broken with ↵Michael Welter
onnxruntime 1.18
2024-06-17Merge pull request #1867 from kzvezdarov/fix-proton-9x-exec-pathStanislaw Halik
2024-06-08Fixed copy-pasta leftoversKiril Zvezdarov