summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas Kling
2021-05-08LibGUI: Clear GUI::TextEditor selection before performing undo/redoAndreas Kling
2021-05-08LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditorAndreas Kling
2021-05-08LibGUI: Show command name in GUI::TextEditor undo/redo action textAndreas Kling
2021-05-08LibGUI: Add UndoStack::{undo,redo}_action_text()Andreas Kling
2021-05-08LibGUI: Make Command::action_text() virtualAndreas Kling
2021-05-08LibGUI: Make Action::set_text() update any associated menu itemsAndreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's RemoveTextCommandAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's InsertTextCommandAndreas Kling
2021-05-08LibGUI: Support merging of adjacent commands on the UndoStackAndreas Kling
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling
2021-05-08LibGUI: Don't fire TextDocument change notification after each commandAndreas Kling
2021-05-08LibWasm: Implement parsing all remaining instructionsAli Mohammad Pur
2021-05-08LibWasm: Add some more descriptive parse errorsAli Mohammad Pur
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08AK+LibCpp: Remove DEBUG_SPAM in favour of per-application definesAli Mohammad Pur
2021-05-08LibC: Add stubs for getrlimit()/setrlimit()Gunnar Beutner
2021-05-08LibPthread: Add implementation for pthread_mutexattr_gettypeGunnar Beutner
2021-05-08LibC: Add definition for LC_MESSAGESGunnar Beutner
2021-05-08LibC: Add definition for EDQUOTGunnar Beutner
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-08LibGUI: Add missing <AK/Function.h> includeMaciej Zygmanowski