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-29
LibGUI: Desktop, add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
WindowServer: Add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
LibGUI: ComboBox, add "set_selected_index" method
Hüseyin ASLITÜRK
2020-03-29
Base: Add icons for color-chooser
Hüseyin ASLITÜRK
2020-03-29
Base: Add tile wallpaper
Hüseyin ASLITÜRK
2020-03-29
Base: Add monitor.png
Hüseyin ASLITÜRK
2020-03-29
LibJS: Add tests for Math constants
Linus Groh
2020-03-29
LibJS: Add constant properties to MathObject
Linus Groh
2020-03-29
LibJS: Add tests for value to number conversion
Linus Groh
2020-03-29
LibJS: Handle empty strings and arrays in Value::to_number()
Linus Groh
2020-03-29
LibJS: Implement Math.abs()
Andreas Kling
2020-03-29
LibJS: Implement basic execution of "switch" statements
Andreas Kling
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-29
SystemMenu: Sort applications alphabetically
Tibor Nagy
2020-03-29
LibJS: Implement Object.getOwnPropertyNames()
Andreas Kling
2020-03-29
LibJS+LibWeb: Function calls should always go through Interpreter
Andreas Kling
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Implement Array.prototype.{shift,pop}
Linus Groh
2020-03-28
Documentation: Add build dependencies for Fedora
Linus Groh
2020-03-28
LibJS: Oops, "instanceof" was backwards!
Andreas Kling
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
WaitBlocker: don't unblock if thread has pending SIGCONT
Itamar
2020-03-28
LibJS: Add a global "Object" constructor
Andreas Kling
2020-03-28
LibJS: Implement the "instanceof" operator
Andreas Kling
2020-03-28
LibJS: Add Function.prototype and make "new" Objects delegate to it
Andreas Kling
2020-03-28
LibJS: Implement basic support for the "new" keyword
Andreas Kling
2020-03-28
LibJS: Make it possible to reference the "this" value in JavaScript
Andreas Kling
2020-03-28
NotificationServer: Update locations of notifications after closing one
Benjamin Rottler
2020-03-28
LibJS: Fix broken parsing of `!o.a`
Andreas Kling
2020-03-28
Meta: Add feature policy to contribution guidelines
Conrad Pankoff
2020-03-28
LibJS: Add a tiny little test for the ReferenceError exception
Andreas Kling
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-28
AK: Add some string comparison operators
Andreas Kling
2020-03-27
LibJS: Check for exceptions in a lot more places
Andreas Kling
2020-03-27
Browser: Let the user add/remove bookmarks to the bookmarks bar
Emanuel Sprung
2020-03-27
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
Emanuel Sprung
2020-03-27
Browser: Add bookmarks bar
Emanuel Sprung
2020-03-27
Browser: Add empty, toogleable bookmarks bar
Emanuel Sprung
2020-03-27
LibJS: The global isNaN() should coerce to number before testing NaN
Andreas Kling
2020-03-27
LibJS: Allow function calls with missing arguments
Andreas Kling
2020-03-27
LibJS: Add global isNaN() function
Andreas Kling
2020-03-27
LibJS: Basic NaN support
Andreas Kling
2020-03-27
js: Publish the global object as "global"
Andreas Kling
2020-03-27
LibJS: Actually pop frames off of the scope stack when exiting a scope
Andreas Kling
2020-03-26
IRCClient: Use the IRCClient app icon in notifications :^)
Andreas Kling
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
[prev]
[next]