提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Karol Kosek 848c4fc43d LibGUI: Show an error message box in the FilePicker on no permissions 3 年之前
  Andreas Kling 887ab3cc9a LibGUI: Rename FileSystemModel's "Owner" column to "User" 3 年之前
  Simon Danner 16830a60ec LibGUI: Select common location on Filepicker startup 3 年之前
  sin-ack ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 年之前
  LuK1337 ba119029dd LibGUI: Allow to specify FilePicker window position 4 年之前
  Karol Kosek 99d46caa28 LibGUI: Disable changing the view on error in the FilePicker 3 年之前