summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-icon-container.h
AgeCommit message (Collapse)AuthorFilesLines
2022-12-23Make CajaIconData type less confusingColomban Wendling1-1/+1
This is actually an opaque type, and there is no definition of struct CajaIconData anywhere. This actually doesn't change anything as the non-existent struct is equivalent to any other incomplete type, and works fine so long as the pointers are not dereferenced using that incomplete type. However, change this to an explicit `void` to make it clear it's an opaque pointer and stop people from looking for a struct CajaIconData that is nowhere to be found.
2021-11-20Use a blank line at mostrbuj1-4/+0
2021-04-13icon view: Add a directory setting to block moving iconsColomban Wendling1-0/+3
This is mostly useful on the desktop (which is the main user of the free-placement icon view) to be able to lock the layout and avoid unintentionally moving icons around. Especially useful for less computer-literate users.
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-1/+1
2019-04-10local #include files inside "" instead <>Pablo Barciela1-2/+3
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+371