summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-26LibUnicode: Download Unicode's CLDR database and generate locale dataTimothy Flynn
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-08-26FileManager: Remove "on activation" debug spamTheFightingCatfish
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-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-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-26LibWasm: Use Operators::BitShiftRight for i64.shruAli Mohammad Pur
2021-08-25LibGL: Implement fog effect in Software RasterizerJesse Buhagiar
2021-08-25LibGL: Implement `glFogi`Jesse Buhagiar
2021-08-25LibGL: Implement `glFogf`Jesse Buhagiar
2021-08-25LibGL: Implement `glFogfv`Jesse Buhagiar
2021-08-25LibWeb: Handle CSS "ch" length unit (mostly)Karol Kosek
2021-08-25HackStudio: Update the tree view cursor on editor change and 'Save as'Karol Kosek
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Intercept CSS `initial`/`inherit` values in StylePropertiesSam Atkins
2021-08-25LibWeb: Generate property_initial_value() function from Properties.jsonSam Atkins
2021-08-25LibWeb: Add StyleValue to Forward.hSam Atkins
2021-08-25LibWeb: Quote all initial values in Properties.jsonSam Atkins
2021-08-25LibWeb: Use single shared instance of Inherit/InitialStyleValueSam Atkins
2021-08-25LibWeb: Parse CSS builtins before other valuesSam Atkins
2021-08-25HackStudio: Add "New File" actions for different file extensionsMarco Cutecchia
2021-08-25LibJS: Fix incorrect Lexer VERIFY when parsing Unicode charactersBrian Gianforcaro
2021-08-24WebServer: Add 'Content-Type' header for error responsesMarco Cutecchia
2021-08-24LibCore: Set file offset in ConfigFile::syncRalf Donau
2021-08-24Browser: Use OutOfProcessWebView for the Browser JavaScript consoleAndreas Kling
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling