summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-26FileManager: Move "View as ViewType" actions into DirectoryViewAndreas Kling
2021-08-26ConfigServer+LibConfig: Add way for clients to listen for config changesAndreas Kling
2021-08-26LibWeb: Remove outdated FIXME about ACID2Andreas Kling
2021-08-26Meta: Ensure cmake fails if we are unable to unzip the CLDR databaseTimothy Flynn
2021-08-26CI: Ensure unzip is installed on the buildersTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.resolvedOptionsTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.ofTimothy Flynn
2021-08-26LibJS: Implement Intl.getCanonicalLocalesTimothy Flynn
2021-08-26LibJS: Implement the Intl.DisplayNames constructorTimothy Flynn
2021-08-26js: Implement pretty-printing of Intl.DisplayNamesTimothy Flynn
2021-08-26LibJS: Implement a nearly empty Intl.DisplayNames objectTimothy Flynn
2021-08-26LibUnicode: Add public accessors to generated locale dataTimothy Flynn
2021-08-26LibUnicode: Implement grammar validators for Unicode TR-35Timothy Flynn
2021-08-26CI: Skip Unicode caches for Fuzzer buildTimothy Flynn
2021-08-26CI: Cache downloaded Unicode CLDR databaseTimothy Flynn
2021-08-26LibUnicode: Download Unicode's CLDR database and generate locale dataTimothy Flynn
2021-08-26AK: Implement method to convert a String/StringView to title caseTimothy Flynn
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-08-26FileManager: Remove "on activation" debug spamTheFightingCatfish
2021-08-26AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)Ali Mohammad Pur
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26FlappyBug: Use LibConfig instead of Core::ConfigFileRalf Donau
2021-08-26LibGL: Implement glTexEnvfStephan Unverwerth
2021-08-26LibGL: Implement glPixelStoreiStephan Unverwerth
2021-08-26Calculator: The equal key will now also finish the operationScott R. Parish
2021-08-26Solitaire: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26Chess: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-262048: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-08-26LibWeb: Make the base StyleValue::to_length() return an undefined lengthAndreas Kling
2021-08-26LibWeb: Correct CSS initial values for min-width and min-heightAndreas Kling
2021-08-26LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()Andreas Kling
2021-08-26FileManager: Change read_i32 call to read_boolAndy Jansson
2021-08-26Minesweeper: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26Meta: Add Jesse Buhagiar to the contributors list :^)Andreas Kling
2021-08-26Browser: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26Terminal: Use Config::pledge_domains()Andreas Kling
2021-08-26FileManager: Use Config::pledge_domains()Andreas Kling
2021-08-26ConfigServer+LibConfig: Add pledge_domains() APIAndreas Kling
2021-08-26LibConfig: VERIFY that a Core::EventLoop exists before connectingAndreas Kling
2021-08-26LibCore: Add Core::EventLoop::has_been_instantiated()Andreas Kling
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26FileManager: Use LibConfig instead of Core::ConfigFile :^)Andreas Kling
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-26Tests: Test setjmp/sigsetjmp LibC functionsJean-Baptiste Boric
2021-08-26LibC: Check for expected size of struct __jmp_bufJean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on x86_64Jean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on i686Jean-Baptiste Boric
2021-08-26ThemeEditor: Place menu quit action as the last itemKarol Kosek
2021-08-26Base: Add a Game of Life WebAssembly demoAli Mohammad Pur