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-11
LibGfx: Do not assert on failed font file loads
Tibor Nagy
2020-03-11
LibGUI: Skip non-font files in the FontDatabase constructor
Tibor Nagy
2020-03-11
LibGUI: Highlight various number literals
Oriko
2020-03-11
js: Oopsie, fix build
Andreas Kling
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Support "hello friends".length
Andreas Kling
2020-03-11
LibJS: Add StringObject, an Object wrapper around primitive strings
Andreas Kling
2020-03-11
LibJS: Add a new PrimitiveString class to hold GC-allocated strings
Andreas Kling
2020-03-11
LibJS: Simplify Literal::dump()
Andreas Kling
2020-03-11
LibGUI: Fix overflow crash in highlighter
Oriko
2020-03-11
LibGUI: Syntax highlight string escape sequences
Oriko
2020-03-11
Userland: Correction in the the copyright
marprok
2020-03-11
Terminal: Make the settings window unresizable
Tibor Nagy
2020-03-11
TextEditor: Quit after saving unsaved changes on close event.
Oriko
2020-03-11
Solitaire: Remove redundant check and fix formatting mistakes
Till Mayer
2020-03-11
Solitaire: Make sure to not add card twice to m_focused_cards
Till Mayer
2020-03-11
TextEditor: Add syntax toggle to View menu
Oriko
2020-03-11
LibGUI: Clear old syntax highlighting
Oriko
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-03-10
LibJS: Let's say that Identifier is an Expression for now
Andreas Kling
2020-03-10
LibJS: Move Value ops into Value.cpp and tweak BinaryOp names
Andreas Kling
2020-03-10
LibJS: Use Value::to_boolean() wherever we haven't checked is_boolean()
Andreas Kling
2020-03-10
EventLoop: Don't destroy ID allocator (#1403)
Alex Muscar
2020-03-10
AK: Add begin() and end() to String and StringView
howar6hill
2020-03-10
LibJS: Oops, non-zero values should boolify to true, not false
Andreas Kling
2020-03-10
WindowServer: Control menu title font from menubar
Shannon Booth
2020-03-10
LibJS: Implement basic boolean coercion
Andreas Kling
2020-03-09
LibJS: Add a convenience helper for visiting a JS::Value
Andreas Kling
2020-03-09
LibJS: Make the GC marking phase cycle-proof
Andreas Kling
2020-03-09
js: Make it a little easier to add new AST builder functions
Andreas Kling
2020-03-09
LibJS: Make FunctionDeclaration and CallExpression scope-aware
Andreas Kling
2020-03-09
js: Add another little test AST to exercise marking of locals
Andreas Kling
2020-03-09
LibJS: Make sure we mark everything reachable from the scope stack
Andreas Kling
2020-03-09
LibJS: Add a very simple ObjectExpression for "var x = {}"
Andreas Kling
2020-03-09
LibJS: Add magical "$gc" function that can be called to trigger GC
Andreas Kling
2020-03-09
LibJS: Add basic support for (scoped) variables
Andreas Kling
2020-03-09
Games: Added solitaire to build-root-filesystem.sh
Till Mayer
2020-03-09
Games: Added solitaire
Till Mayer
2020-03-09
LibJS: Simplify Heap::mark_live_cells()
Andreas Kling
2020-03-09
Shell: Validate only one directory is given to cd
Shannon Booth
2020-03-09
Shell: Implement a "cd history" (cdh) builtin
Shannon Booth
2020-03-09
LibJS: Move logical not operator to new unary expression class
0xtechnobabble
2020-03-09
LibJS: Add new bitwise and relational operators
0xtechnobabble
2020-03-09
LibJS: Remove superfluous explicit in AST.h (#1395)
howar6hill
2020-03-09
Userland: Use ArgParser in stat and support multiple files + links
Shannon Booth
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-09
PCI: Enable LogStream output for addresses
Liav A
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-09
LibJS: Implement While statements
howar6hill
2020-03-09
js: Fixed program comment (#1391)
Mr.doob
[prev]
[next]