index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-26
LibWeb: Make the base StyleValue::to_length() return an undefined length
Andreas Kling
2021-08-26
LibWeb: Correct CSS initial values for min-width and min-height
Andreas Kling
2021-08-26
LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()
Andreas Kling
2021-08-26
FileManager: Change read_i32 call to read_bool
Andy Jansson
2021-08-26
Minesweeper: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-26
Meta: Add Jesse Buhagiar to the contributors list :^)
Andreas Kling
2021-08-26
Browser: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-26
TextEditor: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-26
Terminal: Use Config::pledge_domains()
Andreas Kling
2021-08-26
FileManager: Use Config::pledge_domains()
Andreas Kling
2021-08-26
ConfigServer+LibConfig: Add pledge_domains() API
Andreas Kling
2021-08-26
LibConfig: VERIFY that a Core::EventLoop exists before connecting
Andreas Kling
2021-08-26
LibCore: Add Core::EventLoop::has_been_instantiated()
Andreas Kling
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-26
FileManager: Use LibConfig instead of Core::ConfigFile :^)
Andreas Kling
2021-08-26
Userland: Introduce ConfigServer and LibConfig
Andreas Kling
2021-08-26
Tests: Test setjmp/sigsetjmp LibC functions
Jean-Baptiste Boric
2021-08-26
LibC: Check for expected size of struct __jmp_buf
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on x86_64
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on i686
Jean-Baptiste Boric
2021-08-26
ThemeEditor: Place menu quit action as the last item
Karol Kosek
2021-08-26
Base: Add a Game of Life WebAssembly demo
Ali Mohammad Pur
2021-08-26
Base: Refer to WebAssembly as 'Wasm' and not 'WASM'
Ali Mohammad Pur
2021-08-26
LibWasm: Use Operators::BitShiftRight for i64.shru
Ali Mohammad Pur
2021-08-25
LibGL: Implement fog effect in Software Rasterizer
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogi`
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogf`
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogfv`
Jesse Buhagiar
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-08-25
HackStudio: Update the tree view cursor on editor change and 'Save as'
Karol Kosek
2021-08-25
LibWeb: Implement CSS `unset` builtin value
Sam Atkins
2021-08-25
LibWeb: Intercept CSS `initial`/`inherit` values in StyleProperties
Sam Atkins
2021-08-25
Base: Add cascade-keywords.html test page for CSS cascade keyword values
Sam Atkins
2021-08-25
LibWeb: Generate property_initial_value() function from Properties.json
Sam Atkins
2021-08-25
LibWeb: Add StyleValue to Forward.h
Sam Atkins
2021-08-25
LibWeb: Quote all initial values in Properties.json
Sam Atkins
2021-08-25
LibWeb: Use single shared instance of Inherit/InitialStyleValue
Sam Atkins
2021-08-25
LibWeb: Parse CSS builtins before other values
Sam Atkins
2021-08-25
Toolchain: Update BuildQemu.sh to latest 6.1.0
Brian Gianforcaro
2021-08-25
Kernel: Make VirtualAddress methods constexpr
Brian Gianforcaro
2021-08-25
CMake: Remove Prekernel incompatible options instead of overriding
Brian Gianforcaro
2021-08-25
HackStudio: Add "New File" actions for different file extensions
Marco Cutecchia
2021-08-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-25
Ports: Add port for mruby
Dante Catalfamo
2021-08-25
Kernel: Annotate Memory::Region APIs with [[nodiscard]]
Brian Gianforcaro
2021-08-25
Kernel: Always observe the return value of Region::map and remap
Brian Gianforcaro
2021-08-24
WebServer: Add 'Content-Type' header for error responses
Marco Cutecchia
2021-08-24
LibCore: Set file offset in ConfigFile::sync
Ralf Donau
2021-08-24
Browser: Use OutOfProcessWebView for the Browser JavaScript console
Andreas Kling
2021-08-24
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
Andreas Kling
[next]