aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/dialog.rs
Commit message (Expand)AuthorAgeFilesLines
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-031-1/+113
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-2/+2
* servoshell: Allow keyboard interaction with dialogs (enter / escape) (#35673)chickenleaf2025-03-101-11/+33
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-271-47/+32
* servoshell: Port SelectDevice dialog code to use egui instead of tinyfiledial...chickenleaf2025-02-261-1/+65
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* servoshell: Port Permission dialog code to use egui instead of tinyfiledialog...chickenleaf2025-02-211-1/+42
* servoshell: Port Authentication dialog code to use egui intead of tinyfiledia...chickenleaf2025-02-191-1/+66
* servoshell: Port input dialog code to use egui intead of tinyfiledialogs (#35...chickenleaf2025-02-141-3/+52
* servoshell: Port alert/confirm dialog code to use egui intead of tinyfiledial...chickenleaf2025-02-121-26/+89
* servoshell: upgrade egui and related depenencies (#35353)Mukilan Thiyagarajan2025-02-071-2/+2
* servoshell: Port desktop servoshell to use delegate API (#35284)Martin Robinson2025-02-061-0/+4
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-041-0/+95