提交历史

作者 SHA1 备注 提交日期
  thankyouverycool 02a9e5d3f6 LibGUI+Userland: Improve error and font handling for InputBox 2 年之前
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 年之前
  Lucas CHOLLET 8faed20603 LibGUI: Use the global setting to show dotfiles in `FilePicker` 2 年之前
  Lucas CHOLLET af8b715aac LibGUI: Add "New Directory" to the contextual menu in `FilePicker` 2 年之前
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Karol Kosek e39adc4772 Userland: Set Button text using the new String class 2 年之前
  Karol Kosek d32b052f22 LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text 2 年之前
  Karol Baraniecki 506c26acce LibGUI+Userland: Switch order of parameters for InputBox::show 2 年之前
  Karol Baraniecki 8095d9276b Userland: Replace manual checking by using GUI::InputType::NonemptyText 2 年之前
  Marcus Nilsson be464c357a LibGUI: Add allowed file types to FilePicker 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  Sam Atkins f0395a2042 LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) 2 年之前
  Sam Atkins 54b1326165 Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` 2 年之前
  Sam Atkins 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 年之前
  Timothy Flynn ee95cb37cd LibGUI: Don't highlight extension text when saving files with FilePicker 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  thankyouverycool 99a00dc39b LibGUI: Remove useless frame members from Toolbar 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Sam Atkins cdffe556c8 LibGUI+Userland: Make Dialog::ExecResult an enum class 3 年之前
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  thankyouverycool d375904978 Base+LibGUI: Add unique "Save As" icon 3 年之前
  Sam Atkins f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年之前
  Andreas Kling c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 年之前
  Karol Kosek 5d567eb4ac LibGUI: Make the Open button always active in the OpenFolder mode 3 年之前
  Karol Kosek 71185f91a8 LibGUI: Enable/Disable the Open button on text change in FilePicker 3 年之前
  John Diamond c1063e3219 LibGUI: Disable Open/Save button in FilePicker when nothing is selected 3 年之前