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-06-24
Profiler: Use u32 when constructing InstructionData
Gunnar Beutner
2021-06-24
Userland: Add more TODO()s for arch-specific code
Gunnar Beutner
2021-06-24
Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)
Sam Atkins
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-24
LibELF: Fix missing include
Hendiadyoin1
2021-06-24
LibSQL: Make lexer and parser more standard SQL compliant
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-06-23
HackStudio: Add TODO entries widget
Federico Guerinoni
2021-06-23
LanguageServers: Add function to collect TODO entries in a document
Federico Guerinoni
2021-06-23
LibCpp: Add function for retrieving TODO comments from the parser
Federico Guerinoni
2021-06-23
LibVT: Rewrap the terminal history along with the normal buffer
Ali Mohammad Pur
2021-06-23
LibLine: Recalculate the origin on resize
Ali Mohammad Pur
2021-06-23
LibVT+Terminal: Implement line wrapping
Ali Mohammad Pur
2021-06-23
LibVT: Keep track of the 'true' line endings
Ali Mohammad Pur
2021-06-23
LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encoding
Aatos Majava
2021-06-23
LibVT: Don't crash when clicking outside of the terminal's buffer area
Gunnar Beutner
2021-06-23
LibJS: Make AggregateError inherit from Error
Linus Groh
2021-06-23
LibJS: Fix AggregateError's class_name()
Linus Groh
2021-06-23
LibJS: Add spec links to a bunch of the environment record methods
Andreas Kling
2021-06-23
LibJS: Remove no-longer-needed environment record shape
Andreas Kling
2021-06-23
LibJS: Make EnvironmentRecord inherit directly from Cell
Andreas Kling
2021-06-23
HexEditor: Change name for unsaved files to 'Untitled'
Gunnar Beutner
2021-06-23
HexEditor: Prompt the user to save changes when opening a file
Gunnar Beutner
2021-06-23
LibJS: Add EnvironmentRecord::global_object()
Andreas Kling
2021-06-23
LibJS: Start implementing spec-compliant variable bindings
Andreas Kling
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-06-23
DisplaySettings: Revert changes unless confirmed
Xavier Defrang
2021-06-22
LibGfx: Fix drawing rounded corners when using display scaling
Gunnar Beutner
2021-06-22
ChessEngine: don't store board in non-leaf nodes in MCTS
Peter Elliott
2021-06-22
LibChess: Compact the Defenitions of various chess related types
Peter Elliott
2021-06-22
LibChess: Only save hash of board state for repetition checking
Peter Elliott
2021-06-22
FlappyBug: Standardize on "high score" rather than "highscore"
Timothy Flynn
2021-06-22
FlappyBug: Persist high score to disk
Timothy Flynn
2021-06-22
FlappyBug: Convert the main game widget to a GUI::Frame
Timothy Flynn
2021-06-22
TextEditor: Don't open files when the user cancelled saving changes
Gunnar Beutner
2021-06-22
Playground: Prompt to save changes after the user picked a file to open
Gunnar Beutner
2021-06-22
Playground: Add a menu action to save the file
Gunnar Beutner
2021-06-22
Playground: Ask to save changes even when the document was never saved
Gunnar Beutner
2021-06-22
Taskbar: Check if executable in .af exist in filesystem
PAUL007
2021-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-22
LibJS: Make GlobalEnvironmentRecord forward to the right function
Andreas Kling
2021-06-22
LibJS: Make string to integer parsing for properties more strict
davidot
2021-06-22
LibJS: Add HasProperty to TypedArray
davidot
2021-06-22
LibJS: Fix this_value in native setters and getters
davidot
2021-06-22
LibJS: Fix small issues in Array.prototype.concat
davidot
2021-06-22
LibJS: Fix a number of regressions in the test262 tests
davidot
2021-06-22
LibJS: Make put_own_property_by_index closer to spec
davidot
2021-06-22
LibJS: Use Set/CreateDataPropertyOrThrow in Array.prototype as in spec
davidot
[next]