Commit History

Author SHA1 Message Date
  Tim Ledbetter ccab5ddf9b LibGUI+Applications: Use String in `make_about_action()` 1 year ago
  Andreas Kling bd61e75e0b LibGUI: Remove Window::try_add_menu() 1 year ago
  Andreas Kling 676ef0cc3d LibGUI: Make Menu::add_recent_files_list() infallible 1 year ago
  Andreas Kling f2faf2767f LibGUI: Remove Menu::try_add_action() 1 year ago
  Andreas Kling eec328e2ab LibGUI: Remove Menu::try_add_submenu() 1 year ago
  Andreas Kling 1525fa3b8f LibGUI: Remove Menu::try_add_separator() 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
  Karol Kosek 5234a30731 LibGUI+Userland: Port Action status tips to String 2 years ago
  Karol Kosek 4b169cf25f LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2 years ago
  Karol Kosek 2029750519 LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2 years ago
  Sam Atkins 08edc872aa LibCore+Applications: Put timeout parameter first in `debounce()` 2 years ago
  thankyouverycool 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text 2 years ago
  Maciej cf52542fcf LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2 years ago
  Tim Ledbetter 05c8aa71f2 Applications: Update man page links for applications 2 years ago
  Karol Kosek 84a231d4e5 TextEditor: Propagate errors from `MainWidget::initialize_menubar()` 2 years ago
  Karol Kosek 51bd9ca037 LibGUI+Userland: Make Menu::*add_submmenu take name using new string 2 years ago
  Karol Kosek 969543a847 LibGUI+Userland: Make Window::*add_menu take name using new string 2 years ago
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 years ago
  Tim Ledbetter 0829101eb8 Applications: Use thousands separator for numbers shown in status bar 2 years ago
  Sam Atkins d0730c1c75 TextEditor: Remove confirmation when opening from recent files list 2 years ago
  Sam Atkins c6a2e8eb08 TextEditor: Enable CMakeCache.txt highlighting 2 years ago
  Sam Atkins ac824677b8 TextEditor: Enable CMake syntax highlighting 2 years ago
  Andreas Kling 5f23515796 TextEditor: Add list of recently open files to the File menu :^) 2 years ago
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 years ago
  Andreas Kling f103f3af60 TextEditor: "Open Containing Folder" => "Reveal in File Manager" 2 years ago
  Lucas CHOLLET a053807be5 TextEditor: Propagate errors from `read_file()` 2 years ago
  Lucas CHOLLET 3454185d08 TextEditor: Use `request_file_read_only_approved` for the drop event 2 years ago
  Lucas CHOLLET 40f9cf2de6 TextEditor: Port to `Core::Stream` 2 years ago