summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-12LibWeb: Store layout box model metrics as floatsAndreas Kling
2020-12-12Kernel: Fix block recursionTom
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-12-12Kernel: Execute timer handlers outside of irq handlerTom
2020-12-12Kernel: disown should unblock any potential waitersTom
2020-12-12LibPthread: Return errors as positive return valuesTom
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-12-12LibGfx: Make fill_path() less bad at filling pathsAnotherTest
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-12-12AK::URL: Fix setting the port number in the case it was the last element of t...xspager
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-12LibWeb: Don't place floating boxes before everything elseAndreas Kling
2020-12-12LibWeb: Make the ad-hoc CSS parser a little more tolerantAndreas Kling
2020-12-12LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxesAndreas Kling
2020-12-11Meta: Add Luke Wilde to the contributors list :^)Andreas Kling
2020-12-11Kernel: Fix null dereference when execve'ing ELF without PT_TLS headerAndreas Kling
2020-12-11LibWeb: Remove some unnecessary is_replaced() checks in BFCAndreas Kling
2020-12-11LibWeb: Move replaced element layout out of Layout::ReplacedBoxAndreas Kling
2020-12-11LibWeb: Fix inline-block width computation with no specified widthAndreas Kling
2020-12-11LibDebug: Clean up DebugSession construction a little bitAndreas Kling
2020-12-11Kernel: Fix leaking Timer instancesTom
2020-12-11LibDebug: Fix crash when debugging short lived programsSahan Fernando
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-11Meta: Update bare metal installation guideDan MacDonald
2020-12-10Base: Remove *.hsp filesAndreas Kling
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-12-10AK: Add String::substring(start)Andreas Kling