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
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
2020-12-27
HexEditor: Select first character by default
Rok Povsic
2020-12-27
HexEditor: Don't update selection numbers when clicking the last+1 char
Rok Povsic
2020-12-27
HexEditor: Make single-character selection display proper start/end
Rok Povsic
2020-12-27
Meta: Run lint-prettier.sh on CI
Linus Groh
2020-12-27
Meta: Add lint-prettier.sh
Linus Groh
2020-12-27
Meta: Update lint-{clang-format,shell-scripts}.sh to take a list of files
Linus Groh
2020-12-27
Meta: Set 'pipefail' option correctly in shell scripts
Linus Groh
2020-12-27
Base+LibJS+LibWeb: Make prettier clean
Linus Groh
2020-12-27
LibGUI: Select the edited text by default in StringModelEditingDelegate
Andreas Kling
2020-12-27
LibGUI: Make IconView return a larger content rect for editing
Andreas Kling
2020-12-27
LibGUI+WindowServer: Tweak hover shadows slightly
Andreas Kling
2020-12-27
Base+Playground: Add app-playground.png 16x16 and 32x32 icons
Linus Groh
2020-12-27
LibGUI: Include LibGfx/Bitmap.h in Icon.h
Linus Groh
2020-12-27
Playground: Pre-populate the text editor with some GML
Linus Groh
2020-12-27
Base: Add Playground.af
Linus Groh
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-27
Base: Flip shortcut emblem icons horizontally
Andreas Kling
[next]