summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-28UE: Make sure signal_trampoline_dummy is not optimized away with -fltoGunnar Beutner
2021-05-28LibJS: Add inline capacity to BlockAllocator's blocks VectorIdan Horowitz
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-05-27Solitaire: Start timer when first card is movedMarcus Nilsson
2021-05-27LibJS: Update mmap name after recycling a HeapBlock :^)Andreas Kling
2021-05-27LibJS: Make sure aligned_alloc() doesn't return a null pointerGunnar Beutner
2021-05-27LibJS: Remove unused HeapBlock::operator delete()Andreas Kling
2021-05-27LibJS: Make BlockAllocator use free() on non-Serenity platformsAndreas Kling
2021-05-27LibJS: Rename Allocator => CellAllocatorAndreas Kling
2021-05-27LibJS: Recycle up to 64 HeapBlocks to improve performance :^)Andreas Kling
2021-05-27PDFViewer: Reset current page number to 1 when opening a fileLinus Groh
2021-05-27PDFViewer: Enable previous/next buttons conditionallyLinus Groh
2021-05-27PDFViewer: Fix previous/next page toolbar button iconsLinus Groh
2021-05-273DFileViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Add a Help menuLinus Groh
2021-05-27PDFViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Show app name as "PDF Viewer" when a file is loadedLinus Groh
2021-05-27SoundPlayer: Show app name as "Sound Player" when a file is loadedLinus Groh
2021-05-27Utilites: Make dd truncate output fileMarcus Nilsson
2021-05-27Shell: Disable the valid test as it has a high failure rate on targetAndrew Kaster
2021-05-27LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of castingAndrew Kaster
2021-05-27LibC: Use u32 in arc4random instead of char[4]Andrew Kaster
2021-05-27DHCPClient: Avoid unaligned access when parsing optionsAndrew Kaster
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster
2021-05-27LibTest: Do not cleanly exit when abort() is calledAli Mohammad Pur
2021-05-27LibWasm: Avoid excessive pop()-then-push() on the stackAli Mohammad Pur
2021-05-27LibWasm: Let the interpreter itself manage the call frameAli Mohammad Pur
2021-05-27LibWasm: Add a copy assignment operator to ValueAli Mohammad Pur
2021-05-27LibWasm: Make Interpreter a virtual interfaceAli Mohammad Pur
2021-05-27LibWasm: Use the current configuration to run call opsAli Mohammad Pur
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-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-273DFileViewer: Add view menuErik Biederstadt
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-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