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-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
2020-03-11
LibGfx: Do not assert on failed font file loads
Tibor Nagy
2020-03-11
LibGUI: Skip non-font files in the FontDatabase constructor
Tibor Nagy
2020-03-11
LibGUI: Highlight various number literals
Oriko
2020-03-11
js: Oopsie, fix build
Andreas Kling
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Support "hello friends".length
Andreas Kling
2020-03-11
LibJS: Add StringObject, an Object wrapper around primitive strings
Andreas Kling
2020-03-11
LibJS: Add a new PrimitiveString class to hold GC-allocated strings
Andreas Kling
2020-03-11
LibJS: Simplify Literal::dump()
Andreas Kling
2020-03-11
LibGUI: Fix overflow crash in highlighter
Oriko
2020-03-11
LibGUI: Syntax highlight string escape sequences
Oriko
2020-03-11
Userland: Correction in the the copyright
marprok
2020-03-11
Terminal: Make the settings window unresizable
Tibor Nagy
2020-03-11
TextEditor: Quit after saving unsaved changes on close event.
Oriko
2020-03-11
Solitaire: Remove redundant check and fix formatting mistakes
Till Mayer
2020-03-11
Solitaire: Make sure to not add card twice to m_focused_cards
Till Mayer
[next]