summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-12-12LibGfx: Make fill_path() less bad at filling pathsAnotherTest
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-12-12AK::URL: Fix setting the port number in the case it was the last element of t...xspager
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-12LibWeb: Don't place floating boxes before everything elseAndreas Kling
2020-12-12LibWeb: Make the ad-hoc CSS parser a little more tolerantAndreas Kling
2020-12-12LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxesAndreas Kling
2020-12-11Meta: Add Luke Wilde to the contributors list :^)Andreas Kling
2020-12-11Kernel: Fix null dereference when execve'ing ELF without PT_TLS headerAndreas Kling
2020-12-11LibWeb: Remove some unnecessary is_replaced() checks in BFCAndreas Kling
2020-12-11LibWeb: Move replaced element layout out of Layout::ReplacedBoxAndreas Kling
2020-12-11LibWeb: Fix inline-block width computation with no specified widthAndreas Kling
2020-12-11LibDebug: Clean up DebugSession construction a little bitAndreas Kling
2020-12-11Kernel: Fix leaking Timer instancesTom
2020-12-11LibDebug: Fix crash when debugging short lived programsSahan Fernando
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-11Meta: Update bare metal installation guideDan MacDonald
2020-12-10Base: Remove *.hsp filesAndreas Kling
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-12-10AK: Add String::substring(start)Andreas Kling
2020-12-10HackStudio: Don't vend invalid indices from SearchResultsModelAndreas Kling
2020-12-10UserspaceEmulator: Fix page determinationBen Wiederhake
2020-12-10Chess: Added ability to put markings on the boardAnicJov
2020-12-10Chess: Added abilty to import PGN filesAnicJov
2020-12-10Chess: Add ability to replay movesAnicJov
2020-12-10Chess: Added ability to copy board state as FENAnicJov
2020-12-10Chess: Change keyboard shortcutsAnicJov
2020-12-10Shell: Restore the terminal PGID before printing out job status on exitAnotherTest
2020-12-10LibWeb: Use the surrounding text color as the caret colorAndreas Kling
2020-12-10LibWeb: Replace IDL 'void' return type with 'undefined'Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-12-10AK: Ensure dual_pivot_quick_sort does not copy the pivotsAnotherTest
2020-12-09AK: Fix offset calculation error in DuplexMemoryStream::write.asynts
2020-12-09AK: Fix unsigned integer underflow in DuplexMemoryStream::write.asynts
2020-12-09LibC: Make getdelim() fail with EINVAL on null input pointersAndreas Kling
2020-12-09LibWeb: Apply suggested fixes.asynts
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-12-09LibWeb: Make DOM::Range more suitable for JS.asynts
2020-12-09LibWeb: Join start and end after deleting selection.asynts
2020-12-09LibWeb: Implement deletion of more complex selections.asynts
2020-12-09LibWeb: Fix many bugs with the editing.asynts
2020-12-09LibWeb: Add support for cursor movement and delete.asynts
2020-12-09LibWeb: Support range delection accross nodes with shared parent.asynts
2020-12-09LibWeb: Add support for range deletion.asynts
2020-12-09LibWeb: Move editing stuff into EditEventHandler.asynts
2020-12-09IDL: Produce better error messages when parsing IDL files.asynts
2020-12-09AK: Add String::substring_view(size_t).asynts