Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-23 | Make CajaIconData type less confusing | Colomban Wendling | 1 | -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-20 | Use a blank line at most | rbuj | 1 | -4/+0 | |
2021-04-13 | icon view: Add a directory setting to block moving icons | Colomban Wendling | 1 | -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-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -1/+1 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -2/+3 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+371 | |