summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01LibWeb: Add form associated element categoriesLuke Wilde
2022-03-01LibWeb: Move enabled() to FormAssociatedElement and follow the specLuke Wilde
2022-03-01Base: Add all IPA Extensions glyphs to KaticaRegular10Maciej
2022-03-01LibWeb: Fix incorrect check in BrowsingContext::is_top_levelLuke Wilde
2022-03-01HackStudio: Add icon to "Open Recent"xSlendiX
2022-03-01Base: Add open recent iconxSlendiX
2022-03-01Keymaps: Add ยต key to Danish keymapReimarPB
2022-03-01Keymaps: Add keys to alt map on Danish layoutReimarPB
2022-03-01LibWeb: Always include floats when computing height:auto for blocksAndreas Kling
2022-03-01LibWeb: Fix wrong height:auto computation for block with floating childAndreas Kling
2022-03-01Kernel: Respect actual framebuffer pitchAndreas Kling
2022-03-01Base: Remove my copyright from this HTML fileSam Atkins
2022-03-01LibWeb: Add origin property to window objectAlex M
2022-02-28LibC: Define offsetof in stddef.h instead of sys/cdefs.hAndrew Kaster
2022-02-28LibC: Don't export ALWAYS_INLINE from sys/cdefs.hAndrew Kaster
2022-02-28Spreadsheet: Make function examples easier to readroughjericho
2022-02-28Base: Add Sundanese to font Katica Regular 10Lady Gegga
2022-02-28Base: Add Sundanese Supplement to font Katica Regular 10Lady Gegga
2022-02-28LibJS: Spin the event loop until await has completeddavidot
2022-02-28LibWeb: Also apply default button styles to <button>, not just <input>Linus Groh
2022-02-28LibC: Add a wrapper for the getrusage syscallLucas CHOLLET
2022-02-28Kernel: Add getrusage() syscallLucas CHOLLET
2022-02-28AK: Add Time::from_ticks()Lucas CHOLLET
2022-02-28Base: Remove TelnetServer and WebServer from the generated manpage listIdan Horowitz
2022-02-28Base: Remove usermod and wc from the generated manpage listSam Atkins
2022-02-28Base: Make it obvious which pseudo-element tests are unimplementedSam Atkins
2022-02-28LibWeb: Add support for 'view-box' attribute to SVGsTobias Christiansen
2022-02-28LibWeb: Make SVGSVGElement's view_box() constTobias Christiansen
2022-02-28LibWeb: Allow <input type="button/submit/reset"> to be styledVrins
2022-02-28LibWeb: Remove unused variable in required_box_type_transformation()Andreas Kling
2022-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Use copy-on-write to make cloning a FormattingState much cheaperAndreas Kling
2022-02-28LibWeb: Don't crash on content with SVG elements outside of <svg>Andreas Kling
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling
2022-02-28LibWeb: Don't blockify or inlinify boxes with already-correct typeAndreas Kling
2022-02-28LibWeb: Blockify children of parents with display:grid or display:flexAndreas Kling
2022-02-28LibWeb: Split CSS box type transformations into a helper functionAndreas Kling
2022-02-28LibWeb: Improve Layout::Box has-definite-size? computationAndreas Kling
2022-02-28LibWeb: Store bottom edge location with each LineBoxAndreas Kling
2022-02-28LibWeb: For height:auto blocks, measure from top of *top* line boxAndreas Kling
2022-02-28LibWeb: Add FormattingState::clone()Andreas Kling
2022-02-28LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtrAndreas Kling
2022-02-28LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVectorAndreas Kling
2022-02-28LibWeb: Use coordinate instead of WeakPtr for box->fragment connectionAndreas Kling
2022-02-28LibWeb: Pass state to create_independent_formatting_context_if_needed()Andreas Kling
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2022-02-28AK: Correctly process precision modifiers in printfTimur Sultanov
2022-02-28groupdel: Port to LibMainTheOddGarlic
2022-02-28useradd: Port to LibMainTheOddGarlic
2022-02-28Base: Clarify that TelnetServer must be run as rootKyle Anthony Williams