summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-14LibC: Add NO_TLS preprocessor flagItamar
2020-12-14LibC: Make it possible to use ASSERTs without initializing stdioItamar
2020-12-14Toolchain: Configure the path to the dynamic linkerItamar
2020-12-14Kernel: Support TLS allocation from userspaceItamar
2020-12-14Kernel: Add ability to load interpreter instead of main programItamar
2020-12-14Debugger: Add 'examine' commandItamar
2020-12-14Debugger: Fix CLI parsing of breakpoint addressesItamar
2020-12-14LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriodLinus Groh
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibGfx: Draw checked buttons with a dithered base backgroundAndreas Kling
2020-12-14LibGUI: Don't focus BreadcrumbBar segments on clickAndreas Kling
2020-12-14FileManager: Use GUI::BreadcrumbBar :^)Andreas Kling
2020-12-14LibGUI: Add a basic BreadcrumbBar widget! :^)Andreas Kling
2020-12-14LibGUI: Protect GUI::Button across firing the on_click hookAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Use CSS::ValueID for 'text-align' valuesAndreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-14jp: Remove trailing comma at end of object/array to make output valid JSONLinus Groh
2020-12-14jp: Only output colors when stdout is a TTYLinus Groh
2020-12-14jp: Use new format functionsLinus Groh
2020-12-14LibWeb: Add a little assertion in Document::detach_from_frame()Andreas Kling
2020-12-14LibWeb: Simplify <iframe> content frame constructionAndreas Kling
2020-12-14LibWeb: Use final box model metrics for absolute 'right' and 'bottom'Andreas Kling
2020-12-14LibWeb: Limit style update tree traversal to dirty subtreesAndreas Kling
2020-12-14LibWeb: Layout absolutely positioned children *after* computing heightAndreas Kling
2020-12-14LibWeb: Don't replace selection on key press in non-editable contentAndreas Kling
2020-12-14LibWeb: Make StyleProperties::length_box() default to auto valuesAndreas Kling
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-13LibTLS: Read subjectAltName from certificates and use itAnotherTest
2020-12-13Kernel/Net: Socket connected state change should reevaluate blocksAndreas Kling
2020-12-13LibWeb: Set the encoding of HTML documentsAndreas Kling
2020-12-13LibTextCodec: Normalize incoming encodings in decoder_for()Andreas Kling
2020-12-13LibTLS: TLSv12::read_line() should chomp result stringAndreas Kling
2020-12-13LibWeb: Update stale #includes for HTML/TagNames.* moveAndreas Kling
2020-12-13LibWeb: Attach DOM::Document to its frame before parsingAndreas Kling
2020-12-13LibWeb: Make HTMLDocumentParser take an existing documentAndreas Kling
2020-12-13LibWeb: Move DOM/TagNames.* => HTML/TagNames.*Andreas Kling
2020-12-13LibWeb: Mark element style dirty on style/id attribute change tooAndreas Kling
2020-12-13LibWeb: Mark element style dirty when class attribute changesAndreas Kling
2020-12-13LibWeb: Make DOM::Node::set_needs_style_update() schedule the updateAndreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-13DisplaySettings: Allow unsetting the wallpaperAndreas Kling
2020-12-13DisplaySettings: Remove a bunch of unnecessary "this->"Andreas Kling
2020-12-13DisplaySettings: Improve contrast of screen resolution labelAndreas Kling
2020-12-13LibGUI: Simplify ComboBox/TextEditor relationship a bitAndreas Kling
2020-12-13AK: Add {encode,decode}_hex similar to {encode,decode}_base64Conrad Pankoff
2020-12-13Welcome: Fix reading of welcome.txt fileLinus Groh
2020-12-13Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)Daniel Lemos
2020-12-12AK: Fix urlencode() with high byte valuesConrad Pankoff