summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-27Piano: Fix typo in Copyright headerBen Wiederhake
2021-10-27LibWeb: Don't create anonymous table boxes around whitespaceAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26LibWeb: Implement URLSearchParams.getAllLuke Wilde
2021-10-26LibJS: Clarify mathematical types in Temporal AOs and functionsLinus Groh
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch
2021-10-26Demos: Remap mouse button events to physical buttons in MouseDemoIdan Horowitz
2021-10-26Demos: Change MouseDemo's window title to "Mouse demo"Idan Horowitz
2021-10-26LibC: Remove debug spam from openpty()Andreas Kling
2021-10-26WindowServer: Don't re-open screen device immediately after opening itAndreas Kling
2021-10-26WindowServer: Remove Screen::init()Andreas Kling
2021-10-25SystemServer: Rename 'BootModes' config option to 'SystemModes'Ben Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Make M3UParser more idiomaticLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-25LibJS: Support calling result of a computed MemberExpression in bytecodeAndreas Kling
2021-10-25LibJS: Simplify MemberExpression::generate_bytecode()Andreas Kling
2021-10-25LibJS: Tweak Value::to_property_key() fast path for Int32Andreas Kling
2021-10-25LibJS: Support more assignment expressions in the bytecode VMAndreas Kling
2021-10-25LibJS: Generate bytecode for UpdateExpression with MemberExpression argAndreas Kling
2021-10-25LibJS: Add BytecodeGenerator helpers for reference get/putAndreas Kling
2021-10-25LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sidesAndreas Kling
2021-10-25DHCPClient: Simplify DHCPv4PacketBuilderAndreas Kling
2021-10-25LibJS: Always inline the bytecode instruction iterator's operator++Andreas Kling
2021-10-25LibJS: Add default constructor for PrivateNameAndreas Kling
2021-10-25Assistant: Fix adding sequential bonus in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Save match all match points in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Simplify the logic of calculating bonus pointsKarol Kosek
2021-10-25Assistant: Move score calculation logic to separate functionKarol Kosek
2021-10-25Assistant: Make strings const referencedKarol Kosek
2021-10-25LibSQL: Add better error handling to `evaluate` and `execute` methodsJan de Visser
2021-10-25LibSQL: First cut of SQL `WHERE` clauseJan de Visser
2021-10-25LibSQL: Implement evaluate() method of BinaryOperatorExpressionJan de Visser
2021-10-25LibSQL: Implement binary operators for Value objectsJan de Visser
2021-10-25LibJS: Propagate exceptions across bytecode executable boundariesAndreas Kling
2021-10-25LibJS: Make eval() code run in the bytecode VMAndreas Kling
2021-10-25LibJS: Make bytecode interpreter leave unwind context immediatelyAndreas Kling
2021-10-25LibJS: Make bytecode VM throw TypeError on attempt to call non-callableAndreas Kling
2021-10-25LibJS: Fix bogus bytecode codegen for "catch" parametersAndreas Kling
2021-10-25Profiler: Fix disassembling objects with a non-zero `.text` vaddrDaniel Bertalan
2021-10-25LibX86: Take load base address into consideration during disassemblyDaniel Bertalan
2021-10-25Profiler: Subtract the kernel's base address when searching for symbolsDaniel Bertalan
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers