summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-28LibJS: Handle exception in for loop test executionLinus Groh
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28LibJS: Add spreading in object literalsmattco98
2020-04-28LibJS: Call Array.prototype.findIndex() callback for empty elementsLinus Groh
2020-04-28LibJS: Call Array.prototype.find() callback for empty elementsLinus Groh
2020-04-28LibJS: Let Array.prototype.map() resize new array before loopLinus Groh
2020-04-28LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctlyLinus Groh
2020-04-28LibJS: Support spreading of strings and string objectsLinus Groh
2020-04-28LibGUI: Paint CheckBox background same as widget's if it's not enabledAndres Vieira
2020-04-28LibGUI: Paint TextEditor background same as widget's if it's not enabledAndres Vieira
2020-04-28LibJS: Support o.f++ :^)Andreas Kling
2020-04-28LibJS: Make AssignmentExpression assign through a ReferenceAndreas Kling
2020-04-28LibJS: Allow "delete someGlobalVariable"Andreas Kling
2020-04-28LibJS: Add Reference class to represent a base.property referenceAndreas Kling
2020-04-28LibJS: Make Number.isInteger() test pass on SerenityLinus Groh
2020-04-28LibJS: Add Array.prototype.someKesse Jones
2020-04-28LibJS: Add bounds check to Array.prototype.{find,findIndex}Linus Groh
2020-04-28LibCore: Trim decompressed Gzip output to sizeAnotherTest
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-27LibJS: Add spreading in array literalsmattco98
2020-04-27LibJS: Add Array.prototype.findIndexKesse Jones
2020-04-26LibWeb: Support loading data: URLs transparently via ResourceLoaderAndreas Kling
2020-04-26AK: Add a simple and inefficient Base64 decoderAndreas Kling
2020-04-26LibWeb: Run clang-format on ResourceLoader.cppAndreas Kling
2020-04-26LibPthread: Hookup abstime argument to pthread_cond_timedwaitBrian Gianforcaro
2020-04-26LibJS: Implement Number.isInteger()Linus Groh
2020-04-26LibJS: Implement Number.isNaN()Linus Groh
2020-04-26LibJS: Implement Number.isFinite()Linus Groh
2020-04-26LibGfx: PNGLoader support for grayscale images with alpha.LepkoQQ
2020-04-26LibGfx: PNGLoader support for grayscale images with 8/16bpp.LepkoQQ
2020-04-26LibJS: Grow storage when adding a property to uniquely-shaped ObjectAndreas Kling
2020-04-26LibGUI: Create thumnail for gif filesHüseyin ASLITÜRK
2020-04-26LibCore: Open gif files with QuickShowHüseyin ASLITÜRK
2020-04-26Revert "LibGUI: Use bold font for the currently active TabWidget tab"Andreas Kling
2020-04-26LibJS: Implement basic support for the "delete" operatorAndreas Kling
2020-04-26LibJS: Implement Object.is()Linus Groh
2020-04-26Kernel: Added the ability to set the hostname via new syscallLuke Payne
2020-04-26LibGUI: Use filetype-text icon for .md filesLinus Groh
2020-04-26LibGUI: Use filetype-header icon for .h filesLinus Groh
2020-04-26Base+LibGUI: Add icon for Python filesLinus Groh
2020-04-26LibGUI: Use enumerator macros for filetype iconsLinus Groh
2020-04-25LibJS: Stop using Optional<Value> in favor of Value's empty stateAndreas Kling
2020-04-25LibGfx: Fix crash on decoding small gifsPeter Nelson
2020-04-25LibGUI: Add ToolBar and ToolBarContainer to Forward.hAndreas Kling
2020-04-25LibGUI: Make ToolBarContainer better at reacting to child eventsAndreas Kling
2020-04-25LibGfx: Don't proceed with GIF format sniffing if stream read failsAndreas Kling
2020-04-25LibJS: Add String.prototype.includesKesse Jones
2020-04-25LibPthread: implicitly call pthread_exit on return from start routine.Drew Stratford
2020-04-25LibGfx: Remove unnecessary castsPeter Nelson
2020-04-25LibGfx: Minor changes to adhere to code style guidelinesPeter Nelson