summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-29Base: Add icons for color-chooserHüseyin ASLITÜRK
2020-03-29Base: Add tile wallpaperHüseyin ASLITÜRK
2020-03-29Base: Add monitor.pngHüseyin ASLITÜRK
2020-03-29LibJS: Add tests for Math constantsLinus Groh
2020-03-29LibJS: Add constant properties to MathObjectLinus Groh
2020-03-29LibJS: Add tests for value to number conversionLinus Groh
2020-03-29 LibJS: Handle empty strings and arrays in Value::to_number()Linus Groh
2020-03-29LibJS: Implement Math.abs()Andreas Kling
2020-03-29LibJS: Implement basic execution of "switch" statementsAndreas Kling
2020-03-29LibJS: Lexer and parser support for "switch" statementsAndreas Kling
2020-03-29SystemMenu: Sort applications alphabeticallyTibor Nagy
2020-03-29LibJS: Implement Object.getOwnPropertyNames()Andreas Kling
2020-03-29LibJS+LibWeb: Function calls should always go through InterpreterAndreas Kling
2020-03-29LibJS+LibWeb: Move native properties to separate getters/settersAndreas Kling
2020-03-28LibJS+LibWeb: Move native JS functions into dedicated member functionsAndreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibJS: Implement Array.prototype.{shift,pop}Linus Groh
2020-03-28Documentation: Add build dependencies for FedoraLinus Groh
2020-03-28LibJS: Oops, "instanceof" was backwards!Andreas Kling
2020-03-28strace: Change implementation to use ptrace()Itamar
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-03-28WaitBlocker: don't unblock if thread has pending SIGCONTItamar
2020-03-28LibJS: Add a global "Object" constructorAndreas Kling
2020-03-28LibJS: Implement the "instanceof" operatorAndreas Kling
2020-03-28LibJS: Add Function.prototype and make "new" Objects delegate to itAndreas Kling
2020-03-28LibJS: Implement basic support for the "new" keywordAndreas Kling
2020-03-28LibJS: Make it possible to reference the "this" value in JavaScriptAndreas Kling
2020-03-28NotificationServer: Update locations of notifications after closing oneBenjamin Rottler
2020-03-28LibJS: Fix broken parsing of `!o.a`Andreas Kling
2020-03-28Meta: Add feature policy to contribution guidelinesConrad Pankoff
2020-03-28LibJS: Add a tiny little test for the ReferenceError exceptionAndreas Kling
2020-03-28Kernel: Remove the floppy driverAndreas Kling
2020-03-28LibWeb: Move get_element_by_id() to a NonElementParentNode mixin classAndreas Kling
2020-03-28AK: Add some string comparison operatorsAndreas Kling
2020-03-27LibJS: Check for exceptions in a lot more placesAndreas Kling
2020-03-27Browser: Let the user add/remove bookmarks to the bookmarks barEmanuel Sprung
2020-03-27LibGUI: Add store(), add() and remove() methods to JsonArrayModelEmanuel Sprung
2020-03-27Browser: Add bookmarks barEmanuel Sprung
2020-03-27Browser: Add empty, toogleable bookmarks barEmanuel Sprung
2020-03-27LibJS: The global isNaN() should coerce to number before testing NaNAndreas Kling
2020-03-27LibJS: Allow function calls with missing argumentsAndreas Kling
2020-03-27LibJS: Add global isNaN() functionAndreas Kling
2020-03-27LibJS: Basic NaN supportAndreas Kling
2020-03-27js: Publish the global object as "global"Andreas Kling
2020-03-27LibJS: Actually pop frames off of the scope stack when exiting a scopeAndreas Kling
2020-03-26IRCClient: Use the IRCClient app icon in notifications :^)Andreas Kling
2020-03-26NotificationServer: Allow showing an icon in notificationsAndreas Kling
2020-03-26IRCClient: Only notify about channel messages containing our nicknameAndreas Kling
2020-03-26IRCClient: Post desktop notifications when messaged while inactiveAndreas Kling
2020-03-26LibGUI: Make a new connection to NotificationServer each timeAndreas Kling