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-26
HexEditor: Fix nullptr pass to AboutDialog and clean up menus
thankyouverycool
2021-02-26
Browser: Add Go menu and move Bookmarks bar toggle to View
thankyouverycool
2021-02-25
Spreadsheet: Fix cell identifier label
Jelle Raaijmakers
2021-02-25
LibGUI: Paint all widgets as toolbars in ToolBarContainer
thankyouverycool
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-25
LibGUI: Avoid needlessly copying vectors of rects
Tom
2021-02-25
LibGUI: Process pending invalidations when handling paint events
Tom
2021-02-25
LibGUI: Constrain widgets to invalidating themselves only
Tom
2021-02-25
LibC: Make it compile on 64-bit
Andreas Kling
2021-02-25
LibC: Add x86_64 implementation of setjmp() and longjmp()
Andreas Kling
2021-02-25
FileManager: change icon for Show in File Manager
Morc - Richard Gráčik
2021-02-25
Base: Update some icons for color, quality and consistency
thankyouverycool
2021-02-25
Base: Add new icons for fonts and File Manager
thankyouverycool
2021-02-24
LibC: Avoid double memory clearing in calloc()
Andreas Kling
2021-02-24
LibGUI: Let cursor start a wrapped line
Angus Gibson
2021-02-24
LibGUI: Remove redundant cursor update
Angus Gibson
2021-02-24
Calculator: Add support for copy+paste using system clipboard
Brendan Coles
2021-02-24
LibGUI: Account for the row and column headers when painting a TableView
AnotherTest
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-02-24
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
Andreas Kling
2021-02-24
LibELF: Convert more string literals to StringView literals.
Brian Gianforcaro
2021-02-24
LibELF: Use StringView literal syntax to build section names.
Brian Gianforcaro
2021-02-24
AK: Make dbgln_if() avoid evaluating the arguments when disabled
AnotherTest
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
[next]