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
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-13
FileManager: Add Rename action to context and application menu
Karol Kosek
2021-07-13
LibGUI: Add Rename action
Karol Kosek
2021-07-13
LibAudio: Use new Vector formatter
kleines Filmröllchen
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
du: Don't fail immediately when directory can't be read (#8719)
luk1337
2021-07-13
FileManager: Convert properties window UI to GML (#8705)
luk1337
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Implement lookaround in ERE
Ali Mohammad Pur
2021-07-13
LibRegex: Allow empty character classes in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Disallow excessively large repetition counts in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-12
DisplaySettings: Reload current settings when apply dialog is dismissed
LuK1337
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibAudio: Set variable type for decoding fixed subframes in FLAC
Karol Kosek
2021-07-12
LibJS: Add Temporal.Instant.prototype.round()
Idan Horowitz
2021-07-12
LibCrypto: Add the >= operator to UnsignedBigInteger
Idan Horowitz
2021-07-12
LibJS: Add the GetOptionsObject & GetOption Temporal AbstractOperations
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.prototype.equals()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.from()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-12
AK: Add a DateTimeLexer
Idan Horowitz
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
SoundPlayer: Activate window only on file drop
Karol Kosek
2021-07-12
ImageViewer: Activate window only on file drop
Karol Kosek
2021-07-12
HexEditor: Accept file drops
Karol Kosek
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-07-12
LibCore: Implement File::is_link()
Ariel Don
2021-07-12
LibWasm: Adjust signed integer operations to avoid UB
Andrew Kaster
2021-07-12
LibWasm: Skip initializing active empty data sections
Ali Mohammad Pur
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-12
LibCore: Tolerate misaligned addresses in struct hostent
Andrew Kaster
2021-07-12
Utilities: Make `less` accept 'page up' and 'page down' keys
Brandon van Houten
2021-07-12
LibGUI: Ignore drop events by default
Karol Kosek
2021-07-12
LibGUI: Use wrapped text rect for paint invalidation
LuK1337
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-07-12
IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines
Andrew Kaster
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
2021-07-12
Breakout: Only paint areas that needs to be updated
Karol Kosek
2021-07-12
Revert "LibThreading: Fix BackgroundAction result use-after-free"
Andreas Kling
2021-07-12
TaskbarWindow: Redraw start button when default font changes
LuK1337
2021-07-12
LibGUI: Redraw widgets when default font changes
LuK1337
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-12
HackStudio: Disable run button while debugging
Maurice Hieronymus
2021-07-11
LibWeb: Correct parsing invalid list of declarations
Sam Atkins
[next]