summaryrefslogtreecommitdiff
path: root/Userland/Applications/Terminal
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06Terminal: Run clang-format on main.cppAndreas Kling
2023-01-06Terminal: Add zoom in/out action to increment/decrement the font sizeAndreas Kling
2022-12-31Terminal+LibVT: Get the color scheme from the system themeimplicitfield
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Terminal+LibVT: Toggle TerminalWidget's focus on input preemptionthankyouverycool
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-15Terminal: Enable double-buffering for the terminal widgetAndreas Kling
2022-08-14Terminal: Update window size increments on terminal font changeAndreas Kling
2022-08-14Terminal: Rename menu item from "Settings" to "Terminal Settings"Andreas Kling
2022-08-14Base: Launch ConfigServer at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-09Terminal: Propagate more errorsJunior Rantila
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-29Terminal: Repair resizingFrHun
2022-06-22Terminal+TerminalSettings: Add caret customizationMichał Lach
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-06Terminal+TerminalSettings: Allow disabling close confirmationsMacDue
2022-05-06Terminal: Close warnings for background/foreground processesMacDue
2022-04-11Terminal: Use Core::System::exec()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-15Terminal: Add config listeners for controlling scrollbar visibilityBrian Gianforcaro
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Terminal: Modernize terminal settings as a standalone applicationkleines Filmröllchen
2021-11-24Terminal: Tighten lambda captures in create_find_window()Andreas Kling
2021-11-24Terminal: Use LibCore syscall wrapper for ptsname()Andreas Kling
2021-11-24Terminal: Use ErrorOr and TRY() when setting up the "find" dialogAndreas Kling
2021-11-24Terminal: Use TRY() a lot more in serenity_main()Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling