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-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
2021-05-26
LibGL: Implement glTexCoord2f
Jesse Buhagiar
2021-05-26
LibGL: Implement Texture State Management
Jesse Buhagiar
2021-05-26
LibGL: Add Texture Name Allocation
Jesse Buhagiar
2021-05-26
LibGL: Change GLsizei from unsigned to signed integral type
Jesse Buhagiar
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-26
LibWasm: Add execution hooks and a debugger mode to the wasm tool
Ali Mohammad Pur
2021-05-26
LibCore: Add a standard error stream getter
Ali Mohammad Pur
2021-05-26
LibWasm: Drop previous frame when a structured end instruction is run
Ali Mohammad Pur
2021-05-26
LibWasm: Turn memory read failures into traps
Ali Mohammad Pur
2021-05-26
LibWasm: Once more fix structured instruction label indices
Ali Mohammad Pur
2021-05-26
LibWasm: Drop the correct number of frames
Ali Mohammad Pur
2021-05-26
LibWasm: Implement checked truncation instructions
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Partially resolve memory exports
Ali Mohammad Pur
2021-05-26
LibWasm: Correct memory init size when instantiating
Ali Mohammad Pur
2021-05-26
LibJS: Allow ArrayBuffer to not own its backing data buffer as well
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Implement (a very basic version of) the JS link/import
Ali Mohammad Pur
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur
[next]