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-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
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.daysInMonth
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.daysInYear
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.monthCode
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.month
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.year
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype.calendar
Linus Groh
2021-08-08
LibJS: Implement Temporal.PlainYearMonth.prototype[@@toStringTag]
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in the Calendar.prototype getters
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in ISO{Year,Month,MonthCode,Day}
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in GetTemporalCalendarWithISODefault
Linus Groh
2021-08-08
LibJS: Handle PlainYearMonth in ToTemporalCalendar
Linus Groh
2021-08-08
LibJS: Start implementing Temporal.PlainYearMonth
Linus Groh
2021-08-08
LibJS: Fix Vector<Value> => MarkedValueList in calendar_fields()
Linus Groh
2021-08-08
LibJS: Mark getters of more Temporal objects [[nodiscard]]
Linus Groh
2021-08-08
DynamicLoader: Make sure we don't link against libgcc_s
Gunnar Beutner
[next]