summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27LibWasm: Make Frame a value type as wellAli Mohammad Pur
2021-05-27LibWasm: Don't put values and labels in OwnPtrsAli Mohammad Pur
2021-05-27file: Output directory when path is a directoryArjan Zuidema
2021-05-27DHCPClient: Rename struct members for InterfaceDescriptorGunnar Beutner
2021-05-27DHCPClient: Remove unused #includesGunnar Beutner
2021-05-27DHCPClient: Resend DHCP packets when we don't receive an answerGunnar Beutner
2021-05-27Profiler: Don't try to create a DisassemblyModel for invalid indicesAndreas Kling
2021-05-27Meta/CI: Add ENABLE_ALL_DEBUG_FACILITIES CMake optionAndrew Kaster
2021-05-27Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3Andrew Kaster
2021-05-27Kernel: Explicitly initialize bools in IOAPIC mappingAndrew Kaster
2021-05-27Kernel: Pass trampolines instead of lambdas to create_kernel_processAndrew Kaster
2021-05-27AK: Explicitly initialize buffer member in ByteBufferAndrew Kaster
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-27Keymaps: Add German (Switzerland) keymap layoutMax Wipfli
2021-05-27Toolchain: Use set -o pipefail to the toolchain build scriptGunnar Beutner
2021-05-273DFileViewer: Add view menuErik Biederstadt
2021-05-27Kernel: Let the user read/write more than one page from/to dev filesGunnar Beutner
2021-05-27Base: Make desktop shortcuts owned by anon (#7495)Max Wipfli
2021-05-27Ports: Bump curl to 7.77.0 :^)Andreas Kling
2021-05-26Kernel: Block when writing to TCP sockets when the send window is fullGunnar Beutner
2021-05-26Kernel: Avoid allocations when sending IP packetsGunnar Beutner
2021-05-26Kernel: Move packet allocation into helper methodsGunnar Beutner
2021-05-26Help: Tweak splitter spacing in main UI layoutAndreas Kling
2021-05-26LibGUI: Paint some knurling in the middle of GUI::SplitterAndreas Kling
2021-05-26LibGUI: Have GUI::Splitter track all grabbable areasAndreas Kling
2021-05-26Playground: Start out with a GUI::Frame on the right hand sideAndreas Kling
2021-05-27LibGfx: remove constexpr, add noexcept on interpolate methodSamuel Kelemen
2021-05-26Kernel: Switch VMObject to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-26Kernel: Switch Region to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-26Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-26Kernel: Switch Inode to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-26Hearts: Highlight cards when an invalid play is attemptedGunnar Beutner
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-26LibGL: Fix incorrect sign compare caused by GLsizei changesJesse Buhagiar
2021-05-263DFileViewer: Support textured modelsJesse Buhagiar
2021-05-26LibGL: Add texture sampling to SW RasterizerJesse Buhagiar
2021-05-26LibGL: Implement glTexCoord2fJesse Buhagiar
2021-05-26LibGL: Implement Texture State ManagementJesse Buhagiar
2021-05-26LibGL: Add Texture Name AllocationJesse Buhagiar
2021-05-26LibGL: Change GLsizei from unsigned to signed integral typeJesse Buhagiar
2021-05-26AK: Implement AK::StackJesse Buhagiar
2021-05-26Base: Add a WebAssembly mandelbrot demoAli Mohammad Pur
2021-05-26LibJS+LibWeb: Make Uint8ClampedArray use TypedArrayAli Mohammad Pur
2021-05-26LibWasm: Add execution hooks and a debugger mode to the wasm toolAli Mohammad Pur
2021-05-26LibCore: Add a standard error stream getterAli Mohammad Pur
2021-05-26LibWasm: Drop previous frame when a structured end instruction is runAli Mohammad Pur
2021-05-26LibWasm: Turn memory read failures into trapsAli Mohammad Pur
2021-05-26LibWasm: Once more fix structured instruction label indicesAli Mohammad Pur
2021-05-26LibWasm: Drop the correct number of framesAli Mohammad Pur
2021-05-26LibWasm: Implement checked truncation instructionsAli Mohammad Pur