summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03Base: Start Keymap.Applet automaticallyTimur Sultanov
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-03LibWeb: Implement TransformationStyleValue::to_string()Sam Atkins
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-02-03LibWeb: Make StyleValue::to_string() output valid CSSSam Atkins
2022-02-03LibWeb: Move non-trivial StyleValue to_string() methods to cpp fileSam Atkins
2022-02-02mount: Do not print usage if executed without any argumentsKenneth Myhra
2022-02-02Documentation: Add FAQ entry about running the systemsin-ack
2022-02-02LibJS: Consider calls of parse_iso_date_time() fallibleLinus Groh
2022-02-02LibWeb: Don't verify that a dimension unit isn't whitespaceSam Atkins
2022-02-02Documentation: Update BareMetalInstallation's storage support sectionPankaj Raghav
2022-02-02Kernel: Add polling support to NVMePankaj Raghav
2022-02-02Kernel: Add conditional call to disable_irq in IRQHandler constructorPankaj Raghav
2022-02-02Kernel: Add nvme_poll command line parametersPankaj Raghav
2022-02-02LibJS: Reject '-000000' as extended yearLinus Groh
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-02-02Revert "Kernel: Only update page tables for faulting region"Andreas Kling
2022-02-02Kernel: Only update page tables for faulting regionAndreas Kling
2022-02-01Base: Add missing FileTypes for PixelPaintEaston Pillay
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01Build: Remove hardcoded executable pathLucas CHOLLET
2022-02-01Base: Add open links to all of the game man pagesBrian Gianforcaro
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-02-01LibGfx: Determine slope attributes for TrueTypeFonts from tablesthankyouverycool
2022-02-01sleep: Port to LibMainalexmajor
2022-02-01shutdown: Port to LibMainalexmajor
2022-02-01stty: Port to LibMainalexmajor
2022-02-01sql: Port to LibMainalexmajor
2022-02-01shot: Port to LibMainalexmajor
2022-02-01sysctl: Port to LibMainalexmajor
2022-02-01syscall: Port to LibMainalexmajor
2022-02-01sync: Port to LibMainalexmajor
2022-02-01Starfield: Add app iconJagger De Leo
2022-02-01Base: Add Arabic Extended-A characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Add Arabic Supplement characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Add Arabic characters to font Katica Regular 10Lady Gegga
2022-02-01Base: Adjust 066E, 067A-0680, 0642, 06A5, 06A6 in Katica Regular 10Lady Gegga
2022-01-31LibJS: Implement Intl %SegmentIteratorPrototype%.next ( )Idan Horowitz
2022-01-31LibJS: Implement Intl %SegmentsPrototype%.containingIdan Horowitz
2022-01-31LibJS: Implement the Intl CreateSegmentDataObject AOIdan Horowitz
2022-01-31LibJS: Implement the Intl.Segmenter FindBoundary AOIdan Horowitz
2022-01-31LibJS: Convert Intl.Segmenter, Segments and SegmentIterator to Utf16Idan Horowitz
2022-01-31LibUnicode: Implement sentence segmentationIdan Horowitz
2022-01-31LibUnicode: Implement word segmentationIdan Horowitz
2022-01-31LibUnicode: Implement grapheme segmentationIdan Horowitz