- Dec 14, 2024
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Sep 30, 2024
-
-
Alan Coopersmith authored
../cvt/cvt.c:34:1: warning: no previous prototype for ‘cvt_is_standard’ [-Wmissing-prototypes] 34 | cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose) | ^~~~~~~~~~~~~~~ Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jul 22, 2024
-
-
Update the CI to add the template Security/SAST.gitlab-ci.yml as most of the other xorg projects do. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com> Part-of: <!12>
-
Peter Hutterer authored
We're not getting paid enough to use that many dollars. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Part-of: <!15>
-
- May 05, 2023
-
-
Signed-off-by:
nyanpasu64 <nyanpasu64@tuta.io>
-
Previously the code erroneously used CVT_MIN_V_PORCH=3 instead of the specified CVT_MIN_V_BPORCH=6, when calculating the minimum size of the back porch in scanlines. As a result, when generating 320x240@60, the vtotal would be be incorrectly set to 252 instead of 253. This commit fixes the typo. Signed-off-by:
nyanpasu64 <nyanpasu64@tuta.io> Closes: #7 Reviewed-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- May 03, 2023
-
-
nyanpasu64 authored
The CVT v1.2 specification says, in section 3.4.1 "Standard CRT-based Timing": > The Horizontal Sync Pulse duration will in all cases be set as closely > as possible to 8% of the Total Horizontal time, rounded down to the > nearest cell width. The previous code achieved this by first setting mode_info->hsync_end to a multiple of the cell width, then calculating mode_info->hsync_start and rounding its position up to a cell width. However, if mode_info->hsync_start was already a multiple of 8 (for example on 640x480@60), the rounding code would erroneously add 8 to it, shortening the hsync duration by 8 pixels. This commit fixes the bug by calculating and rounding the sync width separately, closer to the specification's wording. Signed-off-by:
nyanpasu64 <nyanpasu64@tuta.io> Closes: #6 Reviewed-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- Jul 18, 2022
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- Jun 21, 2022
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-
- Apr 04, 2022
-
-
Dima Krasner authored
Signed-off-by:
Dima Krasner <dima@dimakrasner.com>
-
- Oct 27, 2021
-
-
Olivier Fourdan authored
Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- Oct 26, 2021
-
-
It was set to 1.0 instead of 0.1.0. Signed-off-by:
Simon Ser <contact@emersion.fr>
-
- Oct 22, 2021
-
-
Simon Ser authored
This allows using libxcvt as a subproject. Signed-off-by:
Simon Ser <contact@emersion.fr>
-
- Aug 15, 2021
-
-
Xaver Hugl authored
Signed-off-by:
Xaver Hugl <xaver.hugl@gmail.com> Reviewed-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- Jul 28, 2021
-
-
This is a very early release likely to change in the future, make sure to use library versioning. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
Olivier Fourdan authored
A very simple CI for now, just make sure it builds. Largely inspired by the implementation in libinput by Peter Hutterer <peter.hutterer@who-t.net>. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com> Reviewed-by:
Benjamin Tissoires <benjamin.tissoires@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- Jul 08, 2021
-
- Jun 26, 2021
-
-
Matt Turner authored
Fix man page substitutions See merge request !2
-
- Jun 25, 2021
-
-
Alan Coopersmith authored
Fills in version & section info in cvt.1 and fixes meson warning: man/meson.build:4: WARNING: The variable(s) 'appmansuffix', 'filemansuffix', 'vendorversion' in the input file 'man/cvt.man' are not present in the given configuration data. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- Jun 22, 2021
-
-
Olivier Fourdan authored
readme: Project has moved See merge request !1
-
Olivier Fourdan authored
Project has moved under the xorg/lib namespace, update the instructions accordingly. Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- Mar 25, 2021
-
-
Olivier Fourdan authored
-