summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-28LibGUI: Show a hand cursor when hovering over a GUI::LinkLabelAndreas Kling
2020-12-28LibGUI: Switch focus if the currently focused widget is disabledAndreas Kling
2020-12-28Services: Fix typosBrendan Coles
2020-12-28Revert "Meta: Remove catchall lines in .gitignore (#4565)"Andreas Kling
2020-12-28Meta: Import the serenityos.org websiteAndreas Kling
2020-12-27Kernel: Allow Userspace<T> pointers with invalid contentAndreas Kling
2020-12-27LibELF: Reject ELF with program header p_filesz larger than p_memszBrendan Coles
2020-12-27LibJS: Implement Array.prototype.sort()Xavier Cooney
2020-12-27LibJS: Run "prettier" on the tests :^)Andreas Kling
2020-12-27Kernel: Introduce a new partitioning subsystemLiav A
2020-12-27Build: Fix build of grub image when choosing EBR schemeLiav A
2020-12-27Build: Fix build of grub image when choosing GPT schemeLiav A
2020-12-27Kernel: Add DiskPartitionMetadata ClassLiav A
2020-12-27Kernel: Move Partition code files to the Storage folderLiav A
2020-12-27Kernel: Introduce the DevFSLiav A
2020-12-27Kernel: Add a method to determine the desired permissions of a DeviceLiav A
2020-12-27Kernel: Convert read_block method to get a reference instead of pointerLiav A
2020-12-27LibGUI: Use Object::remove_all_children() in BreadcrumbBar (#4580)dantje
2020-12-27AK: Use direct-list-initialization for Vector::empend() (#4564)Nathan Lanza
2020-12-27LibC: Add fseeko/ftelloStephen Gregoratto
2020-12-27Meta: Remove catchall lines in .gitignore (#4565)Nathan Lanza
2020-12-27LibJS: Fix old object numeric key test now that toString() is correctStephan Unverwerth
2020-12-27LibJS: Implement (mostly) spec compliant version of Number.toString()Stephan Unverwerth
2020-12-27LibJS: Fix parsing of numeric object keysStephan Unverwerth
2020-12-27LibVT: Use the 'U+FFFD replacement character' to indicate a parsing errorIdan Horowitz
2020-12-27Terminal+LibVT: Use GUI::AppFileLinus Groh
2020-12-27Taskbar: Use GUI::AppFileLinus Groh
2020-12-27SystemMenu: Use GUI::AppFileLinus Groh
2020-12-27LaunchServer: Use GUI::AppFileLinus Groh
2020-12-27LibGUI: Add GUI::AppFile, a simple wrapper around .af filesLinus Groh
2020-12-27Kernel: CoreDump::write_program_headers: set NOTE p_memsz to p_fileszBrendan Coles
2020-12-27LibTextCodec: Add Latin2 text decoder (#4579)Łukasz Maciejewski
2020-12-27HexEditor: Select first character by defaultRok Povsic
2020-12-27HexEditor: Don't update selection numbers when clicking the last+1 charRok Povsic
2020-12-27HexEditor: Make single-character selection display proper start/endRok Povsic
2020-12-27Meta: Run lint-prettier.sh on CILinus Groh
2020-12-27Meta: Add lint-prettier.shLinus Groh
2020-12-27Meta: Update lint-{clang-format,shell-scripts}.sh to take a list of filesLinus Groh
2020-12-27Meta: Set 'pipefail' option correctly in shell scriptsLinus Groh
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-12-27LibGUI: Select the edited text by default in StringModelEditingDelegateAndreas Kling
2020-12-27LibGUI: Make IconView return a larger content rect for editingAndreas Kling
2020-12-27LibGUI+WindowServer: Tweak hover shadows slightlyAndreas Kling
2020-12-27Base+Playground: Add app-playground.png 16x16 and 32x32 iconsLinus Groh
2020-12-27LibGUI: Include LibGfx/Bitmap.h in Icon.hLinus Groh
2020-12-27Playground: Pre-populate the text editor with some GMLLinus Groh
2020-12-27Base: Add Playground.afLinus Groh
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27Kernel: Allow sys$rename() to rename symlinksAndreas Kling
2020-12-27Base: Flip shortcut emblem icons horizontallyAndreas Kling