index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-03-03
WindowServer: Mark screen dirty when changing highlighted window
Tom
2021-03-03
WindowServer: Use active shadow for highlighted window
Tom
2021-03-03
WindowServer: Prepare dirty rects if only the frame was invalidated
Tom
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
LibJS: Use Value::get_method() a bunch
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-03-02
SpaceAnalyzer: Reduce thickness of black borders between cells.
Mart G
2021-03-02
HackStudio: Implement removing file from disk
Bui Quang Minh
2021-03-02
Piano: Reset position in piano roll when exporting
William McPherson
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-03-02
LibWeb: Return whether handle_mousewheel was handled
Angus Gibson
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-03-02
LibCpp: Parse ellipsis
Itamar
2021-03-02
LibCpp: Consume attribute specification when parsing
Itamar
2021-03-02
LibCpp: Parse type qualifiers
Itamar
2021-03-02
Serendipity: A new welcome app
thankyouverycool
2021-03-02
LibGUI: Add word wrapping to Labels
thankyouverycool
2021-03-02
Userland: Gate OSC 9 usage in test-js behind an argument
Andrew Kaster
2021-03-02
LibJS: Put console dbgln() logging behind #ifdef __serenity__
Linus Groh
2021-03-01
LibJS: Fix crash due to AST node tracking inside call stack
Jean-Baptiste Boric
2021-03-01
LibVT: New terminal cells should be filled with whitespace, not '\0'
Andreas Kling
2021-03-01
Spreadsheet: Implement the cut operation for cells
Idan Horowitz
2021-03-01
TextEditor: Add a command line option to jump to a specific line number
ry755
2021-03-01
test-web: Utilize new LibTest types from test-web
Brian Gianforcaro
2021-03-01
LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
Brian Gianforcaro
2021-03-01
FileManager: Focus on file when opening file's location from Properties
speles
2021-03-01
FileManager+LaunchServer: Add launching FileManager with focus on file
speles
2021-03-01
LibGUI: Add possibility to search for exact match in model
speles
2021-03-01
LaunchServer: Make spawn() helper accept arguments list
speles
2021-03-01
LibWeb: Provide file name to JavaScript interpreter
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of current AST node inside the call stack
Jean-Baptiste Boric
2021-03-01
LibJS: Keep track of file names, lines and columns inside the AST
Jean-Baptiste Boric
2021-03-01
Profiler: Print addresses as pointers in new Samples view
Brian Gianforcaro
2021-03-01
LibAudio: Move format and BPS checks before VERIFYs in WAV loader
Luke
2021-03-01
LibAudio: Use handle_any_error in WAV loader
Luke
2021-03-01
LibGUI: Implemented line wrapping for new spanned text drawing
Torben Thaysen
2021-03-01
LibGUI: drawing spanned text no longer *horribly* inefficient
Torben Thaysen
2021-03-01
LibC: Implement fenv.h
Mițca Dumitru
2021-02-28
LibWeb: Set link cursor via the default CSS
Adam Hodgen
2021-02-28
LibWeb: Support setting the cursor in OutOfProcessWebView
Adam Hodgen
2021-02-28
LibWeb: Call `page_did_request_cursor_change` with CSS cursor
Adam Hodgen
2021-02-28
LibWeb: Parese the CSS "cursor" property
Adam Hodgen
2021-02-28
LibRegex: VERIFY that string builder in print_header is not null.
Andrew Kaster
2021-02-28
Userland: Don't leak buffer from getline in shuf program
Andrew Kaster
2021-02-28
Shell: Remove WAITID_ONCE workaround
Andrew Kaster
2021-02-28
Userland: Install shell tests on Serenity
Andrew Kaster
2021-02-28
Meta: Build AK and LibRegex tests in Lagom and for Serenity
Andrew Kaster
2021-02-28
Userland: Add a simple mktemp(1) utility
Idan Horowitz
2021-02-28
Browser: Implemented out of process JS console
Brandon Scott
[next]