summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/freedesktop_portal_desktop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Linux] Make file filters case insensitive.bruvzg2024-08-281-1/+9
* [Linux] Fix "all files" filter in the native file dialog.bruvzg2024-08-281-4/+13
* Merge pull request #92208 from Calinou/linuxbsd-use-nanosleepRémi Verschelde2024-05-301-1/+1
|\
| * Use `OS::delay_usec()` to avoid using deprecated `usleep()` on LinuxHugo Locurcio2024-05-211-1/+1
* | [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+6
|/
* [DBus] Process file dialog callback in the main event loop instead of using d...bruvzg2024-04-231-18/+31
* [Linux/Portal] Fix incorrect DBus connection usage.bruvzg2024-03-271-88/+55
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-7/+65
* [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-11/+102
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-1/+1
* Add error messages to the native menu and file dialogs callback.bruvzg2023-10-141-5/+12
* [Native File Dialogs] Improve filter list handling, add selected filter to th...bruvzg2023-10-031-30/+70
* [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-241-1/+5
* [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-171-7/+343
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-2/+1
* Check DBus loading status before attempting to detect its versionRiteo2023-05-111-0/+5
* [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-0/+11
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-0/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for system dark mode (Linux)Raul Santos2022-09-021-0/+135