summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-28TextEditor: Fix typo in commentLinus Groh
2020-04-28LibJS: Handle exception in for loop test executionLinus Groh
2020-04-28TextEditor: Add live preview when editing markdown :^)Andreas Kling
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28LibJS: Add spreading in object literalsmattco98
2020-04-28Browser: Make Ctrl+L select the location bar againAndreas Kling
2020-04-28Browser: Don't put favicons as the window iconAndreas Kling
2020-04-28Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffersAndreas Kling
2020-04-28Application: Fix for reboot on PowerDialog close button clickHüseyin ASLITÜRK
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-28Kernel: Leave VMObject alone on OOM during CoW faultAndreas Kling
2020-04-28Kernel: Add Region helpers for accessing underlying physical pagesAndreas Kling
2020-04-28WindowServer: Change the desktop background colour on theme changeAndres Vieira
2020-04-28LibJS: Support spreading of strings and string objectsLinus Groh
2020-04-28DisplayProperties: Allow going from a wallpaper to a background colourAndres Vieira
2020-04-28WindowManager: Allow compositor to have an empty bitmap as a wallpaperAndres Vieira
2020-04-28LibGUI: Paint CheckBox background same as widget's if it's not enabledAndres Vieira
2020-04-28FileManager: Disable PropertiesDialog custom rename disabling logicAndres 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-28Ports: Add neofetchLinus Groh
2020-04-28FileManager: Disable permission checkboxes if user is not owner of pathAndres Vieira
2020-04-28FileManager: Deny rename in PropertiesDialog if user can't write in pathAndres Vieira
2020-04-28FileManager: Disable delete action if user can't write in current pathAndres Vieira
2020-04-28FileManager: Add folder-specific paste actionAndres Vieira
2020-04-28FileManager: Disable paste action for non-writable directoriesAndres Vieira
2020-04-28FileManager: Disables mkdir action if permissions don't allow itAndres Vieira
2020-04-28Screensaver: Draw screen before first timer iteration and seed srand()Brendan Coles
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28AK: Add FileSystemPath::is_absolute()Linus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-04-28LibCore: Trim decompressed Gzip output to sizeAnotherTest
2020-04-28Fire: Use LibC srand()Brendan Coles
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-27Toolchain: Don't create repository for patches if not necessaryDevashish
2020-04-27LibJS: Add spreading in array literalsmattco98
2020-04-27Kernel: Update TimerQueue next due timer only when necessaryBrian Gianforcaro
2020-04-27AK: Add SinglyLinkedListIterator::is_begin()Brian Gianforcaro
2020-04-27LibJS: Add Array.prototype.findIndexKesse Jones