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-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-16
LibJS: Replace the global print() function with console.log() :^)
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-16
js: Fix simple scopes example
0xtechnobabble
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-16
LibJS: Loosen type system
0xtechnobabble
2020-03-16
LibJS/Parser: Parse logical expressions
0xtechnobabble
2020-03-16
LibJS: Specify overridden functions with 'override'
0xtechnobabble
2020-03-16
LibJS: Implement null and undefined literals
0xtechnobabble
2020-03-16
LibJS: Fix assignment of const variable on declaration
0xtechnobabble
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-16
Merge pull request #1473 from muscar/dek20-system-menu-remove-power-options-u...
Andreas Kling
2020-03-16
SystemMenu: Remove the unveil() call for /etc/PowerOptions.ini
Alex Muscar
2020-03-16
Keymap: Add a US Dvorak keyboard layout
Přemysl Janouch
2020-03-15
LibJS: Add String.prototype.repeat() :^)
Andreas Kling
2020-03-15
LibJS: Pass "this" as an Object* to NativeFunction callbacks
Andreas Kling
2020-03-15
LibJS: Add a mechanism for callback-based object properties
Andreas Kling
2020-03-15
LibJS: Remove debug spam in Object::get()
Andreas Kling
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-15
FileManager: Add "Open Terminal here" action
Itamar
2020-03-15
Terminal: Add -d option for specifying working directory
Itamar
2020-03-15
WindowServer: Resize maximised/tiled windows after resolution change
Chyza
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Rename collect_roots() => gather_roots()
Andreas Kling
2020-03-15
LibJS: Use the same StringPrototype globally
Andreas Kling
2020-03-15
LibJS: Add Cell::interpreter() convenience helper
Andreas Kling
2020-03-15
LibJS: Interpreter should make sure that the "this" stack gets marked
Andreas Kling
2020-03-15
LibJS: Add StringPrototype and make it the prototype of StringObject
Andreas Kling
2020-03-15
LibJS: Add basic prototype support
Andreas Kling
2020-03-15
LibJS: Add Value::to_i32() helper function
Andreas Kling
2020-03-15
Keymap: Add DE keymap layout
myphs
2020-03-15
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
2020-03-14
Ports: Add zstd port
Brian Callahan
2020-03-14
Add the libpuffy helper library and jot, patch, and printf utils
Brian Callahan
2020-03-14
Meta: Add more libraries to ReadMe.md
Linus Groh
2020-03-14
Meta: Add more system services to ReadMe.md
Linus Groh
2020-03-14
LibJS/Parser: Implement the parsing of unary/prefixed update expressions
0xtechnobabble
2020-03-14
LibJS/AST: Implement prefixed update expressions
0xtechnobabble
2020-03-14
LibJS: Rename BitNot -> BitwiseNot to match other bitwise operators
0xtechnobabble
2020-03-14
LibJS: Unescape strings in Token::string_value()
Stephan Unverwerth
2020-03-14
LibJS: Evaluate for statements in their own scope if necessary
0xtechnobabble
2020-03-14
LibJS/Parser: Remove superfluous switch case
0xtechnobabble
2020-03-14
LibWeb: Implement Document.getElementById()
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-14
LibJS: Strip double-quote characters from StringLiteral tokens
Andreas Kling
2020-03-14
LibJS: Lex single quote strings, escaped chars and unterminated strings
Stephan Unverwerth
2020-03-14
LibGUI: Highlight new JS tokens
Oriko
[prev]
[next]