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-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-11
LibUnicode: Remove WordBreakProperty from generated Unicode data
Timothy Flynn
2021-08-11
HackStudio: Make "Open project" action open in the current project path
Karol Kosek
2021-08-10
Profiler: Disassemble the entire function if the symbol is a function
Ali Mohammad Pur
2021-08-10
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
Timothy Flynn
2021-08-10
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in RegExp.prototype
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in String.prototype
Timothy Flynn
2021-08-10
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
Timothy Flynn
2021-08-10
LibJS: Add a simple reference-counted UTF-16 string
Timothy Flynn
2021-08-10
LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows
sin-ack
2021-08-10
Profiler: Use SelectionBehavior::SelectRows
sin-ack
2021-08-10
LibGUI: Partially restore original TreeView column painting behavior
sin-ack
2021-08-10
LibGUI: Default TreeView to SelectionBehavior::SelectItems
sin-ack
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-10
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
Andreas Kling
2021-08-10
SystemServer: Change group ownership on all framebuffer devices
Liav A
2021-08-10
LaunchServer: Make sure launching absolute symlinks works
Gunnar Beutner
2021-08-10
UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for now
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
LibC+Kernel: Use an enum for clockid_t values
Andreas Kling
2021-08-10
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
Andreas Kling
2021-08-10
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
Andreas Kling
2021-08-10
Mandelbrot: Only recalculate missing areas after panning
sin-ack
2021-08-10
Mandelbrot: Add panning
sin-ack
2021-08-10
Mandelbrot: Add mousewheel zooming
sin-ack
2021-08-10
Mandelbrot: Use a GUI::Frame to paint into
sin-ack
2021-08-10
LaunchServer: Resolve symlinks when querying for handler application
LuK1337
2021-08-10
Spreadsheet: Call SheetModel::update() instead of invalidate()
sin-ack
2021-08-10
UserspaceEmulator: Move all the profiling details into the Emulator
Ali Mohammad Pur
2021-08-10
Profiler: Disassemble the containing function for non-function symbols
Ali Mohammad Pur
2021-08-10
Profiler: Show the symbol address in object file
Ali Mohammad Pur
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
2021-08-09
LibELF: Remove `(FlatPtr)something.as_ptr()` idiom
Daniel Bertalan
2021-08-09
LibELF: Fix 'applying offset produced null pointer' UBSAN failure
Daniel Bertalan
2021-08-09
LaunchServer: Do not provide file handlers for special files
Tetsui Ohkubo
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-09
LibJS: Fix this values in arrow functions
davidot
2021-08-09
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
davidot
2021-08-09
Spreadsheet: Make convert_from_string() return Optional<size_t>
Mandar Kulkarni
2021-08-09
Spreadsheet: Fix column index string to number conversion
Mandar Kulkarni
2021-08-09
PixelPaint: Let Tools have different cursors
Marcus Nilsson
2021-08-08
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
Linus Groh
2021-08-08
LibJS: Implement Intl[@@toStringTag]
Linus Groh
2021-08-08
LibJS: Add preparation for Intl constructors and prototypes
Linus Groh
2021-08-08
LibJS: Add the Intl namespace object :^)
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.getISOFields()
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.valueOf()
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.inLeapYear
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.monthsInYear
Linus Groh
[next]