A fork of Gnome-control-center with some tweaks
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. |
||
---|---|---|
.gitlab/issue_templates | ||
.gitlab-ci | ||
build-aux | ||
data/icons | ||
docs | ||
gettext/its | ||
man | ||
panels | ||
po | ||
search-provider | ||
shell | ||
subprojects | ||
tests | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
COPYING | ||
gnome-control-center.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README.md |
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.