index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-01-28
Applets/Audio: Use Array for the volume level bitmaps
kleines Filmröllchen
2022-01-28
HexEditor: Use Array in FindDialog's options
kleines Filmröllchen
2022-01-28
Chess: Don't use Vector in a literal iterator
kleines Filmröllchen
2022-01-28
LibAudio: Use ArrayLike concept to remove duplicate Buffer constructor
kleines Filmröllchen
2022-01-28
LibTextCodec: Do not allocate the various decoders
Daniel Bertalan
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-28
RequestServer: Replace disconnected sockets in the grace period too
Ali Mohammad Pur
2022-01-28
LibCore: Change DateTime format strings to be StringViews
Timothy Flynn
2022-01-28
LibCore: Remove time zone from default format string
Timothy Flynn
2022-01-28
date: Use an explicit time format string for default option
Timothy Flynn
2022-01-28
run-tests: Dump a backtrace for crashed tests
Ali Mohammad Pur
2022-01-28
js: Use generic reference instead of Variant<A,B>
Ali Mohammad Pur
2022-01-28
LibJS: Implement Intl.PluralRules.prototype.resolvedOptions
Timothy Flynn
2022-01-28
LibJS: Implement Intl.PluralRules.supportedLocalesOf
Timothy Flynn
2022-01-28
js: Implement pretty-printing of Intl.PluralRules
Timothy Flynn
2022-01-28
LibJS: Implement the Intl.PluralRules constructor
Timothy Flynn
2022-01-28
LibJS: Implement a nearly empty Intl.PluralRules object
Timothy Flynn
2022-01-28
LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase class
Timothy Flynn
2022-01-28
zip: Ignore symlinks when recursively zipping files
Idan Horowitz
2022-01-28
CharacterMap: Move display name strings into the search results object
Timothy Flynn
2022-01-28
CharacterMap: Change the search widget to display results in a TableView
Timothy Flynn
2022-01-28
Revert "FileSystemAccessServer: Display times in the local time zone"
Timothy Flynn
2022-01-28
Revert "FileManager: Display times in the user's local time zone"
Timothy Flynn
2022-01-28
Revert "ls: Display times in the user's local time zone"
Timothy Flynn
2022-01-28
Revert "Userland: Invoke tzset in apps that care about time zones"
Timothy Flynn
2022-01-28
LibMain: Invoke tzset in LibMain so all apps can have time zone info
Timothy Flynn
2022-01-28
LibSoftGPU: Simplify clipping logic
Lenny Maiorani
2022-01-28
FileSystemAccessServer: Display times in the user's local time zone
Timothy Flynn
2022-01-28
FileManager: Display times in the user's local time zone
Timothy Flynn
2022-01-28
ls: Display times in the user's local time zone
Timothy Flynn
2022-01-28
BrowserSettings: Use standard text placement for check box text
Timothy Flynn
2022-01-28
MailSettings: Use standard text placement for check box text
Timothy Flynn
2022-01-28
MouseSettings: Use standard text placement for check box text
Timothy Flynn
2022-01-28
HackStudio: Fix path to language-server IPC socket
Itamar
2022-01-27
LibGUI: Alphabetize the available entries in CommandPalette
Andreas Kling
2022-01-27
LibGUI: Show action icons in CommandPalette when available :^)
Andreas Kling
2022-01-27
LibGUI: Add a universally available "command palette" to GUI programs
Andreas Kling
2022-01-27
LibGUI: Make FilteringProxyModel::data() support multi-column data
Andreas Kling
2022-01-27
LibGUI: Fix bogus return value on error in FilteringProxyModel::data()
Andreas Kling
2022-01-27
LibGUI: Fix bogus root index column_count() in FilteringProxyModel
Andreas Kling
2022-01-27
LibGUI: Don't skip non-skipable spans on ctrl+right
Mathieu PATUREL
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
Timothy Flynn
2022-01-27
LibJS: Add explicit constructors for PatternPartition
Timothy Flynn
2022-01-27
LibJS: Change RelativeTimeFormat::number_format to return a reference
Timothy Flynn
2022-01-27
LibJS: Add missing spec link for InitializeRelativeTimeFormat
Timothy Flynn
2022-01-27
LibUnicode: Templatize our naive implementation of plurality selection
Timothy Flynn
2022-01-27
LibUnicode: Parse and generate relative-time format patterns
Timothy Flynn
2022-01-27
LibSoftGPU: Reduce Clipper class interface to minimum
Lenny Maiorani
2022-01-27
LibSoftGPU: Use default construction to clear AlphaBlendFactors
Lenny Maiorani
[next]