Commit History

Author SHA1 Message Date
  Tim Ledbetter ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 year ago
  Andreas Kling 13db3c5ce0 LibGfx: Convert FontDatabase APIs to use FlyString 1 year ago
  Andreas Kling 545d8336b8 LibGfx: Convert Font APIs to return String instead of DeprecatedString 1 year ago
  Andreas Kling bd61e75e0b LibGUI: Remove Window::try_add_menu() 1 year ago
  Andreas Kling f2faf2767f LibGUI: Remove Menu::try_add_action() 1 year ago
  Andreas Kling 1525fa3b8f LibGUI: Remove Menu::try_add_separator() 1 year ago
  Andreas Kling 8322b31b97 LibGUI: Remove Widget::try_set_layout<T>() 1 year ago
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` 1 year ago
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 year ago
  kleines Filmröllchen 26d8ac844c Terminal: Modernize 2 years ago
  kleines Filmröllchen 33829f05fe Userland: Convert config listener callbacks to use StringView 2 years ago
  Sam Atkins cec8543097 Terminal: Migrate to `Core::Directory::for_each_entry()` 2 years ago
  thankyouverycool 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text 2 years ago
  Lucas CHOLLET 1a97382305 LibGUI: Make `Application`'s construction fallible 2 years ago
  Tim Ledbetter 05c8aa71f2 Applications: Update man page links for applications 2 years ago
  Karol Kosek 969543a847 LibGUI+Userland: Make Window::*add_menu take name using new string 2 years ago
  Cameron Youell 1dc3ba6ed5 Applications: Convert `DeprecatedFile` usages to `LibFileSystem` 2 years ago
  Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2 years ago
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
  Sam Atkins 6b66e39df4 LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()` 2 years ago
  Sam Atkins 77ad0fdb07 Userland: Specify margins and spacing in the GUI::Layout constructor 2 years ago
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 years ago
  Karol Kosek e39adc4772 Userland: Set Button text using the new String class 2 years ago
  Aliaksandr Kalenik 1f4106842d LibGfx: Pass font width to `FontDatabase::get()` 2 years ago
  Linus Groh 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 years ago
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 years ago
  Liav A e241b47fee Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2 years ago
  Sam Atkins a15d44f019 LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2 years ago
  Sam Atkins 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2 years ago
  Andreas Kling ef7eb60f22 Terminal: Run clang-format on main.cpp 2 years ago