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-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-19
LibJS: Prefer FunctionDeclaration if a statement begins with "function"
Andreas Kling
2020-03-19
LibJS: Implement basic object property assignment
Andreas Kling
2020-03-19
LibCore: Use monotonic time when handling timers
Liav A
2020-03-19
Process: Use monotonic time for timeouts
Liav A
2020-03-19
Scheduler: Use monotonic time for blocking threads
Liav A
2020-03-19
Userland: Add functionality of changing system date in date utility
Liav A
2020-03-19
LibC: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Delete unnecessary files
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-19
Kernel & LibC: Add CLOCK_REALTIME constant
Liav A
2020-03-19
ACPI: Delete irrelevant HPET definitions
Liav A
2020-03-19
Interrupts: Add an interface to determine if SMP is enabled
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-19
Kernel: Remove unnecessary include from PATAChannel.cpp
Liav A
2020-03-19
Kernel: Add the NonMaskableInterruptDisabler class
Liav A
2020-03-19
LibJS: Parse FunctionExpressions
Andreas Kling
2020-03-19
LibJS: Add FunctionExpression AST node
Andreas Kling
2020-03-19
LibJS: Fix reference leak in ASTNode::append()
Andreas Kling
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-19
Calendar: Allow the widget to resize with the window
rhin123
2020-03-19
Calendar: Make const arrays static as well
rhin123
2020-03-19
Calendar: Don't assign next_month button variable to add_event button
rhin123
2020-03-18
LibJS: Add missing copyright headers
Andreas Kling
2020-03-18
LibWeb: Add missing copyright headers
Andreas Kling
2020-03-18
LibWeb: Use a JS::Handle to keep the EventListener function alive
Andreas Kling
2020-03-18
LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive
Andreas Kling
2020-03-18
LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-18
LibJS: Tolerate NativeFunction::call() with non-object 'this' for now
Andreas Kling
2020-03-18
LibJS: Add Function to Forward.h
Andreas Kling
2020-03-18
LibJS: Add Interpreter::call(Function*, this_value, arguments)
Andreas Kling
2020-03-18
Browser: Fix unintentional Web::Element copy
Andreas Kling
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-18
LibWeb: Don't try to repaint frameless documents in CSSStyleValue
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-18
Terminal: Remove working directory argument
Itamar
2020-03-18
Taskbar: chdir to home directory before launching apps
Itamar
2020-03-18
SystemMenu: chdir to home directory before launching apps
Itamar
2020-03-18
FileManager: chdir to appropriate directory before starting Terminal
Itamar
2020-03-18
SystemServer: Add WorkingDirectory support
Itamar
2020-03-18
Calendar: Implement basic GUI calendar application
rhin123
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-17
LibJS: Pass argument value vectors as const Vector<Value>&
Andreas Kling
2020-03-17
LibJS: Protect function call "this" and arguments from GC
Andreas Kling
2020-03-17
Base: Add Joi theme
marprok
2020-03-16
LibJS+js: Add a debug option (js -g) to GC after every allocation
Andreas Kling
2020-03-16
LibJS: Implement basic conservative garbage collection
Andreas Kling
[next]