- 11 Oct, 2021 1 commit
-
-
Ondrej Holy authored
The lineup-parameters.c is hard to use with meson. Let's use the python rewrite from https://gitlab.gnome.org/GNOME/epiphany/-/blob/master/data/lineup-parameters instead.
-
- 05 Apr, 2020 1 commit
-
-
Skip gtk, animation and audio-video-properties subdirectories as those codes are copy&pasted from other project.
-
- 14 Feb, 2018 3 commits
-
-
Ernestas Kulik authored
Inverting the checks and exiting instead will help keep indentation levels in check.
-
Ernestas Kulik authored
Otherwise it will keep spamming stderr about the command not being found.
-
Ernestas Kulik authored
Extensions were moved under extensions/.
-
- 02 Jan, 2018 1 commit
-
-
Ernestas Kulik authored
-
- 03 Mar, 2017 1 commit
-
-
run-uncrustify.sh script uses cwd relative file names, which fails if it is ran from the repository root or other directory. This commit fixes the paths relative to the script. https://bugzilla.gnome.org/show_bug.cgi?id=779408
-
- 29 Aug, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
The current style of nautilus is rather poor and mixes at least 3 different code styles. Specific issues that affect the most common contributors to Nautilus performance are: - tabs for multiline alignment. - mix of tabs and spaces. - errors on no braced one liners conditionals. - errors on non braced case statements with variable declarations. So I would say requirements for the style is to address the previous issues and also be a well known style. I don't want new contributors to see a new style completely different from C books authors. So far, I found Allman (aka BSD) style which seems the choice of most C books authors as far as I can see on internet, and it address the previous mentioned issues. Since uncrustify doesn't support the aligment of parameters we do for multiple stars "**", we also added a script made by Sebastian Wilmet to align those. As a matter of practicity I'm going to convert all Nautilus style to this one, and if the next person who contributes most on Nautilus has a different choice, please feel free to change it to whatever makes your performance and your contributors performance the best. https://bugzilla.gnome.org/show_bug.cgi?id=770564
-