A fork of Gnome-control-center with some tweaks
Find a file
Peter Hutterer 2c45312564 wacom: Fix wrong alignment detection in the calibrator
Our along_axis() helper would compare the input value against both x and
y of the reference point. This can lead to misdetections of the distance
to the desired points, e.g. if the upper-left reference point is 100/100
and the upper-right point is a clearly-wrong 99/2500, the alignment
would succeed because the x-axis is within the threshold.

This would sort itself out later since the lower points are difficult to
get right then, but let's fix this by checking the desired alignment
only. This way a misclick happens on the actual misclick, not on the
next point(s) in the sequence.
2024-06-18 10:11:19 +10:00
.gitlab/issue_templates gitlab, issue-templates: Drop "Feature" and "Epic" templates 2024-04-30 13:29:07 +00:00
.gitlab-ci ci: Change potfiles check regex 2024-04-15 11:42:45 +02:00
build-aux build, flatpak: Add keyutils dep for gnome-online-accounts 2024-06-15 07:20:05 +00:00
data/icons flatpak: Suffix app ID with .Devel 2024-03-21 16:14:31 +00:00
docs docs: Fix typo in CODEOWNERS path 2023-12-22 10:40:50 +01:00
gettext/its build: Fix translation context missing from keyboard entries 2018-01-24 20:43:34 +01:00
man update DocBook DTD version to latest stable 4.5 2024-03-21 15:56:33 +00:00
panels wacom: Fix wrong alignment detection in the calibrator 2024-06-18 10:11:19 +10:00
po pp-job-row: Add tooltips to all buttons 2024-06-11 09:24:59 +00:00
search-provider search-provider: Connect signal handlers in swapped form 2023-06-07 09:14:28 +12:00
shell shell, cc-panel: Remove unused struct member 2024-05-27 08:00:46 +00:00
subprojects subprojects: Update gvc to latest commit 2024-03-14 12:19:51 +00:00
tests tests: Skip some tests if we don't have Xvfb or setxkbmap 2024-06-15 07:24:56 +00:00
.clang-format Add style check to CI 2023-10-05 11:26:47 +00:00
.gitignore gitignore: Add flatpak-builder directory to .gitignore 2023-03-28 07:53:40 +00:00
.gitlab-ci.yml ci: Fix Coverage once and for all 2024-05-30 22:47:59 +02:00
.gitmodules Switch to GTK4 & libadwaita 2021-12-14 22:34:21 -03:00
COPYING build: Update COPYING with new mailing address 2012-08-22 15:33:18 +01:00
gnome-control-center.doap doap: Add Matthijs Velsink the list of maintainers 2024-04-26 15:48:45 +02:00
meson.build meson, ci: Bump Libadwaita version to 1.6.alpha 2024-05-28 09:23:50 +00:00
meson_options.txt build: Enable "Location Services" by default 2024-05-02 09:27:38 +00:00
NEWS 46.rc 2024-03-03 18:35:24 +04:00
README.md README: Add proper links to CONTRIBUTING and CODING_STYLE 2024-04-08 23:05:10 +02:00

Build Status Coverage report License

GNOME Settings

GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop.

If you are looking for usage tips and instructions, you can find it at the User Documentation (translated in various languages).

Reporting Issues

Before reporting any bugs or opening feature requests, read the communication guidelines.

Report issues to the GNOME issue tracking system.

Feature Requests

For feature requests or conceptual changes, please start a topic on GNOME Discourse.

Contributing

See docs/CONTRIBUTING.md for details on the contribution process, and docs/CODING_STYLE.md for the coding style guidelines.

Visit the Settings development wiki for more information.