| Commit message (Expand) | Author | Age | Files | Lines |
* | Use processed filter list for native dialogs. | Pāvels Nadtočajevs | 2024-11-15 | 1 | -2/+2 |
* | [Linux] Make file filters case insensitive. | bruvzg | 2024-08-28 | 1 | -1/+9 |
* | [Linux] Fix "all files" filter in the native file dialog. | bruvzg | 2024-08-28 | 1 | -4/+13 |
* | Merge pull request #92208 from Calinou/linuxbsd-use-nanosleep | Rémi Verschelde | 2024-05-30 | 1 | -1/+1 |
|\ |
|
| * | Use `OS::delay_usec()` to avoid using deprecated `usleep()` on Linux | Hugo Locurcio | 2024-05-21 | 1 | -1/+1 |
* | | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -1/+6 |
|/ |
|
* | [DBus] Process file dialog callback in the main event loop instead of using d... | bruvzg | 2024-04-23 | 1 | -18/+31 |
* | [Linux/Portal] Fix incorrect DBus connection usage. | bruvzg | 2024-03-27 | 1 | -88/+55 |
* | Add method to get "base" system UI color (macOS/Windows) and system theme cha... | bruvzg | 2024-02-13 | 1 | -7/+65 |
* | [Native File Dialog] Add support for adding custom options to the dialogs. | bruvzg | 2024-01-24 | 1 | -11/+102 |
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -1/+1 |
* | Don't use TTR/RTR for ERR/WARN prints | Rémi Verschelde | 2023-11-12 | 1 | -1/+1 |
* | Add error messages to the native menu and file dialogs callback. | bruvzg | 2023-10-14 | 1 | -5/+12 |
* | [Native File Dialogs] Improve filter list handling, add selected filter to th... | bruvzg | 2023-10-03 | 1 | -30/+70 |
* | [Native File Dialogs] Refocus last focused window on close. | bruvzg | 2023-08-24 | 1 | -1/+5 |
* | [Linux/Freedesktop] Implement native file selection dialog support. | bruvzg | 2023-08-17 | 1 | -7/+343 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -2/+1 |
* | Check DBus loading status before attempting to detect its version | Riteo | 2023-05-11 | 1 | -0/+5 |
* | [Linux/BSD] Add dynamically loaded library version checks. | bruvzg | 2023-03-20 | 1 | -0/+11 |
* | [Linux] Make SO wrapper usage optional. | bruvzg | 2023-02-16 | 1 | -0/+8 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add support for system dark mode (Linux) | Raul Santos | 2022-09-02 | 1 | -0/+135 |