summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* general: Allow running in separate instanceErnestas Kulik2018-03-189-10/+149
* window: Update copyright year in the about dialogPiotr Drąg2018-03-181-1/+1
* Merge branch 'eel-distribute-items' into 'master'Carlos Soriano2018-03-171-9/+61
|\
| * canvas-container: Distribute icons horizontallyNikita Churaev2018-03-171-9/+61
* | Merge branch 'revert-f3bc6634' into 'master'Carlos Soriano2018-03-161-23/+19
|\ \
| * | window-slot: move object dereferencing to dispose()Ernestas Kulik2018-03-161-23/+19
* | | build: make all tests optionalErnestas Kulik2018-03-161-1/+1
|/ /
* | file: Sort type and link to type togetherAlexandru Fazakas2018-03-151-2/+19
* | Merge branch 'recursive-link-changes' into 'master'Carlos Soriano2018-03-151-2/+22
|\ \
| * | file: add comment about symlink cycle preventionErnestas Kulik2018-03-131-0/+1
| * | file: guard against recursive links when emitting change signalsErnestas Kulik2018-03-131-2/+21
* | | file-view: prevent ref unreffed pending selection objectsMarco Trevisan (Treviño)2018-03-141-2/+5
* | | Merge branch 'recent' into 'master'Carlos Soriano2018-03-141-2/+2
|\ \ \
| * | | list-view: show recency column in Recent placesRahul Verma2018-03-121-2/+2
| | |/ | |/|
* | | Merge branch 'thumbnail-limit-tweaks' into 'master'Carlos Soriano2018-03-141-7/+6
|\ \ \
| * | | preferences-window: mark string as translatableErnestas Kulik2018-03-121-7/+6
| | |/ | |/|
* | | Merge branch 'AlexFazakas/detailed-type-column' into 'master'Carlos Soriano2018-03-141-9/+8
|\ \ \
| * | | column-utilities: Add detailed type column, remove MIME typeAlexandru Fazakas2018-03-011-9/+8
* | | | Merge branch 'edit_label' into 'master'Carlos Soriano2018-03-141-0/+34
|\ \ \ \
| * | | | nautilus-properties-window: Add a button to open gnome-disksRahul Verma2018-03-141-0/+34
* | | | | Merge branch 'firstContribution' into 'master'Carlos Soriano2018-03-141-2/+2
|\ \ \ \ \
| * | | | | file-operations.c: remove "approximately" from the copy/delete/transfer dialogMichael Roth2018-02-221-2/+2
* | | | | | Merge branch 'longpress_new_view' into 'master'Carlos Soriano2018-03-141-0/+66
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | view-icon-controller: Add longpress gesture to open context menuJan-Michael Brummer2018-01-241-0/+66
* | | | | | tag-manager: Use custom tag for starred itemsAntónio Fernandes2018-03-131-1/+2
* | | | | | tag-manager: Use a constant for the tag nameAntónio Fernandes2018-03-131-4/+7
* | | | | | query: Remove unused propertyAntónio Fernandes2018-03-135-60/+0
* | | | | | window-slot: Move object cleanup to finalizeMarco Trevisan (Treviño)2018-03-131-18/+19
* | | | | | nautilus-window-slot: clear and unset window action group on disposeMarco Trevisan (Treviño)2018-03-131-1/+6
* | | | | | trash-monitor: Change rate to 1 secondOndrej Holy2018-03-131-1/+1
* | | | | | preferences-window: Fix misaligned '\'Alexandru Fazakas2018-03-131-1/+1
| |_|_|/ / |/| | | |
* | | | | build: add gio-unix-2.0 dependency to libnautilusErnestas Kulik2018-03-081-0/+1
| |_|_|/ |/| | |
* | | | tag-manager: use platform-dependent conversion specifierErnestas Kulik2018-03-051-1/+1
* | | | list-view: Fix build warningAntónio Fernandes2018-03-051-7/+2
* | | | debug: mark printf wrapper as suchErnestas Kulik2018-03-051-0/+2
* | | | files-view: ensure starred directory type is registeredErnestas Kulik2018-03-034-1/+18
* | | | operations-ui-manager: fix meaningless testErnestas Kulik2018-03-011-1/+1
* | | | general: don’t shadow variablesErnestas Kulik2018-03-0110-66/+71
* | | | properties-window: don’t use undefined macros in #ifErnestas Kulik2018-03-011-9/+0
* | | | general: don’t mix code with declarationsErnestas Kulik2018-03-014-19/+18
* | | | general: mark static functions as suchErnestas Kulik2018-03-013-4/+4
* | | | files-view: remove duplicate branchErnestas Kulik2018-03-011-4/+0
* | | | general: fix old-style function declarationsErnestas Kulik2018-03-015-5/+6
* | | | search-engine-simple: don't leak DateRange array if not matchingMarco Trevisan (Treviño)2018-03-011-2/+2
| |_|/ |/| |
* | | list-view: Add else to the on_star checkAlexandru Fazakas2018-02-281-2/+2
* | | list-view: Make double-click star work normallyAlexandru Fazakas2018-02-281-17/+16
* | | general: truncate messages used in dialogsErnestas Kulik2018-02-273-71/+110
* | | file-operations: don’t add label to container twiceErnestas Kulik2018-02-271-1/+0
* | | files-view: Avoid leaking selection list and dataAlexandru Fazakas2018-02-276-114/+65
* | | file: Add autoptr supportAlexandru Fazakas2018-02-271-0/+2