summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-19LibIPC: Remove use of ByteBuffer::wrap()Andreas Kling
2020-12-19Kernel: Use fallible KBuffer API in PerformanceEventBufferAndreas Kling
2020-12-19AK: Add hash implementations for i16 and i64Sahan Fernando
2020-12-18Kernel: Avoid a heap allocation for every outgoing TCP packetAndreas Kling
2020-12-18Kernel/Net: Avoid a heap allocation for every outgoing UDP packetAndreas Kling
2020-12-18Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytesAndreas Kling
2020-12-18Kernel: Move KBufferBuilder to the fallible KBuffer APIAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_bytes()Andreas Kling
2020-12-18TmpFS: Use fallible KBuffer APIAndreas Kling
2020-12-18Ext2FS: Fail the mount if BGD table cache allocation failsAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_size()Andreas Kling
2020-12-18LibLine: Treat leftover data in buffer as a read eventAnotherTest
2020-12-18LibLine: Be less lazy when moving prompt origin rowAnotherTest
2020-12-18LibCore: UDPServer::bind: Replace bind failure assert() with perror()Brendan Coles
2020-12-18LibGUI: Don't assume main widget exists in Window::handle_resize_event()Linus Groh
2020-12-18LibGfx: Give Size and Rect * and *= operatorsNico Weber
2020-12-18LibGfx: Fix type of scale factor in Point scale operatorsNico Weber
2020-12-18ClipboardHistory: Add window iconBrendan Coles
2020-12-18HackStudio: Remove duplicate auto-indentation in HackStudio Language ServerSahan Fernando
2020-12-18LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...Sahan Fernando
2020-12-18Kernel: Don't dump core when OOM-killing a processAndreas Kling
2020-12-18LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}Andreas Kling
2020-12-18LibWeb: Silence BFC spam about not knowing how to place boxesAndreas Kling
2020-12-18Kernel: Workaround QEMU bug and initialize i8042 controllerLiav A
2020-12-18Base: Add app-libgfx-demo.png 32x32 iconLinus Groh
2020-12-18Base: Add app-fire.png 32x32 iconLinus Groh
2020-12-18Base: Add app-cube.png 32x32 iconLinus Groh
2020-12-18Base: Tweak app-cube.png 16x16 iconLinus Groh
2020-12-18Screensaver: Add app-screensaver.png 32x32 iconBrendan Coles
2020-12-17LibWeb: Whitespace that causes a line to wrap should be hiddenAndreas Kling
2020-12-17Chess: Prevent board changes when waiting for ChessEngine to moveBrendan Coles
2020-12-17WindowServer: Add the ability to animate cursorsTom
2020-12-17LibC: stdlib: Add clearenv() functionBrendan Coles
2020-12-17LibWeb: Escape text nodes in innerHTML getterLinus Groh
2020-12-17LibWeb: Include element attributes in innerHTML getterLinus Groh
2020-12-17Kernel: Return a correct name string of async write requestLiav A
2020-12-17LibWeb: Notify the PageClient when the children of <title> changeAndreas Kling
2020-12-17LibWeb: Fix shrink-to-fit layout for position:absoluteAndreas Kling
2020-12-17LibWeb: Use the correct containing block for position:absolute widthAndreas Kling
2020-12-17LibWeb: Always break around inline-blocks in AllPossibleLineBreaks modeAndreas Kling
2020-12-17LibWeb: Make sure the ICB is at least as tall as the viewportAndreas Kling
2020-12-17LibGUI: Table views with SelectRows should scroll entire rows into viewAndreas Kling
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-12-17UserspaceEmulator: Implement geteuid, getegid, ptsname syscallsBrendan Coles
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-12-16ln: Make the 'path' argument optionalAndreas Kling
2020-12-16Shell: Don't run commands with failing redirectionsLinus Groh
2020-12-16FileManager: Fix assertion when drag&dropping a file to the desktopAndreas Kling
2020-12-16LibGUI: Don't fill IconView item text background unless actually wantedAndreas Kling
2020-12-16LibGUI: Make the IconView cursor rect show up on the desktopAndreas Kling