summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-25UserspaceEmulator: Add support for setsidAnotherTest
2020-10-25UserspaceEmulator: Add support for set_thread_nameAnotherTest
2020-10-25UserspaceEmulator: Add support for fchownAnotherTest
2020-10-25UserspaceEmulator: Add support for chmodAnotherTest
2020-10-25UserspaceEmulator: Add support for setgroupsAnotherTest
2020-10-25UserspaceEmulator: Add support for sched_(g s)etparamAnotherTest
2020-10-25UserspaceEmulator: Add support for some more ioctl() requestsAnotherTest
2020-10-25UserspaceEmulator: Add support for emulating SC_mountAnotherTest
2020-10-25UserspaceEmulator: Optionally write reports to the debug logAnotherTest
2020-10-25Userland: Add a very simple hexdump program :^)Andreas Kling
2020-10-25LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fontsAndreas Kling
2020-10-25Fonts: Rename font files consistentlyAndreas Kling
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas Kling
2020-10-25Fonts: Add 12px variants of Csilla and CsillaBoldAndreas Kling
2020-10-25Base: Document the new brace expansions in Shell's manpageAnotherTest
2020-10-25Shell: Add some tests for brace expansionsAnotherTest
2020-10-25LibGUI: Update ShellSyntaxHighlighter to also highlight brace expansionsAnotherTest
2020-10-25Shell: Add support for brace expansionsAnotherTest
2020-10-25LibGUI: Fix walking Splitter's child widgetsTom
2020-10-25LibGUI: Fix Splitter sometimes not working after widgets were resizedTom
2020-10-24LibJS: Disallow escape sequence/line continuation in use strict directiveLinus Groh
2020-10-24LibJS: Support LegacyOctalEscapeSequence in string literalsLinus Groh
2020-10-24LibJS: Report correct line/column for string literal syntax errorsLinus Groh
2020-10-24LibJS: Allow try statement with only finally clauseLinus Groh
2020-10-24AK: Add [[deprecated]] to out().asynts
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-24AK: Introduce SourceGenerator::fork().asynts
2020-10-24LibWeb: Don't send OOPWV repaint requests for views without backingAndreas Kling
2020-10-24Themes: Add "Desert" themeAndreas Kling
2020-10-24LibGfx+WindowServer: Handle taller window title fonts betterAndreas Kling
2020-10-24Fonts: Add 12px variants of Katica and KaticaBoldAndreas Kling
2020-10-23LibJS: Distinguish between statement and declarationLinus Groh
2020-10-23LibJS: Disallow NumericLiteral immediately followed by IdentifierLinus Groh
2020-10-23LibJS: Don't allow TryStatement without catch clauseLinus Groh
2020-10-23LibJS: Check for exception after executing (do)while test expressionLinus Groh
2020-10-23LibGUI: TableView should only scroll to the selected cellTom
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
2020-10-23LibGUI: Make GUI::Label respect the foreground color roleAndreas Kling
2020-10-23Base: Remove ugly 'Xmas' themeAndreas Kling
2020-10-23LibGfx: Filled checked toolbar buttons with a dither patternAndreas Kling
2020-10-23LibGUI: Add some horizontal padding to multi-line IconView item titlesAndreas Kling
2020-10-23LibGUI: Break IconView item titles into two lines if necessaryAndreas Kling
2020-10-23rm: Exit with status 0 if stat fails and force is setWesley Moore
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibLine: Support basic escaped characters in config fileAnotherTest
2020-10-22AK: Add `GenericLexer::consume_escaped_character()'AnotherTest
2020-10-22LibLine: Support multi-character key callbacksAnotherTest
2020-10-22LibWeb: Break reference cycles so DOM::Document actually gets deletedAndreas Kling
2020-10-22LibWeb: Make sure nodes are adopted when moving between documentsAndreas Kling
2020-10-22LibWeb: Forget frame selection when changing documentsAndreas Kling