index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
home
Age
Commit message (
Expand
)
Author
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-19
LibJS: Prefer FunctionDeclaration if a statement begins with "function"
Andreas Kling
2020-03-18
LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-16
LibJS: Replace the global print() function with console.log() :^)
Andreas Kling
2020-03-16
js: Fix simple scopes example
0xtechnobabble
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Add StringPrototype and make it the prototype of StringObject
Andreas Kling
2020-03-14
LibJS: Unescape strings in Token::string_value()
Stephan Unverwerth
2020-03-14
LibWeb: Implement Document.getElementById()
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-14
LibJS: Lex single quote strings, escaped chars and unterminated strings
Stephan Unverwerth
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-13
HackStudio: Add Javascript projects
Oriko
2020-03-12
LibJS: Replace $gc() hack with a NativeFunction on the global object
Andreas Kling
2020-03-12
LibJS: Add NativeFunction, a callable wrapper around a C++ lambda
Andreas Kling
2020-03-12
Meta: Add for-loop JavaScript test program
Conrad Pankoff
2020-03-12
LibJS: Add test for function with arguments
howar6hill
2020-03-12
LibJS: Implement basic MemberExpression parsing
Andreas Kling
2020-03-12
js: Take the script file as a command-line argument
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-08
WindowServer: Disambiguate "dragging" a bit, use "moving" more instead
Andreas Kling
2019-12-08
WindowServer: Add a dedicated drag cursor
Andreas Kling
2019-12-04
Taskbar: Add a quick launch bar
Sergey Bugaev
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
Base: Import the 1st and 2nd Acid tests for web standards compliance
Andreas Kling
2019-11-25
LibHTML: Draw each CSS border edge separately with their own style
Andreas Kling
2019-11-21
LibHTML: Handle stand-alone attribute selectors
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-18
little: Make this build by default, and add some curlies
Andreas Kling
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-10
Base: Add link to bettermotherfuckingwebsite in welcome.html
Marcel Schneider
2019-11-09
FileManager: Remember my last position and size.
Hüseyin ASLITÜRK
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-07
Base: Add a local copy of bettermotherfuckingwebsite.com for testing
Andreas Kling
2019-11-04
FileManager: Remember my last view mode (#731)
Hüseyin ASLITÜRK
2019-10-30
HackStudio: Show documentation preview in tooltip on identifier hover
Andreas Kling
2019-10-25
HackStudio: Start building a C++ lexer to help with syntax highlighting
Andreas Kling
2019-10-23
HackStudio: Add "little" test project file list
Andreas Kling
2019-10-22
HackStudio: Add a simple "Run" action
Andreas Kling
[next]