summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-22LibVT: Don't cache bold variant of VT font in a member variableAndreas Kling
2021-05-22WindowServer: Notify window-less clients about theme/font changesAndreas Kling
2021-05-22LibGfx: Support alpha in rendering methods for border-radiusTobias Christiansen
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-21LibJS: Expose TypedArray.prototype.byteOffsetLuke
2021-05-21LibJS: Expose TypedArray.prototype.byteLengthLuke
2021-05-21LibJS: Expose TypedArray.prototype.bufferLuke
2021-05-21LibJS: Expose BYTES_PER_ELEMENT on each TypedArrayLuke
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-21LibWeb: Improve Unicode compatibility of HTML contenteditableMax Wipfli
2021-05-21LibWeb: Frame/Position: Implement cursor increment/decrement methodsMax Wipfli
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-05-21LibWeb: Do nothing when pressing modifier keys in HTML contenteditableMax Wipfli
2021-05-21LibWeb: Replace some TODO() calls with FIXME comments in EventHandlerMax Wipfli
2021-05-22Shell: Make sure all tests put their temp dirs in /tmpAndrew Kaster
2021-05-21LibJS: Fix indexed access of TypedArray with byte offsetLinus Groh
2021-05-21js: Don't print newline for empty ArrayBufferLinus Groh
2021-05-21DisplaySettings: Restrict selection of fixed-width fontsAndreas Kling
2021-05-21WindowServer: Store system font queries in WindowServer.ini :^)Andreas Kling
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-21LibWeb: Ignore vendor-specific CSS propertiesTobias Christiansen
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21FileManager: Change shortcut of Display Settings desktop optionLinus Groh
2021-05-21DisplaySettings: Allow deselection of background imageJagger De Leo
2021-05-213DFileViewer: Make the main widget a GUI::FrameAndreas Kling
2021-05-21Browser: Stop leaking popup windowsAndreas Kling
2021-05-21LibWeb: Make tag names bold in syntax-highlighted HTML :^)Andreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21Shell: Use /tmp for all file operations valid.sh testAndrew Kaster
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-21LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()Ali Mohammad Pur
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-21LibWasm: Print instruction arguments tooAli Mohammad Pur
2021-05-21LibWasm: Fix nested structured instruction parsingAli Mohammad Pur
2021-05-21LibWasm: Resolve labels starting from the top of the stackAli Mohammad Pur
2021-05-21LibWasm: Implement a very basic linkerAli Mohammad Pur
2021-05-21LibWasm: Make the instantiation process produce an OwnPtrAli Mohammad Pur
2021-05-21LibWasm: Decouple ModuleInstance from the AbstractMachineAli Mohammad Pur
2021-05-21LibWasm: Trap instead of VERIFY()'ingAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-20LibCore: Let IODevice::can_read_line() buffer until \n or EOFr-paiva
2021-05-20Utilities: Fix grep match when reading from stdinr-paiva
2021-05-20LibGL: Implement glHint()Stephan Unverwerth
2021-05-203DFileViewer: Clean up file handlingGunnar Beutner