summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-03-22LibWeb: Put selection-related debug spam behind an #ifdefAndreas Kling
2020-03-22Kernel: Fix compilation error with ACPI_DEBUG enabledShannon Booth
2020-03-22LibCore: Wrap commented out debug messages in a preprocessor defineShannon Booth
2020-03-22Kernel: Simplify process assertion checking if region is in rangeShannon Booth
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-22Shell: More general tilde expansionShannon Booth
2020-03-22Shell: Use starts_with() in expand_parametersShannon Booth
2020-03-22Shell: Use size_t for SH_DEBUG vector iterationShannon Booth
2020-03-22LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messagesAndreas Kling
2020-03-21Base: Add a demo web page for canvas+setInterval+randomnessAndreas Kling
2020-03-21LibGfx: Parse "rgb(r,g,b)" style color stringsAndreas Kling
2020-03-21LibWeb: Add a naive implementation of setInterval()Andreas Kling
2020-03-21LibWeb: Silence some debug spam about JS event handler invocationsAndreas Kling
2020-03-21LibJS: Parse "if" statementsAndreas Kling
2020-03-21LibWeb: Give MouseEvents the correct offsetX and offsetY valuesAndreas Kling
2020-03-21LibWeb: Add a DOM Event class (instead of events being simple strings)Andreas Kling
2020-03-21LibWeb: Dispatch "mouseup" eventAndreas Kling
2020-03-21LibJS: Add Math.random() :^)Andreas Kling
2020-03-21LibWeb: Add HTMLCanvasElement.{width,height} propertiesAndreas Kling
2020-03-21LibWeb: Make the "document" global a native propertyAndreas Kling
2020-03-21Base: Tidy up the events.html test page a little bitAndreas Kling
2020-03-21LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacksAndreas Kling
2020-03-21LibJS: Virtualize access to an Object's own propertiesAndreas Kling
2020-03-21LibJS: Include the cell size in HeapBlock mmap namesAndreas Kling
2020-03-21LibJS: Some optimizations for ObjectExpressionAndreas Kling
2020-03-21LibJS: Round cell sizes up to a multiple of 16 bytesAndreas Kling
2020-03-21LibJS: Delete fully-empty HeapBlocks after garbage collectionAndreas Kling
2020-03-21LibJS: Parse object expressions0xtechnobabble
2020-03-21Build: Add FreeBSD support (#1492)BenJilks
2020-03-20LibJS: Add ArrayPrototype and implement Array.prototype.push()Andreas Kling
2020-03-20LibJS: Support reading/writing elements in an Array via Object get/putAndreas Kling
2020-03-20LibJS: Parse computed MemberExpressionsAndreas Kling
2020-03-20LibJS: Allow default-constructing a JS::Value (undefined)Andreas Kling
2020-03-20LibJS: Parse ArrayExpression and start implementing Array objectsAndreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-20LibWeb: Fix HTMLCanvasElement::preferred_height() default value (#1490)Elisée Maurer
2020-03-20js: Make printing of the last result optionalAndreas Kling
2020-03-20js: Ignore the first line of input if it starts with "#!"Andreas Kling
2020-03-20copy: Use StringBuilder::join()Andreas Kling
2020-03-20LibJS: Use StringBuilder::join()Andreas Kling
2020-03-20AK: Add StringBuilder::join() for joining collections with a separatorAndreas Kling
2020-03-20LibJS: Print a newline in each console.log()Andreas Kling
2020-03-20Documentation: Tweak document about smart pointers a bitAndreas Kling
2020-03-20LibWeb: Make hit testing better for blocks with inline childrenAndreas Kling
2020-03-19LibGUI: Remove G prefix from macrosTibor Nagy
2020-03-19Calendar: Add license headerrhin123
2020-03-19Base: Add Calendar.afrhin123
2020-03-19Calendar: Add a 16x16 app iconrhin123
2020-03-19Calendar: Corrected spacing for widgets and rectanglesrhin123