summaryrefslogtreecommitdiff
path: root/thunar
Commit message (Expand)AuthorAgeFilesLines
...
* Reset sort_column if it exceeds THUNAR_N_VISIBLE_COLUMNSAvinash Sonawane2021-09-263-9/+15
* Remove redundant codeAvinash Sonawane2021-09-262-6/+3
* Avoid many 'Failed to open directory' windows (Issue #660)Joan Bruguera2021-09-251-3/+3
* Add file & folder count on the properties dialog (Issue #395)Sergios - Anestis Kefalidis2021-09-223-5/+97
* Use basename instead of display_name for file duplication (Issue #649)Alexander Schwinn2021-09-183-35/+19
* Fix signal disconnect in thunar_window_unrealizeEvangelos Foutras2021-09-171-1/+1
* Don't go beyond THUNAR_N_VISIBLE_COLUMNS while parsing col widthsAvinash Sonawane2021-09-161-1/+1
* Listen to changes on shortcuts to update them when requiredAlexander Schwinn2021-09-111-6/+102
* Prevent crash on copy+paste of many files (Issue #649)Alexander Schwinn2021-09-081-1/+1
* Ctrl + L does not leave search mode (and open location entry) (Issue #645)Sergios - Anestis Kefalidis2021-09-062-16/+13
* Do not execute a search cancellation if no search is activeSergios - Anestis Kefalidis2021-09-061-0/+7
* Remove old codeSergios - Anestis Kefalidis2021-09-061-4/+0
* Use move action when dragging files of different users (#196)Andre Miranda2021-09-051-8/+14
* Prevent focus stealing of file transfer dialog (Issue #643)Alexander Schwinn2021-09-041-1/+0
* Make file transfer window non-transient (Issue #109)Alexander Schwinn2021-09-041-1/+0
* Fix "Search for files" label textTheo Linkspfeifer2021-09-021-1/+1
* Fix location cursor in shortcut view sometimes flickers on selection (Issue #...Sergios - Anestis Kefalidis2021-09-021-2/+3
* Fix file-icon update when file is cut (Issue #588)Alexander Schwinn2021-08-291-1/+11
* Reverting e32e5942 (fix for rightclick+drag in detailed view)Alexander Schwinn2021-08-291-7/+19
* Use enum ThunarNextFileNameMode over 'copy' flagAlexander Schwinn2021-08-254-15/+16
* Use of "thunar_util_next_new_file_name" for all name search operationsAlexander Schwinn2021-08-257-117/+72
* Change thunar-standard-view.c grids to using a `row` variable (Issue #604)Sergios - Anestis Kefalidis2021-08-241-1/+2
* Change thunar-preferences-dialog.c grids to using a `row` variable (Issue #604)Sergios - Anestis Kefalidis2021-08-241-39/+121
* Change thunar-dialogs.c grids to using a `row` variable (Issue #604)Sergios - Anestis Kefalidis2021-08-241-14/+35
* Change thunar-column-editor.c grids to using a `row` variable (Issue #604)Sergios - Anestis Kefalidis2021-08-241-10/+35
* Style fixSergios - Anestis Kefalidis2021-08-241-1/+1
* Fix a bug where duplicating a file multiple times would delete the previous d...Sergios - Anestis Kefalidis2021-08-241-8/+0
* Incorrect "Send To" behavior with multiple folder arguments (Issue #609)Alexander Schwinn2021-08-211-20/+1
* Incorrect "Send To" behavior with multiple file arguments (Issue #609)Alexander Schwinn2021-08-213-8/+42
* Support thumbnails for symlinks (and devices / unknowns)chrysn2021-08-191-2/+1
* Explicit cast required in release modeGaël Bonithon2021-08-151-1/+1
* Do not depend on debugging macros to exit functionsGaël Bonithon2021-08-152-3/+10
* Remove wrong `volatile` qualifierGaël Bonithon2021-08-155-25/+25
* Add option to verify file checksums on copy (Issue #511)Yongha Hwang2021-08-127-12/+199
* Open correct folder on middle-click in tree-view (Issue #626)Alexander Schwinn2021-08-081-0/+6
* Shortcut-view: Keep focus in sync with current folderAlexander Schwinn2021-08-071-19/+11
* Fix `Recency` column not appearing when changing to details-view and other mi...Sergios - Anestis Kefalidis2021-08-053-0/+6
* Add a `Location` column that appears while searching the filesystemSergios - Anestis Kefalidis2021-08-056-0/+68
* Disconnect update signal for `Recent` when a window is destroyed (Issue #620)Sergios - Anestis Kefalidis2021-08-041-0/+6
* Prevent GtkCritical when trash is opened (Issue #622)Alexander Schwinn2021-08-031-1/+1
* Add "Open Item Location" option in the context menu of files in RecentSergios - Anestis Kefalidis2021-08-031-1/+2
* Add a new 'Open Item Location' entry in the right click context menu.Sergios - Anestis Kefalidis2021-08-024-34/+92
* Rework Search in Thunar (Issues #2, #28, #290)Sergios - Anestis Kefalidis2021-08-0215-63/+578
* Added spaceSergios - Anestis Kefalidis2021-08-021-0/+1
* Fix thumbnail display when the maximum size is set to unlimitedSergios - Anestis Kefalidis2021-08-021-1/+1
* Add missing spacescootergrisen2021-07-311-1/+1
* Check if target directory is a subdirectory of moved foldermshrimp@sogang.ac.kr2021-07-303-0/+48
* Remove fragmented file if file transfer is interruptedmshrimp@sogang.ac.kr2021-07-281-2/+20
* Fix invalid filenames when copying to FAT-like filesystem (Issue #77)Yongha Hwang2021-07-241-7/+82
* Support shared thumbnail repositories (Issue #262)Sergios - Anestis Kefalidis2021-07-231-6/+20