summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-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-23test-fuzz: Don't include all fuzzers into the same .cpp fileTim Schumacher
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
2023-05-23LibGUI: Adjust size and layout of InputBoxthankyouverycool
2023-05-23du: Continue enumerating directories on errorTim Ledbetter
2023-05-23du: Print to stderr rather than stdout when directory can't be readTim Ledbetter
2023-05-23LibC: Fix incorrect string length calculation in getsignalbyname()Tim Ledbetter
2023-05-22WebP: Let ALPH replace alpha channel instead of augmenting itNico Weber
2023-05-22SpiceAgent: Gracefully exit when the Spice server disconnectsTimothy Flynn
2023-05-22SpiceAgent: Reduce copying of potentially large byte buffersTimothy Flynn
2023-05-22LibWeb: Wait for media candidates without endlessly queueing microtasksTimothy Flynn
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo
2023-05-22mkfifo: Don't rely on global errnoKarol Kosek
2023-05-22LibGfx: Add search path to debug output in `FontDatabase`Jelle Raaijmakers
2023-05-22LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()Aliaksandr Kalenik
2023-05-22SystemMonitor: Store text in UnavailableProcessWidget using String classKarol Kosek
2023-05-22SystemMonitor: Propagate more errors on startupKarol Kosek
2023-05-22SystemMonitor: Convert most widgets to a failable factoryKarol Kosek
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde