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
Age
Commit message (
Expand
)
Author
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-18
SystemServer: Add WorkingDirectory support
Itamar
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-17
Base: Add Joi theme
marprok
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-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-16
Keymap: Add a US Dvorak keyboard layout
Přemysl Janouch
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-15
Keymap: Add DE keymap layout
myphs
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-13
Solitaire: Add about dialog and 32x32 icon
Till Mayer
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-09
Games: Added solitaire
Till Mayer
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-05
Keymap: Add ABNT2 keymap (#1347)
Andreas Kling
2020-03-05
Keymap: Add GB keymap layout
BenJilks
2020-03-05
Inspector: Add special icon for timer objects
Andreas Kling
2020-03-05
Inspector: Add a special icon for layout classes
Andreas Kling
2020-03-03
Base: Add anon user to the phys group
Andreas Kling
2020-03-01
Keymaps: Added keymap for norwegian keyboards
Mathias Danielsen
2020-02-29
About: Adopt Buggie :^)
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-23
SystemMenu: Move SystemDialog into SystemMenu and remove INI config
thatlittlegit
2020-02-23
SystemDialog+Base: Add icon for SystemDialog
thatlittlegit
2020-02-23
SystemDialog: Revamp to be more Win95-like
thatlittlegit
2020-02-20
Base: Add a man page for lspci
howar6hill
2020-02-20
host: Use ArgsParser to parse arguments, and add man page (#1252)
howar6hill
2020-02-20
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-19
Userland: Add userdel program (#1217)
howar6hill
2020-02-19
Base: Add ruler colors to system themes
Tibor Nagy
2020-02-18
Man: Use ArgsParser to parse arguments
howar6hill
[next]