summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2021-05-08LibGUI+TextEditor: Make TextDocument modified state track undo stackAndreas Kling
2021-05-08LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditorAndreas Kling
2021-05-08LibGUI: Add UndoStack::on_state_change hookAndreas Kling
2021-05-08LibGUI: Reverse internal direction of GUI::UndoStackAndreas Kling
2021-05-08Revert "LibGUI: Fix undo stack reporting wrong modified state"Andreas Kling
2021-05-08LibWeb: Use list-style-type circle/square for nested unordered listsLinus Groh
2021-05-08LibGUI: Fix undo stack reporting wrong modified stateCarlos César Neves Enumo
2021-05-08LibGL: Move polygon clipping to `Clipper` classJesse Buhagiar
2021-05-08LibGL: Add software rasterizerStephan Unverwerth
2021-05-08LibGL: Add back face culling functionsStephan Unverwerth
2021-05-08LibGL: Implement glColor4(ub,f)vAli Mohammad Pur
2021-05-08LibGL: Implement glVertex2f(v)Ali Mohammad Pur
2021-05-08LibGL: Implement glVertex3fvAli Mohammad Pur
2021-05-08LibGL: Implement glOrtho and underlying functionsAli Mohammad Pur
2021-05-08LibGL: Impement glLoadMatrixf and underlying functionJesse Buhagiar
2021-05-08LibGL: Implement glScalefJesse Buhagiar
2021-05-08LibGL: Check for matrix stack over/underflowJesse Buhagiar
2021-05-08LibGL: Set GL error on some calls during begin/endJesse Buhagiar
2021-05-08LibGL: Implement glGetError and underlying functionJesse Buhagiar