summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-05-01TextEditor: Rename TextEditorWidget => TextEditor::MainWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-05-01Spreadsheet: Use String::bijective_base_from for column name resolutionTobias Christiansen
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-30Browser: Add FrogFind search engineMaciej Zygmanowski
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-29Browser: Display search engine format in statusbarMaciej Zygmanowski
2021-04-29Browser: Save search engine setting to preferencesMaciej Zygmanowski
2021-04-29Browser: Add GitHub and Yandex to search enginesPanagiotis Vasilopoulos
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-27Run: Remove useless serenity.h includeJean-Baptiste Boric
2021-04-26FontEditor: Don't put invalid clicks on the undo stackthankyouverycool
2021-04-26FontEditor: Warn on unsaved changesthankyouverycool
2021-04-26Browser: Add basic support for search enginessppmacd
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
2021-04-25FileManager: Unzip from context MenuTheGeopard
2021-04-25Piano: Add track Volume and improve QOLkleines Filmröllchen
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-23Userland: Piano: Optimize repaintskleines Filmröllchen
2021-04-23Help: Run clang-format on main.cppLinus Groh
2021-04-23SystemMonitor: Show action status tips in the statusbar :^)Andreas Kling
2021-04-23Help: Add a statusbar and use it for hovered links + action status tipsAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23FontEditor: Set proper defaults in NewFontDialogthankyouverycool
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23FontEditor: Don't append literal Line Feeds to clipboard metadatathankyouverycool
2021-04-23FontEditor: Set correct mean- and baseline ranges for new fontsthankyouverycool
2021-04-23FontEditor: Add move glyph toolthankyouverycool
2021-04-23FontEditor: Add undo and redo commandsthankyouverycool
2021-04-23FontEditor: Add adjustable scaling to GlyphEditorWidgetthankyouverycool
2021-04-23FontEditor: Add status tips and missing Alt shortcuts to actionsthankyouverycool
2021-04-23FontEditor: Add text refresh button to Preview ToolWindowthankyouverycool
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22SystemMonitor: Only show two decimal digits for the CPU usageAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21FontEditor: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-21Terminal: Use 16x16/settings.png for the terminal settings actionAndreas Kling
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-20FileManager: Don't crash on error in FileOperationTobias Christiansen