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-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-22
LibWeb: Put selection-related debug spam behind an #ifdef
Andreas Kling
2020-03-22
Kernel: Fix compilation error with ACPI_DEBUG enabled
Shannon Booth
2020-03-22
LibCore: Wrap commented out debug messages in a preprocessor define
Shannon Booth
2020-03-22
Kernel: Simplify process assertion checking if region is in range
Shannon Booth
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-22
Shell: More general tilde expansion
Shannon Booth
2020-03-22
Shell: Use starts_with() in expand_parameters
Shannon Booth
2020-03-22
Shell: Use size_t for SH_DEBUG vector iteration
Shannon Booth
2020-03-22
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
Andreas Kling
2020-03-21
Base: Add a demo web page for canvas+setInterval+randomness
Andreas Kling
2020-03-21
LibGfx: Parse "rgb(r,g,b)" style color strings
Andreas Kling
2020-03-21
LibWeb: Add a naive implementation of setInterval()
Andreas Kling
2020-03-21
LibWeb: Silence some debug spam about JS event handler invocations
Andreas Kling
2020-03-21
LibJS: Parse "if" statements
Andreas Kling
2020-03-21
LibWeb: Give MouseEvents the correct offsetX and offsetY values
Andreas Kling
2020-03-21
LibWeb: Add a DOM Event class (instead of events being simple strings)
Andreas Kling
2020-03-21
LibWeb: Dispatch "mouseup" event
Andreas Kling
2020-03-21
LibJS: Add Math.random() :^)
Andreas Kling
2020-03-21
LibWeb: Add HTMLCanvasElement.{width,height} properties
Andreas Kling
2020-03-21
LibWeb: Make the "document" global a native property
Andreas Kling
2020-03-21
Base: Tidy up the events.html test page a little bit
Andreas Kling
2020-03-21
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
Andreas Kling
2020-03-21
LibJS: Virtualize access to an Object's own properties
Andreas Kling
2020-03-21
LibJS: Include the cell size in HeapBlock mmap names
Andreas Kling
2020-03-21
LibJS: Some optimizations for ObjectExpression
Andreas Kling
2020-03-21
LibJS: Round cell sizes up to a multiple of 16 bytes
Andreas Kling
2020-03-21
LibJS: Delete fully-empty HeapBlocks after garbage collection
Andreas Kling
2020-03-21
LibJS: Parse object expressions
0xtechnobabble
2020-03-21
Build: Add FreeBSD support (#1492)
BenJilks
2020-03-20
LibJS: Add ArrayPrototype and implement Array.prototype.push()
Andreas Kling
2020-03-20
LibJS: Support reading/writing elements in an Array via Object get/put
Andreas Kling
2020-03-20
LibJS: Parse computed MemberExpressions
Andreas Kling
2020-03-20
LibJS: Allow default-constructing a JS::Value (undefined)
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-20
LibWeb: Fix HTMLCanvasElement::preferred_height() default value (#1490)
Elisée Maurer
2020-03-20
js: Make printing of the last result optional
Andreas Kling
2020-03-20
js: Ignore the first line of input if it starts with "#!"
Andreas Kling
2020-03-20
copy: Use StringBuilder::join()
Andreas Kling
2020-03-20
LibJS: Use StringBuilder::join()
Andreas Kling
2020-03-20
AK: Add StringBuilder::join() for joining collections with a separator
Andreas Kling
2020-03-20
LibJS: Print a newline in each console.log()
Andreas Kling
2020-03-20
Documentation: Tweak document about smart pointers a bit
Andreas Kling
2020-03-20
LibWeb: Make hit testing better for blocks with inline children
Andreas Kling
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-19
Calendar: Add license header
rhin123
2020-03-19
Base: Add Calendar.af
rhin123
2020-03-19
Calendar: Add a 16x16 app icon
rhin123
2020-03-19
Calendar: Corrected spacing for widgets and rectangles
rhin123
[next]