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-12-01
LibGUI: Allow double clicking on tabwidgets
Erik Biederstadt
2021-11-30
LibJS/Tests: Fix typo in a test description
Linus Groh
2021-11-30
LibJS: Don't match async \n function as an async function declaration
davidot
2021-11-30
LibJS: Replace the verify in private identifier with a syntax error
davidot
2021-11-30
LibJS: Split parsing program to script and module separately
davidot
2021-11-30
LibJS: Rename in_async_function_context to await_expression_is_valid
davidot
2021-11-30
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
davidot
2021-11-30
LibJS: Lookahead for a period when parsing new.target
davidot
2021-11-30
LibJS: Stop parsing an expression on comma after a yield
davidot
2021-11-30
LibJS: Disallow member expression in binding pattern as parameters
davidot
2021-11-30
LibJS: Disallow shorthand properties with reserved names
davidot
2021-11-30
LibJS: Allow defining class fields with "keyword" names
davidot
2021-11-30
LibJS: Disallow await keywords in static init blocks
davidot
2021-11-30
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
davidot
2021-11-30
LibJS: Allow escaped 'async' as identifier
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-11-30
LibJS: Disallow numerical separators in octal numbers and after '.'
davidot
2021-11-30
LibJS: Allow object properties called 'async'
davidot
2021-11-30
LibJS: Add messages to the toEval and toEvalTo tests
davidot
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-30
LibUnicode: Remove unused field from UnicodeData generator
Timothy Flynn
2021-11-30
Kernel: Surface errors when generating a process core dump :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in FileSystem APIs :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in Device::pseudo_path(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in PCIDeviceAttributeSysFSComponent
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in SlabAllocator stats :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in KCOVInstance :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format error in page_fault_handler(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Add an error propagating KString::format(..) API :^)
Brian Gianforcaro
2021-11-30
Keymaps: Add Workman keymap
Beyley Thomas
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-11-30
Kernel: Register Virtio console ports with device management
Jelle Raaijmakers
2021-11-30
ClipboardHistory: Add debug dump action
Jelle Raaijmakers
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-30
FontEditor: Convert to east const
thankyouverycool
2021-11-30
FontEditor: Correct member type and initialization in UndoGlyph
thankyouverycool
2021-11-30
FontEditor: Remove unused Vector<String>
thankyouverycool
2021-11-30
FontEditor: Correct NewFontDialog layout issues
thankyouverycool
2021-11-30
FontEditor: Clean up GlyphMapWidget header
thankyouverycool
2021-11-30
FontEditor: Remove superfluous 'this' pointers
thankyouverycool
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-11-30
FontEditor: Add scaled offset members to GlyphEditor
thankyouverycool
2021-11-30
FontEditor: Update status bar on initialization
thankyouverycool
2021-11-30
FontEditor: Remove code duplication when resizing GlyphEditor
thankyouverycool
2021-11-30
FontEditor: Account for glyph width when pasting
thankyouverycool
2021-11-30
FontEditor: Don't allow cutting and copying absent glyphs
thankyouverycool
2021-11-30
FontEditor: Don't null check newly created NonnullRefPtr fonts
thankyouverycool
2021-11-30
FontEditor: Factor out redundant code for a request to close
thankyouverycool
2021-11-30
FontEditor: Convert mode and transform buttons into toolbar actions
thankyouverycool
2021-11-30
Base: Add icon for 90 degree counterclockwise rotation
thankyouverycool
[prev]
[next]