summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-11LibGfx: Make sure draw_ui_text() paints underlines with text colorAndreas Kling
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-04-11LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replaceLuke
2021-04-10LibCore: Save errno before it gets clobbered in Core::IODevice::write()Andreas Kling
2021-04-10LibGUI/ScrollBar: Only paint buttons as pressed when also hoveredJelle Raaijmakers
2021-04-10LibTLS: Remove excessive CloseNotify loggingJelle Raaijmakers
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-04-10LibJS: Implicitly break for..in loop if the RHS result is nullishLinus Groh
2021-04-10LibJS: Implement Object.create()Linus Groh
2021-04-10LibJS: Implement Object.defineProperties()Linus Groh
2021-04-10LibJS: Update Object::define_accessor() to take both getter and setterLinus Groh
2021-04-10LibJS: Let Object::delete_property() return a bool, not ValueLinus Groh
2021-04-10LibJS: Remove superfluous exception check from get_own_property_descriptor()Linus Groh
2021-04-10LibGUI: Ignore right-clicks on HeaderViewsAndreas Kling
2021-04-10Calendar: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10Calculator: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10Calculator: Add a separator line between the menu and the main UIAndreas Kling
2021-04-10Profiler: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10Profiler: Don't change window title based on last enabled optionAndreas Kling
2021-04-10QuickShow: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10PixelPaint: Add icon and keyboard shortcut for the "New Image" actionAndreas Kling
2021-04-10PixelPaint: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10FontEditor: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10LibTLS: Convert some #ifs to dbgln_if()Jelle Raaijmakers
2021-04-10LibTLS: Support empty SNI data in ServerHelloJelle Raaijmakers
2021-04-10LibGUI: List directories before files in FileSystemModelAndreas Kling
2021-04-10LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer neededAnotherTest
2021-04-10WindowServer: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10HackStudio: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10LibRegex: Treat brace quantifiers with invalid contents as literalsAnotherTest
2021-04-10LibRegex: Take the regex as a const reference in print_bytecode()AnotherTest
2021-04-10LibRegex: Allow a '?' suffix for brace quantifiersAnotherTest
2021-04-10LibRegex: Give ByteCode a copy ctor and and a move assignment operatorAnotherTest
2021-04-10LibVT: Update TerminalWidget after double-click selectionAndreas Kling
2021-04-10LibGUI: Reflow+update TextEditor widget after ruler visibility changeAndreas Kling
2021-04-09LibGUI: Remove 2px of vertical space around FilePicker common placesAndreas Kling
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-04-09LibGUI: Yet another FilePicker UI tweakAndreas Kling
2021-04-09LibGUI: Allow navigating into symlinked directories in FilePickerAndreas Kling
2021-04-09LibGUI: Fix uniform TabWidget tabs bleeding outside the widgetAndreas Kling
2021-04-09Browser: Add a separator line below the menu while in multi-tab modeAndreas Kling
2021-04-09LibGUI: Add TabWidget::on_tab_count_change hookAndreas Kling
2021-04-09LibGUI: More tweaks for the FilePicker UI layoutAndreas Kling
2021-04-09LibGUI: Use "Tray" look & feel for the common locations frame :^)Andreas Kling
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
2021-04-09Browser: Add more Alt shortcuts to menu actionsAndreas Kling
2021-04-09LibGUI: Tweak FilePickerDialog UI layoutAndreas Kling
2021-04-09LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0")Jelle Raaijmakers