index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-28
LibGfx: fix OOB access in LZW decoder on bad input
Peter Nelson
2020-12-28
LibJS: Implement Object.prototype.isPrototypeOf
Luke
2020-12-28
LibRegex: Fail early if eof seen after '(?'
AnotherTest
2020-12-28
LIbGUI+LibGfx: Paint focused push buttons with a heavier look
Andreas Kling
2020-12-28
LibGUI: Always focus the file name textbox in GUI::FilePicker
Andreas Kling
2020-12-28
WindowServer: Remove unnecessary clang-format disabler comment
Andreas Kling
2020-12-28
WindowServer: Don't lookup configuration values in compose()
Andreas Kling
2020-12-28
LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API
Andreas Kling
2020-12-28
Terminal: Created a simple Find window for searching within the terminal
Idan Horowitz
2020-12-28
LibVT: Implement find and scroll helper methods in TerminalWidget
Idan Horowitz
2020-12-28
LibVT: Create VT::Range and use it to replace selection start / end
Idan Horowitz
2020-12-28
Base: Rename maximize/minimize icons to a more generic name
Idan Horowitz
2020-12-28
FileManager: Created desktop shortcuts should use full basename
Andreas Kling
2020-12-28
Browser: Show destination URLs as tooltips in the bookmarks bar
Andreas Kling
2020-12-28
Browser: Use Core::Object::remove_all_children() in bookmarks bar
Andreas Kling
2020-12-28
WindowServer: Spruce up the move/resize geometry label a little bit
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-28
LibGUI: Make selected item tint color based on focused state
Andreas Kling
2020-12-28
LibGUI: Show a hand cursor when hovering over a GUI::LinkLabel
Andreas Kling
2020-12-28
LibGUI: Switch focus if the currently focused widget is disabled
Andreas Kling
2020-12-28
Services: Fix typos
Brendan Coles
2020-12-28
Revert "Meta: Remove catchall lines in .gitignore (#4565)"
Andreas Kling
2020-12-28
Meta: Import the serenityos.org website
Andreas Kling
2020-12-27
Kernel: Allow Userspace<T> pointers with invalid content
Andreas Kling
2020-12-27
LibELF: Reject ELF with program header p_filesz larger than p_memsz
Brendan Coles
2020-12-27
LibJS: Implement Array.prototype.sort()
Xavier Cooney
2020-12-27
LibJS: Run "prettier" on the tests :^)
Andreas Kling
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Build: Fix build of grub image when choosing EBR scheme
Liav A
2020-12-27
Build: Fix build of grub image when choosing GPT scheme
Liav A
2020-12-27
Kernel: Add DiskPartitionMetadata Class
Liav A
2020-12-27
Kernel: Move Partition code files to the Storage folder
Liav A
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
2020-12-27
Kernel: Convert read_block method to get a reference instead of pointer
Liav A
2020-12-27
LibGUI: Use Object::remove_all_children() in BreadcrumbBar (#4580)
dantje
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-27
LibC: Add fseeko/ftello
Stephen Gregoratto
2020-12-27
Meta: Remove catchall lines in .gitignore (#4565)
Nathan Lanza
2020-12-27
LibJS: Fix old object numeric key test now that toString() is correct
Stephan Unverwerth
2020-12-27
LibJS: Implement (mostly) spec compliant version of Number.toString()
Stephan Unverwerth
2020-12-27
LibJS: Fix parsing of numeric object keys
Stephan Unverwerth
2020-12-27
LibVT: Use the 'U+FFFD replacement character' to indicate a parsing error
Idan Horowitz
2020-12-27
Terminal+LibVT: Use GUI::AppFile
Linus Groh
2020-12-27
Taskbar: Use GUI::AppFile
Linus Groh
2020-12-27
SystemMenu: Use GUI::AppFile
Linus Groh
2020-12-27
LaunchServer: Use GUI::AppFile
Linus Groh
2020-12-27
LibGUI: Add GUI::AppFile, a simple wrapper around .af files
Linus Groh
2020-12-27
Kernel: CoreDump::write_program_headers: set NOTE p_memsz to p_filesz
Brendan Coles
2020-12-27
LibTextCodec: Add Latin2 text decoder (#4579)
Łukasz Maciejewski
[next]