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
2022-02-09
LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>
Linus Groh
2022-02-09
LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + Value
Linus Groh
2022-02-09
CI: Bundle and upload a js(1) release package
Timothy Flynn
2022-02-09
Meta: Add a CPack installation target for js(1)
Timothy Flynn
2022-02-09
CI: Add statement to ensure workflow runs only on serenity
Rodolfo Olivieri
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-09
HackStudio: Allow toggling between simple and semantic highlighting
Itamar
2022-02-09
Base: Add more syntax highlighting color roles to the Default theme
Itamar
2022-02-09
HackStudio: Use the C++ semantic syntax highlighter
Itamar
2022-02-09
LibGUI: Add TextEditor::force_rehighlight() method
Itamar
2022-02-09
LibGfx: Add more syntax-related ColorRoles
Itamar
2022-02-09
LibCpp: Add SemanticSyntaxHighlighter
Itamar
2022-02-09
LibDiff: Flush leftover hunks at the end
Itamar
2022-02-09
HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
Itamar
2022-02-09
LanguageServers/Cpp: Make find_declaration_of() more flexible
Itamar
2022-02-09
LibGUI+HackStudio: Add TokenInfo struct for language-server IPC
Itamar
2022-02-09
LibCpp: Update regressions tests results
Itamar
2022-02-09
LibCpp: Fix lexing of IncludePath token
Itamar
2022-02-09
LibCpp: Add Preprocessor:unprocessed_token()
Itamar
2022-02-09
LibCpp: Add public Parser::tokens() method
Itamar
2022-02-09
LibCpp: Fix end position calculation for various AST node types
Itamar
2022-02-09
LibCpp: Fix parent of parameter type node
Itamar
2022-02-09
LibCpp: Fix Declaration::is_member()
Itamar
2022-02-08
LibJS: Compare types instead of sizes in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Make TypedArray::element_name return FlyString instead of String
Idan Horowitz
2022-02-08
LibJS: Implement the missing step 20 in %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
LibJS: Implement the CloneArrayBuffer AO
Idan Horowitz
2022-02-08
LibJS: Add spec comments to %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
Base: Change JSON file icon to add CSS file icon
electrikmilk
2022-02-08
Ports: Fix lua not building
Jackson
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Allow using Origin as a HashMap key
Andreas Kling
2022-02-08
RequestServer: Avoid Vector OOB access in ConnectionCache
Ali Mohammad Pur
2022-02-08
LibJS: Fix two typos in comments
Linus Groh
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2022-02-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Make FormAssociatedElement inherit from HTMLElement
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibWeb: Support passing more parameter types to HTML::report_exception()
Andreas Kling
2022-02-08
LibWeb: Fixed disabled checkbox input behaviour
Rafał Babiarz
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-08
LibWeb: Parse multiple box-shadows :^)
Sam Atkins
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-08
LibWeb: Reorganize box-shadow parsing code
Sam Atkins
2022-02-08
WindowServer: Preserve cursor position when dragging between states
thankyouverycool
2022-02-08
WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypes
thankyouverycool
[next]