summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-11LibJS: Use u64 instead of u32 in NumberPrototype::to_stringLuke
2021-05-11LibJS: Make number parts unsigned in NumberPrototype::to_stringLuke
2021-05-11LibLine+Shell: Add dirty history flag and use itsin-ack
2021-05-11LibWeb: Paint an element's foreground before painting its childrenTimothy Flynn
2021-05-11LibWeb: Make Element::tag_name return the HTML uppercased qualified nameLuke
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-05-11LibGL: Implement glGenLists and a few friendsAli Mohammad Pur
2021-05-11LibGfx: Implement Bitmap::cropped()Valtteri Koskivuori
2021-05-10LibELF: Propagate ELF image validation errors to the callerGunnar Beutner
2021-05-10LibELF: Don't use assignments in return statementsGunnar Beutner
2021-05-10LibGUI: Add Clipboard::clear()Sergey Bugaev
2021-05-10LibC: Partially implement pthread_setcancel{state,type}()Gunnar Beutner
2021-05-10LibJS: Make invalid RegExp flags a SyntaxError at parse timeLinus Groh
2021-05-10LibJS: Rename RegExpLiteral m_content to m_patternLinus Groh
2021-05-10LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_'Linus Groh
2021-05-10LibGUI: Retain Taskbar icon when toggling frameless settingBrian Gianforcaro
2021-05-10Clipboard+LibGUI: Make set_clipboard_data asynchronousAndreas Kling
2021-05-10WindowServer+LibGUI: Make "move window to front" asynchronousAndreas Kling
2021-05-10LibThread: Remove LOCKER() macro, as it adds no valueBrian Gianforcaro
2021-05-10WindowServer+LibGUI: Make menu and menubar teardown asynchronousAndreas Kling
2021-05-10LibPDF: Parse nested Page Tree structuresMatthew Olsson
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-10LibPDF: Add a basic parser and Document structureMatthew Olsson
2021-05-10LibPDF: Create basic object structureMatthew Olsson
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
2021-05-09LibC: Add definitions/stubs for IPv6 functionalityGunnar Beutner
2021-05-09LibCpp: Support Lexing escaped newlinesItamar
2021-05-09LibCpp: Rename m_definitions=>m_preprocessor_definitionsItamar
2021-05-09LibWeb: Add tests for HTMLTableElement attributesAdam Hodgen
2021-05-09LibWeb: Fix nodeName attribute in testsAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tbody attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tfoot attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement thead attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement caption attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement row attributesAdam Hodgen
2021-05-09LibC: Add definition for the rlim_t typeGunnar Beutner
2021-05-09LibGfx: Fix clipping in fill_ellipseEgor Ananyin
2021-05-09LibGL: Add depth tests and writes to SoftwareRasterizerStephan Unverwerth
2021-05-09LibGL: Add depth buffer classStephan Unverwerth
2021-05-09LibGL: Add supporting code for depth bufferStephan Unverwerth
2021-05-09LibC: Add declarations for various C11 math functionsGunnar Beutner
2021-05-09LibC: Implement the _Exit functionGunnar Beutner
2021-05-09LibC: Implement vscanfGunnar Beutner
2021-05-09Toolchain+LibM: Make C++ standard library math functions availableGunnar Beutner
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-05-09LibWeb: Allow white space inside pseudo-class argumentsmiere43
2021-05-09LibGfx: Change "white_space" => "whitespace"Andreas Kling
2021-05-09LibSQL: Add a syntax highlighterDylan Katz