summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50bAndreas Kling
2023-05-24LibVideo: Rename local variable from "max_bits" to "bits_left"Nico Weber
2023-05-24LibVideo: Rename BooleanDecoder::initialize paramNico Weber
2023-05-24LibVideo: Remove unused BooleanDecoder::bits_remaining()Nico Weber
2023-05-24Documentation: Configure cache dir in CMake settings for CLionJelle Raaijmakers
2023-05-24LibWeb: Honor the font-size even if the font-family is not foundAndreas Kling
2023-05-24Meta: Add GCC 13 and Clang 16 to compiler autodetectionDaniel Bertalan
2023-05-24Meta+Documentation: Require Xcode 14.3 or Clang 14 for the host compilerDaniel Bertalan
2023-05-24LibWeb: Avoid full tree traversal in Node::compare_document_position()Aliaksandr Kalenik
2023-05-24LibGfx: Prevent out of bounds access when scaling small BitmapsDarius Arnold
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-24LibWeb: Add fast way to check if a DOM node is an SVG elementAndreas Kling
2023-05-24Ladybird: Use cursor position for context menuKarthik Karanth
2023-05-24Base: Add man page for `w`Tim Ledbetter
2023-05-24Utilities/w: Add `-h` option to optionally hide the headerTim Ledbetter
2023-05-24Utilities/w: Add the ability to filter by usernameTim Ledbetter
2023-05-24Utilities/w: Display the TTY pseudo name in the "TTY" columnTim Ledbetter
2023-05-24Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo nameTim Ledbetter
2023-05-24Utilities/w: Port to StringTim Ledbetter
2023-05-24Utilities/w: Replace LibC function calls with modern equivalentsTim Ledbetter
2023-05-24LibThreading: Improve resiliancy of timed threading testsTimothy Flynn
2023-05-23AK: Define `NAKED` more resiliently for AArch64Daniel Bertalan
2023-05-23SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabledCaoimhe
2023-05-23LibWeb: Reject invalid tokens in `calc()` expressionsSam Atkins
2023-05-23LibWeb: Make LiveNodeList faster when it only cares about childrenAndreas Kling
2023-05-23LibWeb: Don't draw text fragments that would be clipped by the painterAndreas Kling
2023-05-23LibWeb: Make HTMLCollection faster when it only cares about childrenAndreas Kling
2023-05-23LibVideo/PlaybackManager: Use a function to start the internal timerZaggy1024
2023-05-23LibVideo/PlaybackManager: Decode frames off the main threadZaggy1024
2023-05-23LibVideo: Fallibly construct playback manager fieldsZaggy1024
2023-05-23LibWeb: Simplify margin & border box construction in `LayoutState`Jelle Raaijmakers
2023-05-23LibGfx: Get rid of `Gfx::Rect<float>` area workaround in `Painter`Jelle Raaijmakers
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Chess: Make the resign button have no effect after the game endsTim Ledbetter
2023-05-23Chess: Don't ask the engine to make a move if the game is finishedTim Ledbetter
2023-05-23Browser: Default to HTTPS instead of HTTP if no protocol is specifiedAndreas Kling
2023-05-23Ladybird: Default to HTTPS instead of HTTP if no protocol is specifiedAndreas Kling
2023-05-23LibWeb: Make LayoutState use HashMap instead of potentially huge VectorAndreas Kling
2023-05-23LibWeb: Use the right DOM node when placing cursor on double-clickAndreas Kling
2023-05-23LibWeb: Don't create mutation record node lists if nobody is interestedAndreas Kling
2023-05-23test-fuzz: Add all the missing fuzzersTim Schumacher
2023-05-23Lagom: Extract the list of fuzzing targets to a separate fileTim Schumacher
2023-05-23test-fuzz: Don't include all fuzzers into the same .cpp fileTim Schumacher
2023-05-23Ladybird: Select all text in LocationEdit on clickRafał Babiarz
2023-05-23LibWeb: Avoid rebuilding layout tree unless CSS display property changesAndreas Kling
2023-05-23Browser: Don't show error message box when canceling editor dialogKemal Zebari
2023-05-23LibGfx: Fix parsing of rgba valuesAndi Gallo
2023-05-23LibWeb: Preserve case for key eventsAndi Gallo
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool