aboutsummaryrefslogtreecommitdiff
path: root/modules/computer/display.c
AgeCommit message (Collapse)Author
2024-05-24FIX GCC Warnings, added more checking to gcc flagshwspeedy
2024-02-08LICENSE 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
2021-11-07Update copyright informationL Pereira
2019-07-07computer/display.c: handle unknown session typeBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-04-24computer/display: use x_util for display informationBurt P
This commit fixes: * #200 now using xrandr to get screen info instead of gdk, so it works from the cli * #27 opengl core and compatibility versions are both listed * #230 (by removing extension list) Signed-off-by: Burt P <pburt0@gmail.com>
2017-11-02Computer/Display: Add X Display NameBurt P
A field exists in struct _DisplayInfo, but it wasn't being filled or shown. Perhaps fix: https://github.com/lpereira/hardinfo/issues/181 Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-21Make OpenGL Renderer Unknown translatableBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-02-02fix null vendor in display and null version, the strings in get_srt must be ↵mckaygerhard
translated AFTER getting and putting in pointers
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira