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
FileManager: Move "View as ViewType" actions into DirectoryView
Andreas Kling
2021-08-26
ConfigServer+LibConfig: Add way for clients to listen for config changes
Andreas Kling
2021-08-26
LibWeb: Remove outdated FIXME about ACID2
Andreas Kling
2021-08-26
Meta: Ensure cmake fails if we are unable to unzip the CLDR database
Timothy Flynn
2021-08-26
CI: Ensure unzip is installed on the builders
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement Intl.getCanonicalLocales
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn
2021-08-26
js: Implement pretty-printing of Intl.DisplayNames
Timothy Flynn
2021-08-26
LibJS: Implement a nearly empty Intl.DisplayNames object
Timothy Flynn
2021-08-26
LibUnicode: Add public accessors to generated locale data
Timothy Flynn
2021-08-26
LibUnicode: Implement grammar validators for Unicode TR-35
Timothy Flynn
2021-08-26
CI: Skip Unicode caches for Fuzzer build
Timothy Flynn
2021-08-26
CI: Cache downloaded Unicode CLDR database
Timothy Flynn
2021-08-26
LibUnicode: Download Unicode's CLDR database and generate locale data
Timothy Flynn
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-26
FileManager: Change the cwd when opening a directory
TheFightingCatfish
2021-08-26
FileManager: Remove "on activation" debug spam
TheFightingCatfish
2021-08-26
AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)
Ali Mohammad Pur
2021-08-26
Games: Remove unveiling /tmp/portal/config
Ralf Donau
2021-08-26
FlappyBug: Use LibConfig instead of Core::ConfigFile
Ralf Donau
2021-08-26
LibGL: Implement glTexEnvf
Stephan Unverwerth
2021-08-26
LibGL: Implement glPixelStorei
Stephan Unverwerth
2021-08-26
Calculator: The equal key will now also finish the operation
Scott R. Parish
2021-08-26
Solitaire: Use LibConfig instead of Core::ConfigFile
Thitat Auareesuksakul
2021-08-26
Chess: Use LibConfig instead of Core::ConfigFile
Thitat Auareesuksakul
2021-08-26
2048: Use LibConfig instead of Core::ConfigFile
Thitat Auareesuksakul
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
[next]