summaryrefslogtreecommitdiff
path: root/modules/computer
AgeCommit message (Expand)Author
2019-07-04Use "debian" for Debian distrocodeLeandro Pereira
2019-06-29Show kernel command lineLeandro Pereira
2019-06-29Remove duplicated Arch Linux entryLeandro Pereira
2019-06-29Rename Fedora id to "fedora"Leandro Pereira
2019-06-29Clean up distro-detecting codeLeandro Pereira
2019-06-20move devices/memory to computer/memory usageBurt P
2019-06-18Add information about SELinux and other LSMsLeandro Pereira
2019-06-18Start Computer/SecurityBurt P
2019-06-02computer/modules.c: add intree and retpoline fieldsBurt P
2019-06-02computer/modules.c: code format cleanupBurt P
2018-11-30computer/os: fix loop in parse_os_releaseOndrej Čerman
2018-11-19Added MATE version detectionOndrej Čerman
2018-10-13Display status of ASLR in Computer->Operating SystemLeandro Pereira
2018-09-23computer/languages: fix crash when no other locales installedBurt P
2018-06-15computer/languages.c: requested changesBurt P
2018-06-15languages.c: popen() -> g_spawn_command_line_sync(), capture stderrBurt P
2018-05-16Parse /usr/lib/os-release while detecting distributionLeandro Pereira
2018-04-24computer/display: use x_util for display informationBurt P
2017-11-02Computer/Display: Add X Display NameBurt P
2017-10-29Fixed possible memory leak (#201)Roman Kalashnikov
2017-08-25boots.c: capture stderr to prevent a leakBurt P
2017-08-21Make OpenGL Renderer Unknown translatableBurt P
2017-08-14More "Making locale information translatable"Burt P
2017-08-14More "Making module information translatable"Burt P
2017-08-14Making locale information translatableTotalCaesar659
2017-08-14Making module information translatableTotalCaesar659
2017-08-04No need to check if a /etc/${distro}-release file existsLeandro Pereira
2017-08-04Plug memleak when detecting distributionLeandro Pereira
2017-08-04computer/os: quiet warnings, add comment for translatorsBurt P
2017-07-30boots.c, environment.c: cleanupBurt P
2017-07-30alsa.c: cleanupBurt P
2017-07-29Refactor distribution detection routineLeandro Pereira
2017-07-29Re-mark some strings for translationLeandro Pereira
2017-07-29Improve desktop environment detection when reading XDG env varsLeandro Pereira
2017-07-28Plug memory leaks after refactoring desktop detection routineLeandro Pereira
2017-07-28Refactor desktop environment detection routineLeandro Pereira
2017-07-24Check for NULL before g_strstrip() to assertion failure warningsBurt P
2017-07-21computer/os.c: another libc detection fixBurt P
2017-07-19uptime: fix seg fault if uptime < 1 hourBurt P
2017-07-19filesystem: make strings translatableBurt P
2017-07-19Find a value for OS->Language field, Computer summary headers translatableBurt P
2017-07-19Use const for gettext stringsBurt P
2017-07-12Make bits of entropy string translatableBurt P
2017-07-12Use ngettext to make uptime translatableBurt P
2017-07-12User Info and Development header strings made translatableBurt P
2017-07-12Fix Computer -> Summary -> RAM for non-EnglishBurt P
2017-07-09Simplify libc detection codeLeandro Pereira
2017-07-09Do not derefernce NULL pointer if '\n' is not found in ldconfig outLeandro Pereira
2017-07-09Use strchr() instead of strstr() when looking for a single charLeandro Pereira
2017-07-09Make libc strings translatableLeandro Pereira