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-02-24
LibLine: Note that the search() call modifies the buffer
AnotherTest
2021-02-24
LibLine: Update the drawn cursor value when updating lazily
AnotherTest
2021-02-24
LibLine: Properly update the main editor when clearing the search editor
AnotherTest
2021-02-24
Profiler: Make sure rendered timestamps don't overflow
Sahan Fernando
2021-02-24
LibJS: Use const references to avoid some copies in the parser
Linus Groh
2021-02-24
Build: Build Userland with -O2, Kernel with -Os
Andreas Kling
2021-02-24
LibJS: Let RegExpPrototype inherit from Object directly
Linus Groh
2021-02-24
LibJS: Make ArrayPrototype an Array object
Linus Groh
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
LibELF: Inline DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't build barely-used section lookup table in ELF::Image
Andreas Kling
2021-02-23
LibDebug: Fix build with -O2
Andreas Kling
2021-02-23
LibELF: Avoid doing strlen() on everything while iterating GNU hash
Andreas Kling
2021-02-23
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
Andreas Kling
2021-02-23
LibELF: Avoid calling strlen() in DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't recompute the same ELF hashes over and over
Andreas Kling
2021-02-23
LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging
Andreas Kling
2021-02-23
LibELF: Move ELF hash functions to their own file (and make constexpr)
Andreas Kling
2021-02-23
Browser: Implement view source for out of process mode
Brandon Scott
2021-02-23
LibWeb: Added get source functionality and hook event
Brandon Scott
2021-02-23
WebContent: Added IPC calls for getting source
Brandon Scott
2021-02-23
HexEditor: Add menu icons for search menu items
Brendan Coles
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
2021-02-23
LibWeb: Fix a tiny appendff() format issue
AnotherTest
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-23
HackStudio: Fix a misuse of dbgln() intended as dbgln_if()
AnotherTest
2021-02-23
UserspaceEmulator: Fix an outln() format bug
AnotherTest
2021-02-23
Inspector: Add help documentation
Brendan Coles
2021-02-22
LibWeb: Only scroll BlockBox on wheel event if overflow==scroll
Andreas Kling
2021-02-22
HackStudio: Fix opened files appearing empty (#5480)
Ivan Hansgaard Hansen
2021-02-22
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
Andreas Kling
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-02-22
LibWeb: Clip overflowing inline children when overflow != "visible"
Andreas Kling
2021-02-22
LibGfx: Make Painter::draw_physical_pixel() clip with scaling in mind
Andreas Kling
2021-02-22
LibWeb: Respect explicitly specified CSS "height" on block elements
Andreas Kling
2021-02-22
LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::Box
Andreas Kling
2021-02-22
LibWeb: Add parsing and application of CSS "overflow" property
Andreas Kling
2021-02-22
DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"
Andreas Kling
2021-02-22
LibWeb: Support assigning to document.body when it is null
Andreas Kling
2021-02-22
LibGfx: Don't color outside the lines in Painter::draw_physical_pixel()
Andreas Kling
2021-02-22
LibWeb: Defer the handling of WebContent process crashes
Andreas Kling
2021-02-22
LibGUI: Ignore glyph dimensions when painting a titleless GroupBox
thankyouverycool
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-22
WindowServer: Don't close context menus when hovering over menu bar
Tom
2021-02-22
WindowServer: Reset menu position when opened by the menu bar
Tom
2021-02-21
LibWeb: Add Document.createRange()
Andreas Kling
2021-02-21
SpaceAnalyzer: Added context menu for nodes
Sviatoslav Peleshko
2021-02-21
LibGUI: Show context menu when right-clicking a LinkLabel
Mițca Dumitru
2021-02-21
CatDog: Fix wake-sleep "loop" when cursor is over right-top of head
Tom
[next]