summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* canvas-container: Remove unused signalCarlos Soriano2019-02-252-15/+0
* search-engine-simple: Make some modifications to previous commitCarlos Soriano2019-02-221-69/+62
* nautilus-search-engine-simple: Only spawn one idle each timeXiang Fan2019-02-221-23/+103
* Apply suggestion to src/nautilus-directory-async.cCarlos Soriano2019-02-221-1/+1
* nautilus-directory: Implement monitor list with hash tableXiang Fan2019-02-223-74/+187
* file: replace eel_ref_str with GRefStringJordan Petridis2019-02-225-98/+88
* nautilus-list-view: Clear selection and cursor in clear()Xiang Fan2019-02-191-0/+31
* search-popover: Make search-popover modalGeorge Mocanu2019-02-191-1/+1
* properties-window: Logic for displaying Modified and Accessed timesTimothy OBrien2019-02-111-2/+17
* toolbar: Fix search button and search entry state desyncGeorge Mocanu2019-02-112-1/+40
* properties-window: Remove never set variablesBastien Nocera2019-02-111-5/+2
* toolbar: Improve menu actions discoverability and dispositionCarlos Soriano2019-02-062-115/+255
* nautilus-canvas-container.c : Shorten Long Names in Last Row of Canvas ViewSumaid2019-02-051-1/+1
* toolbar: Improve pathbar discoverabilityCarlos Soriano2019-02-053-115/+242
* files-view: Use tracked directories for starCarlos Soriano2019-02-047-12/+155
* nautilus-mime-actions.c: No Application Installed dialog not closed on GTK_RE...Timothy OBrien2019-01-291-8/+0
* nautilus-toolbar.ui: Improve the alignment with the HighContrast themeJordan Petridis2019-01-241-44/+56
* nautilus-batch-rename: batch rename with long file namesTimothy OBrien2019-01-241-1/+4
* nautilus-batch-rename-dialog-menu.ui: Convert .ui files that use GMenu to a s...Sumaid Syed2019-01-234-92/+103
* places-view: Update to latest gtk codeCarlos Soriano2019-01-224-137/+72
* gtk code: Update to the gtk-3-24 branchCarlos Soriano2019-01-221-3/+3
* nautilus-canvas-dnd.c: destroy drag_info.selection_cache on drag_end_callback()Timothy OBrien2019-01-221-0/+2
* Add a script for updating gnome-desktop sourcesTimothy OBrien2019-01-221-0/+45
* gnome-desktop: update to latest version of upstream thumbnail codeTimothy OBrien2019-01-182-6/+52
* Adwaita.css: Sidebar Unmount Icon Color StyleTimothy OBrien2019-01-141-0/+1
* adwaita.css: Apply new style to path-bar DnD TargetsTimothy OBrien2019-01-141-0/+2
* Adwaita.css: Remove custom development stylingChristopher Davis2019-01-101-7/+0
* nautilus-pathbar.c: Rename path-bar class nameVaibhav Yadav2019-01-042-4/+4
* list-view: Align column title with cells textAntónio Fernandes2019-01-021-1/+1
* file: Initialize sort to order to defaultErnestas Kulik2018-12-161-4/+15
* main: Call g_set_prgname() with app IDErnestas Kulik2018-12-141-1/+1
* query: Port MIME type filter to GPtrArrayAntónio Fernandes2018-12-129-49/+67
* query: Drop unused ::add_mime_type() APIAntónio Fernandes2018-12-122-12/+0
* general: Null-initialize some more auto variablesErnestas Kulik2018-12-121-1/+1
* file: Null-initialize autofree variableErnestas Kulik2018-12-111-1/+1
* file: Drop NAUTILUS_FILE_SORT_NONEAntónio Fernandes2018-12-074-22/+6
* file: Centralize getting default sort orderAntónio Fernandes2018-12-075-73/+33
* file: Sync sort types with settingsAntónio Fernandes2018-12-071-7/+15
* location-entry: Use event handler return value macros consistentlyErnestas Kulik2018-12-051-1/+1
* location-entry: Chain up to parent ::event handlerErnestas Kulik2018-12-051-3/+4
* location-entry: Do not attempt auto-completion on ESC pressesErnestas Kulik2018-12-051-0/+3
* bookmark-list: Add an error handler of saving bookmark listYi-Soo An2018-11-301-1/+18
* bookmark-list: Use G_FILE_MONITOR_NONE flagYi-Soo An2018-11-301-1/+1
* search-engine-recent: keep track of the running state using a booleanMarco Trevisan (Treviño)2018-11-271-1/+6
* search-engine-recent: wait the search thread finish to change the run stateMarco Trevisan (Treviño)2018-11-271-5/+1
* search-engine-recent: only do IO operations if name comparision matchesMarco Trevisan (Treviño)2018-11-271-22/+22
* search-engine-recent: use g_autoptr to manage self unref in idleMarco Trevisan (Treviño)2018-11-271-3/+1
* search-engine-recent: use g_autoptr for GThreadMarco Trevisan (Treviño)2018-11-271-3/+1
* search-engine-recent: make sure we ref self before each idleMarco Trevisan (Treviño)2018-11-271-5/+6
* freedesktop-dbus: Use g_autoptrYi-Soo An2018-11-231-8/+3