summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-search-directory.c
AgeCommit message (Collapse)AuthorFilesLines
2025-09-21File search improvements (#1851)Victor Kareh1-0/+6
* search: Respect hidden files setting when searching When starting a search, check the current window's hidden files mode and apply the same setting to search results. This ensures search results match the visibility of files in the current directory view. * search: Add support for globs Add globbing when searching for files. Caja will autodetect if the query contains a glob and change its search to use that instead of substrings. Example: - "*.txt" finds all text files - "photo-?.jpg" finds numbered photo files - "data[0-9]*.csv" finds numbered data files * search: Add location tooltips for search results Display file location in tooltips when hovering over search results in both icon and list views. This can help users tell where files are located since search happens across subdirectories.
2022-12-23Remove unused members and structuresColomban Wendling1-1/+0
Based on a cppcheck report: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/
2021-11-20Use a blank line at mostrbuj1-4/+0
2019-05-06libcaja-private: reduce the scope of some variablesPablo Barciela1-10/+13
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-1/+1
2019-04-10local #include files inside "" instead <>Pablo Barciela1-6/+8
2018-03-29modify code error: end the statement with a semicolon张雯1-2/+2
2012-09-05start migration to gsettingsStefano Karapetsas1-3/+0
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+934