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-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
2021-02-28
LibWeb: Add in all of the plumbing required to use the JS console over IPC
Brandon Scott
2021-02-28
WebContent: Added IPC calls for initializing JS console and sending input
Brandon Scott
2021-02-28
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...
thislooksfun
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-28
LibWeb: Added simple parsing for (at)import rules
Sviatoslav Peleshko
2021-02-28
LibWeb: Create base class CSSRule for all CSS rules
Sviatoslav Peleshko
2021-02-28
LibTTF: Fix glyph rasterizer coverage calculation
Stephan Unverwerth
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-02-27
Profiler: Unbreak DisassemblyModel after shared library introduction
Andreas Kling
2021-02-27
LibGUI: Remove ControlBoxButton widget
thankyouverycool
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-27
TextEditor: Initialize menubar before opening initial file
Andreas Kling
2021-02-27
TextEditor: Rename open_sesame() => open_file()
Andreas Kling
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-27
LibGUI: Make empty TextRange invalid
speles
2021-02-27
WidgetGallery: add a simple Wizard demo :^)
Nick Vella
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-27
LibJS: Enable the BrowserExtended ECMA262 regexp flag by default
AnotherTest
[next]