summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-27LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
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-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-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
2021-07-27LibGUI: Add some "fudge factor" around IconView item rectsAndreas Kling
2021-07-27LibGUI: Show dotfiles with 50% opacity (in FileSystemModel views)Andreas Kling
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-07-27LibGUI: Add Variant::as_float_or(fallback)Andreas Kling
2021-07-27FileManager: Make "show dotfiles" affect the tree view as wellAndreas Kling
2021-07-27LibGUI: Remove some unused code in GUI::TreeViewAndreas Kling
2021-07-27Spider: Make statusbar high score display configurableJamie Mansfield
2021-07-27Spider: Start game if first move is to draw cardsJamie Mansfield
2021-07-27Spider: Track win and loss countsJamie Mansfield
2021-07-27Spider: Get user confirmation to close when there is a active gameJamie Mansfield
2021-07-27Spider: Track quickest game timeJamie Mansfield
2021-07-27Spider: Standardise fetching the mode identifierJamie Mansfield
2021-07-27LibC: Don't include C++ headers in C system headersGunnar Beutner
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-27LibSymbolication: Fix integer overflow when calculating region addressesGunnar Beutner