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-27
LibJS: Extend Intl.DisplayNames.of to support language tags
Timothy Flynn
2021-08-27
LibUnicode: Parse Unicode CLDR languages and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Generate locale subtag data as multiple smaller tables
Timothy Flynn
2021-08-27
LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
Timothy Flynn
2021-08-27
ConfigServer: Update the configuration cache on file changes
Andreas Kling
2021-08-27
Pong: Remove unused Core::ConfigFile imports
Mustafa Quraish
2021-08-27
Spider: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-27
Snake: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-27
PixelPaint: Make Layer passed to tools a pointer
Maciej Zygmanowski
2021-08-27
PixelPaint: Pass raw mouse event to Tools and wrap them all in a struct
Maciej Zygmanowski
2021-08-27
PixelPaint: Make scaling exponential
Maciej Zygmanowski
2021-08-27
FontEditor: Adjust margins and spacing
thankyouverycool
2021-08-27
FontEditor: Let WindowServer manage modified markings
thankyouverycool
2021-08-27
FontEditor: Save discrete undo and redo states for each Command
thankyouverycool
2021-08-27
Base: Add FontEditor alias to shellrc
thankyouverycool
2021-08-27
HexEditor: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-26
FileManager: Report errors from chdir(), if any
Andreas Kling
2021-08-26
ConfigServer: Monitor opened config files for changes
Andreas Kling
2021-08-26
FileManager: Make DirectoryView listen for configuration changes
Andreas Kling
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
[next]