Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | FIX strwrap computer->language for improved UI | hwspeedy | |
2024-05-01 | FIX CLI - disable strwrap for CLI, disable window freeze | hwspeedy | |
2024-05-01 | FIX Added strwrap function and fixed width for OS, Security & Env vars | hwspeedy | |
2024-04-29 | FIX Readded mem_usage field identifier after app widescreen ration change. | hwspeedy | |
2024-04-28 | FIX focuslost, missing status updates, benchmark aborting improved | hwspeedy | |
2024-04-22 | FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2 | hwspeedy | |
2024-04-02 | FIX MemUsage fix UI/UX and add sorting | hwspeedy | |
2024-02-27 | FIX critical GLIB warning - just show result | hwspeedy | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | PR405 - icons for computer/security | bigbear | |
2024-02-08 | LICENSE Changed to GPL2+ for project and source code According to approval ↵ | bigbear | |
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 | |||
2023-07-29 | Show kernel module icons even without modules present on filesystem | L. Pereira | |
This is common on Arch Linux systems when the kernel is updated (the running kernel modules are removed from disk). This table was created using modules from Linux 6.3.8, with the same rules as the fallback mechanism uses (longest string prefix match), and is updatable using the sync manager. | |||
2021-11-07 | Hack: make ASan happy by moving definition of lginterval to shell | L Pereira | |
These globals are really nasty and one of the reasons I hate looking at the HardInfo code. | |||
2021-11-07 | Update copyright information | L Pereira | |
2021-09-15 | Added powershell script language. | Per Jahn | |
2020-07-28 | Do not use "stdout" as a member in the struct | Leandro Pereira | |
Some libcs will define macros that redefine these tokens. | |||
2020-06-06 | Store/send machine type (laptop/desktop/etc) in benchmark results | Leandro Pereira | |
2020-05-09 | s/info_field_printf/info_field | Trung Lê | |
Co-authored-by: Leandro A. F. Pereira <leandro@hardinfo.org> | |||
2020-05-09 | Fix format not a string literal warning | Trung Lê | |
Fixes https://github.com/lpereira/hardinfo/issues/541 | |||
2020-05-03 | hi_exported_methods() should return a const pointer | Leandro Pereira | |
2020-05-03 | hi_module_get_about() should return a const pointer | Leandro Pereira | |
2020-05-03 | Show distro code name, if present | Leandro Pereira | |
2020-01-26 | Make Computer->Summary contain more information from the summary view | Leandro Pereira | |
2020-01-03 | storage: updated list | Ondrej Čerman | |
2019-12-29 | summary: remove extra columns from storage/input dev. values | Ondrej Čerman | |
2019-12-27 | computer: vendor fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-26 | computer/display: add notes for wanted extern utils | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-10 | Always pulse status bar while spawning processes synchronously | Leandro Pereira | |
2019-07-11 | info struct bug Fixes, add tagged update fields | Burt P | |
* tag was always included even when it didn't need to be. Now only include it when tag specified, flagged, or includes an icon. This messed up the existing update fields system. * The update fields system has been changed to allow updating by tag instead of the translated label. By label still works, however. I think it would be best to switch to using tags in the future. * info_flatten() calls flatten_shell_param() after flatten_group() which could cause a field name or tag to be used after it was freed. Created special free functions to handle this after all is used. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | Use SVG for distro icons | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | UbuntuFlavor -> DistroFlavor: perhaps more easily used by non-ubuntu distros | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | computer/os: Ubuntu flavors | Burt P | |
See: https://github.com/lpereira/hardinfo/issues/404 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | Use optional parameters to info_field() to specify icons | Leandro Pereira | |
2019-07-06 | Copy CPU vulnerability name to InfoField | Leandro Pereira | |
Fixes #392 | |||
2019-07-06 | struct info: add field sort option to InfoGroup | Burt P | |
Fields are sorted on flatten. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-04 | Also consider "vulnerable" when looking at CPU vulnerabilities | Leandro Pereira | |
2019-07-04 | Use DetailView for SHELL_VIEW_NORMAL and the more info display | Leandro Pereira | |
This change has been made mostly because we need more control in how things are displayed, and fighting GTK+ so that this is possible isn't going to cut it. For instance, it is now possible to display links -- albeit only external links at the moment, but internal links will be possible, allowing for instance for one to click in a kernel module dependency to know more about that particular module. Links will also be useful to go to the vendor website, and maybe other things (like web search for Vendor + Product ID) and whatnot. Eventually this will replace the summary view altogether. That code has a lot of drawbacks, including not being able to have its contents copied to the clipboard, appear in reports, or have auto-updating fields. It stays for now, but it will be gone before 0.6 is released. I had forgotten how messy this code is. One of the reasons I lost the interest in this project... I want to hack on a nicer code base but I also lack the strong motivation to write the shell from the scratch. | |||
2019-06-29 | Show kernel command line | Leandro Pereira | |
2019-06-29 | Bring back distro icons | Leandro Pereira | |
Only Arch Linux, Debian, and Fedora for the moment. Too lazy to go find icons for other distros right now. | |||
2019-06-29 | Show Warning icon in CPU Vulnerabilities section if unmitigated | Leandro Pereira | |
2019-06-29 | Show CPU vulnerabilities in Security screen | Leandro Pereira | |
2019-06-29 | fix a somewhat confusing memory fault/leak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Computer Summary RAM tweak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Computer Summary: use info from Memory Devices in RAM field | Burt P | |
Show size and type if SPD or DMI memory information was available. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-28 | Use Processor/Memory to be more consistent with items in Devices | Leandro Pereira | |
2019-06-28 | Add ltrace and awk to Computer->Development | Leandro Pereira | |
2019-06-27 | Force ViewType=0 for Computer->Development | Leandro Pereira | |
2019-06-27 | Add more compilers and tools to the development section | Leandro Pereira | |
2019-06-26 | computer.c: fix a couple compile warnings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-25 | Show machine type in Computer->Summary | Leandro Pereira | |