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-18
Applications: Add a very simple PDFViewer
Matthew Olsson
2021-05-18
LibPDF: Fix bad resolve_to calls in Document
Matthew Olsson
2021-05-18
LibPDF: Add a bitmap renderer
Matthew Olsson
2021-05-18
LibPDF: Parse page crop box and user units
Matthew Olsson
2021-05-18
LibPDF: Parse graphics commands
Matthew Olsson
2021-05-18
LibPDF: Don't rely on a stream's /Length key existing
Matthew Olsson
2021-05-18
LibPDF: Give Parser a reference to the Document
Matthew Olsson
2021-05-18
Mandelbrot: Export images in a fixed resolution
Gunnar Beutner
2021-05-18
Mandelbrot: Keep the aspect ratio when (re-)sizing the window
Gunnar Beutner
2021-05-18
Mandelbrot: Add support for exporting the current image
Gunnar Beutner
2021-05-18
Mandelbrot: Implement color smoothing with gradients
Gunnar Beutner
2021-05-18
Mandelbrot: Maintain aspect ratio when selecting a region
Gunnar Beutner
2021-05-18
Solitaire: Stop timer if new game animation is running
Marcus Nilsson
2021-05-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
2021-05-18
2048: Minimize player score when selecting worst tile
Dmitrii Ubskii
2021-05-18
2048: Evil AI logic: select new tile in the worst position
Dmitrii Ubskii
2021-05-18
2048: Evil AI settings entry
Dmitrii Ubskii
2021-05-18
2048: Refactor tile sliding and score logic out of attempt_move()
Dmitrii Ubskii
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-18
WebServer: Fix jailbreaking of server via .. relative paths
DexesTTP
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
Utilites: Make find respect lack of -L when iterating over directories
Gunnar Beutner
2021-05-18
SystemMonitor: Don't try and show process window with nothing selected (#7221)
Marcus Nilsson
2021-05-18
LibCompress: Discard GZip NAME & COMMENT optional strings
Idan Horowitz
2021-05-18
LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)
Gunnar Beutner
2021-05-18
LibWebSocket: Fixed occasional infinite loop with TLS sockets
DexesTTP
2021-05-18
Utilities: Make the STATE column for top slightly larger
Gunnar Beutner
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-18
SystemMonitor: Show UDP sockets
brapru
2021-05-17
LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()
Linus Groh
2021-05-17
LibJS: Make length_setter_generic_storage_threshold a global constant
Linus Groh
2021-05-17
WindowServer: Don't attempt to make WindowServer inspectable
Andreas Kling
2021-05-17
Browser: Move main browser window logic into a BrowserWindow class
Andreas Kling
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-17
LibWasm: Make clang happy by removing an 'extra' set of parenthesis
Ali Mohammad Pur
2021-05-17
LibWasm: Implement memory.grow, memory.size and drop
Ali Mohammad Pur
2021-05-17
LibWasm: Execute the start function, if one exists
Ali Mohammad Pur
2021-05-17
Utilities/wasm: Say something when execution traps
Ali Mohammad Pur
2021-05-17
LibWasm: Implement most of the remaining instructions
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-17
LibWasm: Do not resize() the function signature list to preallocate
Ali Mohammad Pur
2021-05-17
LibWasm: Make structured_end() jump to the instruction after itself
Ali Mohammad Pur
2021-05-17
LibWeb: Resolve 2-part and 3-part border-color values
Timothy Flynn
2021-05-17
LibWeb: Resolve 3-part and 4-part border-width values
Timothy Flynn
2021-05-17
Playground: Show the modified state in the window title
faxe1008
2021-05-17
LibGUI: Reset TextEditor modified state on sucessful write_to_file
faxe1008
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-05-17
WebServer: Set no-cache header for responses
Gunnar Beutner
2021-05-17
WebServer: Don't read until EOF
Gunnar Beutner
[next]