summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-20LibWeb: Avoid some layouts in getComputedStyle() property getterAndreas Kling
2022-03-20LIbVT: Fix copy paste regression I introduced in #13102Brian Gianforcaro
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20FontEditor: Change flip action shortcuts to Ctrl+Shift+{Q,W}thankyouverycool
2022-03-20FontEditor: Set width on copy only if source glyph is presentthankyouverycool
2022-03-20FontEditor: Restore selections on undo/redo actionsthankyouverycool
2022-03-20LibGUI: Add set_selection() convenience helper to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Add automatic scrolling to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Use system theme when painting GlyphMapWidget focus outlinethankyouverycool
2022-03-20LibGUI: Reset GlyphMapWidget only if clicking a new active glyphthankyouverycool
2022-03-20LibGUI: Use nicer API for contrained positions in GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidgetthankyouverycool
2022-03-20Browser: Size the content box in "Box Model" based on its textSimon Wanner
2022-03-20LibWeb: Grey out invisible nodes in the DOM inspectorSimon Wanner
2022-03-20Base: Install symlinks instead of aliasing rgrep and egrepTim Schumacher
2022-03-20grep: Recognize mode based on the program nameTim Schumacher
2022-03-20LibWeb: Always call Layout::Box::did_set_rect()Andreas Kling
2022-03-20LibWeb: Layout browsing context parent before its childrenAndreas Kling
2022-03-20LibWeb: Don't crash in BrowsingContextContainer::content_document()Andreas Kling
2022-03-20LibWeb: Always defer callbacks in ResourceClient::set_resource()Andreas Kling
2022-03-20LibWeb: Implement the :focus-within selectorSam Atkins
2022-03-20LibWeb: Ignore linked stylesheets with MIME types other than text/cssAndreas Kling
2022-03-20LibWeb: Clear element.style when the "style" attribute is removedAndreas Kling
2022-03-20LibWeb: Invalidate style & layout inside iframes when they change sizeAndreas Kling
2022-03-20LibWeb: Evaluate @media CSS rules when updating styleAndreas Kling
2022-03-20LibWeb: Implement HTMLOptionElement.selectedAndreas Kling
2022-03-20LibWeb: Implement HTMLSelectElement.selectedIndexAndreas Kling
2022-03-20Spreadsheet: Use the correct top-center alignment when set to Top+CenterAli Mohammad Pur
2022-03-20Spreadsheet: Allow the user to format Identity cells via JS expressionsAli Mohammad Pur
2022-03-20Spreadsheet: Only update the selection on primary mousedownAli Mohammad Pur
2022-03-20Spreadsheet: Skip over "invalid" saved cell valuesAli Mohammad Pur
2022-03-20LibC: Automatically append null terminator in vswprintfsafarp
2022-03-20LibWeb: Include entire border box when painting stacking context layerAndreas Kling
2022-03-20LibWeb: Assign the used top/bottom border widths to inline-block boxesAndreas Kling
2022-03-20LibWeb: Add basic support for :lang() CSS selectorAndreas Kling
2022-03-20LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()Andreas Kling
2022-03-20LookupServer: Return with failure result when lookup failssin-ack
2022-03-20LibWasm: Increase the arbitrary local value count per type limitAli Mohammad Pur
2022-03-20LibWasm: Use some template magic to greatly simplify stack validationAli Mohammad Pur
2022-03-20LibWasm: Allow Limits max value to be equal to 2^k-1Ali Mohammad Pur
2022-03-20LibJS: Allow 'expect().fail("some random string")' in test-jsAli Mohammad Pur
2022-03-20LibWeb: Implement the rest of the Adoption Agency AlgorithmSimon Wanner
2022-03-20LibHTTP+LibTLS: Better HTTPS Socket EOF detectionFlorent Castelli
2022-03-20Browser: Turn on content filtering by default :^)Andreas Kling
2022-03-19LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"Andreas Kling
2022-03-20LibCrypto: Move all elliptic curve private methods into .cppMichiel Visser
2022-03-20LibCrypto+LibTLS: Add SECP256r1 support to LibTLSMichiel Visser
2022-03-20LibCrypto+LibTLS: Generalize the elliptic curve interfaceMichiel Visser
2022-03-19grep: Properly update match state when handling filesTim Schumacher