summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-28Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>Brian Gianforcaro
2021-07-28Kernel: Remove unused fd allocation from Process::sys$connect(..)Brian Gianforcaro
2021-07-28Ports: Make libxml2 work when Python is installedGunnar Beutner
2021-07-28Kernel/ProcFS: Make various things superuser-only once againAndreas Kling
2021-07-28Kernel/ProcFS: Add S_IFREG bit to regular files in /procAndreas Kling
2021-07-28LibWeb: Avoid assertion failure on parsing numeric character referencesovf
2021-07-28WindowServer: Don't draw separator between pin window & close for modalsLuK1337
2021-07-28SpaceAnalyzer: Adjust the text_rectKarol Kosek
2021-07-28LibGUI: Align FilePickerDialog's common locations with file list viewLuK1337
2021-07-28LibGUI: Convert indexes to size_t and use Optional in TabWidgetLuke
2021-07-28LibGUI: Always reset pressed close button index on mouse up in TabWidgetLuke
2021-07-28LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)Andreas Kling
2021-07-28LibGUI: Make Label padding work with left/right aligned textAndreas Kling
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-27LibWeb: Return null if an unknown canvas context type is requestedK-Adam
2021-07-27LibGfx: Take the glyph spacing into account when building a linesin-ack
2021-07-27LibGfx: Remove extra space considered during wrappingsin-ack
2021-07-27Meta: Ignore everything after the git cut line in a lint-commit.sh hookKarol Kosek
2021-07-27LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
2021-07-27Documentation: Add preferred coding style options to CLion configurationLinus Groh
2021-07-27Calculator: Improve UI margin consistencyFrHun
2021-07-27Run: Improve UI consistencyFrHun
2021-07-27FontEditor: Fix minor margin inconsistencyFrHun
2021-07-27HexEditor: Fix find dialog layoutFrHun
2021-07-27AboutDialog: Fix inconsistent marginsFrHun
2021-07-27FilePicker: Fix button margins and sizeFrHun
2021-07-27ProcessChooser: Fix button margins and sizeFrHun
2021-07-27FileManager: Fix properties button marginsFrHun
2021-07-27KeyboardSettings: Fix button marginsFrHun
2021-07-27LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build botsAndreas Kling
2021-07-27LibGfx: Make TextLayout algorithm whitespace-awaresin-ack
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-27LibJS: Use special case folding for String.prototype.to{Lower,Upper}CaseTimothy Flynn
2021-07-27LibUnicode: Begin implementing special Unicode case foldingTimothy Flynn
2021-07-27LibUnicode: Produce each code point's general categoryTimothy Flynn
2021-07-27LibUnicode: Download and parse the special casing UCD fileTimothy Flynn
2021-07-27Meta: Bring lint-commit.sh up to date with the CI commit linterIdan Horowitz
2021-07-27LibJS: Implement Temporal.Now.plainDateTimeISO()Linus Groh
2021-07-27LibJS: Implement Temporal.Now.plainDateTime()Linus Groh
2021-07-27LibJS: Implement Temporal.Now.plainDateISO()Linus Groh
2021-07-27LibJS: Implement Temporal.Now.plainDate()Linus Groh
2021-07-27LibJS: Implement a bunch of time value related Date AOsLinus Groh
2021-07-27LibJS: Implement Temporal.Now[@@toStringTag]Linus Groh
2021-07-27LibJS: Implement Temporal[@@toStringTag]Linus Groh
2021-07-27Kernel: Fix CPU initialization for SMPGunnar Beutner
2021-07-27Meta: Set -audiodev explictlyx-yl
2021-07-27LibCoreDump: Make symbolication work when .text isn't the first segmentGunnar Beutner
2021-07-27LibGUI: Disable changing the view on error in the FilePickerKarol Kosek
2021-07-27LibGUI: Show an error message on open error in the FilePickerKarol Kosek
2021-07-27ImageViewer: Hide the border frame in fullscreen modeKarol Kosek