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-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-12
LibGfx: Make fill_path() less bad at filling paths
AnotherTest
2020-12-12
Spreadsheet: Reduce top bar default height
Linus Groh
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-12-12
LibWeb: Use the margin box of floating elements for flowing around
Andreas Kling
2020-12-12
LibWeb: Don't place floating boxes before everything else
Andreas Kling
2020-12-12
LibWeb: Make the ad-hoc CSS parser a little more tolerant
Andreas Kling
2020-12-12
LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxes
Andreas Kling
2020-12-11
Meta: Add Luke Wilde to the contributors list :^)
Andreas Kling
2020-12-11
Kernel: Fix null dereference when execve'ing ELF without PT_TLS header
Andreas Kling
2020-12-11
LibWeb: Remove some unnecessary is_replaced() checks in BFC
Andreas Kling
2020-12-11
LibWeb: Move replaced element layout out of Layout::ReplacedBox
Andreas Kling
2020-12-11
LibWeb: Fix inline-block width computation with no specified width
Andreas Kling
2020-12-11
LibDebug: Clean up DebugSession construction a little bit
Andreas Kling
2020-12-11
Kernel: Fix leaking Timer instances
Tom
2020-12-11
LibDebug: Fix crash when debugging short lived programs
Sahan Fernando
2020-12-11
FileManager: Added context menu for right-clicks on desktop icons.
Zac
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-11
FileManager: TreeView accepts drags from the DirectoryView.
Zac
2020-12-11
Meta: Update bare metal installation guide
Dan MacDonald
2020-12-10
Base: Remove *.hsp files
Andreas Kling
2020-12-10
HackStudio: Rethink the "project" concept to be about a directory
Andreas Kling
2020-12-10
AK: Add String::substring(start)
Andreas Kling
2020-12-10
HackStudio: Don't vend invalid indices from SearchResultsModel
Andreas Kling
2020-12-10
UserspaceEmulator: Fix page determination
Ben Wiederhake
2020-12-10
Chess: Added ability to put markings on the board
AnicJov
2020-12-10
Chess: Added abilty to import PGN files
AnicJov
2020-12-10
Chess: Add ability to replay moves
AnicJov
2020-12-10
Chess: Added ability to copy board state as FEN
AnicJov
2020-12-10
Chess: Change keyboard shortcuts
AnicJov
2020-12-10
Shell: Restore the terminal PGID before printing out job status on exit
AnotherTest
2020-12-10
LibWeb: Use the surrounding text color as the caret color
Andreas Kling
2020-12-10
LibWeb: Replace IDL 'void' return type with 'undefined'
Linus Groh
2020-12-10
LibWeb: Expect IDL namespace to end with semicolon
Linus Groh
2020-12-10
AK: Ensure dual_pivot_quick_sort does not copy the pivots
AnotherTest
2020-12-09
AK: Fix offset calculation error in DuplexMemoryStream::write.
asynts
2020-12-09
AK: Fix unsigned integer underflow in DuplexMemoryStream::write.
asynts
2020-12-09
LibC: Make getdelim() fail with EINVAL on null input pointers
Andreas Kling
2020-12-09
LibWeb: Apply suggested fixes.
asynts
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Join start and end after deleting selection.
asynts
2020-12-09
LibWeb: Implement deletion of more complex selections.
asynts
2020-12-09
LibWeb: Fix many bugs with the editing.
asynts
2020-12-09
LibWeb: Add support for cursor movement and delete.
asynts
2020-12-09
LibWeb: Support range delection accross nodes with shared parent.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-09
IDL: Produce better error messages when parsing IDL files.
asynts
2020-12-09
AK: Add String::substring_view(size_t).
asynts
[next]