index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-28
UE: Make sure signal_trampoline_dummy is not optimized away with -flto
Gunnar Beutner
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
Solitaire: Start timer when first card is moved
Marcus Nilsson
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-27
PDFViewer: Reset current page number to 1 when opening a file
Linus Groh
2021-05-27
PDFViewer: Enable previous/next buttons conditionally
Linus Groh
2021-05-27
PDFViewer: Fix previous/next page toolbar button icons
Linus Groh
2021-05-27
3DFileViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Add a Help menu
Linus Groh
2021-05-27
PDFViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Show app name as "PDF Viewer" when a file is loaded
Linus Groh
2021-05-27
SoundPlayer: Show app name as "Sound Player" when a file is loaded
Linus Groh
2021-05-27
Utilites: Make dd truncate output file
Marcus Nilsson
2021-05-27
Shell: Disable the valid test as it has a high failure rate on target
Andrew Kaster
2021-05-27
LibGfx: Copy into a u32 in LZWDecoder::next_code() instead of casting
Andrew Kaster
2021-05-27
LibC: Use u32 in arc4random instead of char[4]
Andrew Kaster
2021-05-27
DHCPClient: Avoid unaligned access when parsing options
Andrew Kaster
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-27
LibTest: Do not cleanly exit when abort() is called
Ali Mohammad Pur
2021-05-27
LibWasm: Avoid excessive pop()-then-push() on the stack
Ali Mohammad Pur
2021-05-27
LibWasm: Let the interpreter itself manage the call frame
Ali Mohammad Pur
2021-05-27
LibWasm: Add a copy assignment operator to Value
Ali Mohammad Pur
2021-05-27
LibWasm: Make Interpreter a virtual interface
Ali Mohammad Pur
2021-05-27
LibWasm: Use the current configuration to run call ops
Ali Mohammad Pur
2021-05-27
LibWasm: Make Frame a value type as well
Ali Mohammad Pur
2021-05-27
LibWasm: Don't put values and labels in OwnPtrs
Ali Mohammad Pur
2021-05-27
file: Output directory when path is a directory
Arjan Zuidema
2021-05-27
DHCPClient: Rename struct members for InterfaceDescriptor
Gunnar Beutner
2021-05-27
DHCPClient: Remove unused #includes
Gunnar Beutner
2021-05-27
DHCPClient: Resend DHCP packets when we don't receive an answer
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-27
3DFileViewer: Add view menu
Erik Biederstadt
2021-05-26
Help: Tweak splitter spacing in main UI layout
Andreas Kling
2021-05-26
LibGUI: Paint some knurling in the middle of GUI::Splitter
Andreas Kling
2021-05-26
LibGUI: Have GUI::Splitter track all grabbable areas
Andreas Kling
2021-05-26
Playground: Start out with a GUI::Frame on the right hand side
Andreas Kling
2021-05-27
LibGfx: remove constexpr, add noexcept on interpolate method
Samuel Kelemen
2021-05-26
Hearts: Highlight cards when an invalid play is attempted
Gunnar Beutner
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-26
LibGL: Fix incorrect sign compare caused by GLsizei changes
Jesse Buhagiar
2021-05-26
3DFileViewer: Support textured models
Jesse Buhagiar
2021-05-26
LibGL: Add texture sampling to SW Rasterizer
Jesse Buhagiar
[next]