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
2020-03-13
LibJS: Add parsed parameters to FunctionDeclaration
Linus Groh
2020-03-13
LibJS: Don't allow the redeclaration of a `var` variable using let/const
0xtechnobabble
2020-03-13
LibJS: Add Object::put_native_function() for convenience
Andreas Kling
2020-03-13
LibJS: Make it possible to go from a Cell* to its Heap&
Andreas Kling
2020-03-13
LibJS: Split Function into subclasses NativeFunction and ScriptFunction
Andreas Kling
2020-03-13
Solitaire: Fix automatic moving of cards
Till Mayer
2020-03-13
Solitaire: Minor tweaks to animation x_velocity and bouncyness
Till Mayer
2020-03-13
Solitaire: Add about dialog and 32x32 icon
Till Mayer
2020-03-12
LibJS: Move GlobalObject to its own Object subclass
Andreas Kling
2020-03-12
LibJS: Replace $gc() hack with a NativeFunction on the global object
Andreas Kling
2020-03-12
LibJS: Fix broken parsing of 0-argument CallExpression
Andreas Kling
2020-03-12
LibJS: Allow implicit Value construction from GC-allocated things
Andreas Kling
2020-03-12
LibJS: Add NativeFunction, a callable wrapper around a C++ lambda
Andreas Kling
2020-03-12
LibJS: Fix NumericLiteral::dump() output
Andreas Kling
2020-03-12
LibJS: Parse CallExpression arguments
Andreas Kling
2020-03-12
LibJS: Dump CallExpression arguments (if any)
Andreas Kling
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
HackStudio: Underline header links
Oriko
2020-03-12
LibGUI: Add underlines to highlighting
Oriko
2020-03-12
LibGUI: Take scroll offset into account on ItemView rubberband selection
Tibor Nagy
2020-03-12
LibJS: Implement const variable declarations
0xtechnobabble
2020-03-12
LibJS: Implement update expressions
0xtechnobabble
2020-03-12
LibJS/Parser: Parse let declarations
0xtechnobabble
2020-03-12
LibJS: Tweak AssignmentOp names
Andreas Kling
2020-03-12
LibJS: Fix some coding style mistakes in Lexer
Andreas Kling
2020-03-12
Meta: Add for-loop JavaScript test program
Conrad Pankoff
2020-03-12
LibJS: Implement for statement
Conrad Pankoff
2020-03-12
LibJS: Parse === and !== binary operators
Conrad Pankoff
2020-03-12
LibJS: Parse > and < binary operators
Conrad Pankoff
2020-03-12
LibJS: Implement +=, -=, *=, and /= assignment operators
Conrad Pankoff
2020-03-12
LibJS: Implement <= and >= binary operators
Conrad Pankoff
2020-03-12
LibJS: Implement multiplication and division operators
Conrad Pankoff
2020-03-12
LibJS: Add test for function with arguments
howar6hill
2020-03-12
LibJS: Implement basic MemberExpression parsing
Andreas Kling
2020-03-12
LibJS: Implement basic lexing + parsing of StringLiteral
Andreas Kling
2020-03-12
HackStudio: Add header navigation
Oriko
2020-03-12
LibGUI: Parse #include statements separately
Oriko
2020-03-12
ACPI: Examine bit width in Generic address structure before asserting
Liav A
2020-03-12
ACPI: Keep common flags in structures for later usage
Liav A
2020-03-12
Ext2FS: Reset the found_a_group flag
marprok
2020-03-12
LibGUI: Track window visibility with a separate flag (#1424)
Alex Muscar
2020-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-12
LibJS: Defer Value construction until a Literal is executed
Andreas Kling
2020-03-12
js: Take the script file as a command-line argument
Andreas Kling
2020-03-12
LibJS: Forgot to move add/sub/typed_eq to Value.cpp
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-12
LibJS: Fix string roots not being collected
Florian Stellbrink
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-11
LibGUI: Don't update windows that aren't visible (#1410)
Alex Muscar
2020-03-11
LibWeb: Skip non-font files when looking for fonts instead of asserting
Tibor Nagy
[next]