mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
No description
984438f102
To snap an icon to the closest grid cell, we were trying to round the x position with an offset of 0.5. However, cells are not normalized, so that 0.5 is actually doing little to round the position. This is making the icons to snap to the right closest cell once the user drags more the icon left to the current cell. The actual size of the cell is SNAP_SIZE_*, so to fix this use half of the SNAP_SIZE to "round" the number. https://bugzilla.gnome.org/show_bug.cgi?id=750446 |
||
---|---|---|
data | ||
docs | ||
eel | ||
icons | ||
libgd@04b2480259 | ||
libnautilus-extension | ||
libnautilus-private | ||
nautilus-sendto-extension | ||
po | ||
src | ||
test | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
COPYING.EXTENSIONS | ||
COPYING.LIB | ||
git.mk | ||
HACKING | ||
MAINTAINERS | ||
Makefile.am | ||
Makefile.shared | ||
nautilus.doap | ||
NEWS | ||
OVERVIEW.md | ||
README | ||
README.commits | ||
THANKS |
This is Nautilus, the file manager for the GNOME desktop. https://wiki.gnome.org/Apps/Nautilus Hacking on Nautilus =================== To build the development version of Nautilus and hack on the code see the general guide for build the GNOME platform at https://wiki.gnome.org/GnomeLove/BuildGnome Guidelines and tutorials to contribute to the GNOME platform are in https://wiki.gnome.org/GnomeLove/CodeContributionWorkflow Mailing List ============ The nautilus mailing list is nautilus-list@gnome.org. Subscription information is available at http://mail.gnome.org/mailman/listinfo/nautilus-list How to report bugs ================== Bugs should be reported to the GNOME bug tracking system (http://bugzilla.gnome.org), in the "nautilus" product. Please read the following page on how to prepare a useful bug report: http://bugzilla.gnome.org/bug-HOWTO.html