summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-28LibGfx: fix OOB access in LZW decoder on bad inputPeter Nelson
2020-12-28LibJS: Implement Object.prototype.isPrototypeOfLuke
2020-12-28LibRegex: Fail early if eof seen after '(?'AnotherTest
2020-12-28LIbGUI+LibGfx: Paint focused push buttons with a heavier lookAndreas Kling
2020-12-28LibGUI: Always focus the file name textbox in GUI::FilePickerAndreas Kling
2020-12-28WindowServer: Remove unnecessary clang-format disabler commentAndreas Kling
2020-12-28WindowServer: Don't lookup configuration values in compose()Andreas Kling
2020-12-28LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public APIAndreas Kling
2020-12-28Terminal: Created a simple Find window for searching within the terminalIdan Horowitz
2020-12-28LibVT: Implement find and scroll helper methods in TerminalWidgetIdan Horowitz
2020-12-28LibVT: Create VT::Range and use it to replace selection start / endIdan Horowitz
2020-12-28Base: Rename maximize/minimize icons to a more generic nameIdan Horowitz
2020-12-28FileManager: Created desktop shortcuts should use full basenameAndreas Kling
2020-12-28Browser: Show destination URLs as tooltips in the bookmarks barAndreas Kling
2020-12-28Browser: Use Core::Object::remove_all_children() in bookmarks barAndreas Kling
2020-12-28WindowServer: Spruce up the move/resize geometry label a little bitAndreas Kling
2020-12-28Everywhere: Move AppFile from LibGUI to LibDesktopLinus Groh
2020-12-28LibGUI: Make selected item tint color based on focused stateAndreas Kling
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