提交历史

作者 SHA1 备注 提交日期
  Tim Ledbetter 0d7b13edac Userland: Make `GUI::Window` construction non-fallible 1 年之前
  Andreas Kling bd61e75e0b LibGUI: Remove Window::try_add_menu() 1 年之前
  Andreas Kling f2faf2767f LibGUI: Remove Menu::try_add_action() 1 年之前
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 年之前
  Lucas CHOLLET 1a97382305 LibGUI: Make `Application`'s construction fallible 2 年之前
  Karol Kosek 969543a847 LibGUI+Userland: Make Window::*add_menu take name using new string 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  Sam Atkins 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 年之前
  thankyouverycool 0d4fd4e2a6 LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  MacDue 593aa9aff1 Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas 3 年之前
  Lenny Maiorani 0ec688f86e Demos: Use default constructors/destructors 3 年之前
  Astraeus- 683077c894 LibGfxScaleDemo: Convert to try_create_default_icon 3 年之前
  Sam Atkins 7e05ccaa70 Demos: Cast unused smart-pointer return values to void 3 年之前
  Brian Gianforcaro cf4fa936be Everywhere: Use default execpromises argument for Core::System::pledge 3 年之前
  pbrw 8293ad33ee LibGfxScaleDemo: Use TRY() a lot more :^) 3 年之前
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 年之前
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年之前
  Andreas Kling 83d1460ee8 LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper() 3 年之前
  Andreas Kling 687a12d7fb Userland: Add GUI::Window::add_menu() and use it everywhere 4 年之前
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
  Linus Groh 91eda22208 Everywhere: Add Alt shortcuts to remaining top-level menus 4 年之前
  Linus Groh ff1d3f53c4 Everywhere: Rename app_menu to file_menu, continued 4 年之前
  Andreas Kling 20dd5735ce WindowServer+LibGfx: Automatic "modified" markers in window titles 4 年之前
  inalone 4dbf40399b Demos: Added Alt+F4 funtionality to demos that lacked it 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling e76771bfad WindowServer+LibGfx: Show menus in windows! :^) 4 年之前
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 4 年之前