summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-10LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()Andreas Kling
2021-08-10SystemServer: Change group ownership on all framebuffer devicesLiav A
2021-08-10LaunchServer: Make sure launching absolute symlinks worksGunnar Beutner
2021-08-10UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for nowAndreas Kling
2021-08-10Kernel+LibC: Allow clock_gettime() to run without syscallsAndreas Kling
2021-08-10LibC+Kernel: Use an enum for clockid_t valuesAndreas Kling
2021-08-10Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()Andreas Kling
2021-08-10LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)Andreas Kling
2021-08-10Mandelbrot: Only recalculate missing areas after panningsin-ack
2021-08-10Mandelbrot: Add panningsin-ack
2021-08-10Mandelbrot: Add mousewheel zoomingsin-ack
2021-08-10Mandelbrot: Use a GUI::Frame to paint intosin-ack
2021-08-10LaunchServer: Resolve symlinks when querying for handler applicationLuK1337
2021-08-10Spreadsheet: Call SheetModel::update() instead of invalidate()sin-ack
2021-08-10UserspaceEmulator: Move all the profiling details into the EmulatorAli Mohammad Pur
2021-08-10Profiler: Disassemble the containing function for non-function symbolsAli Mohammad Pur
2021-08-10Profiler: Show the symbol address in object fileAli Mohammad Pur
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur
2021-08-09LibELF: Remove `(FlatPtr)something.as_ptr()` idiomDaniel Bertalan
2021-08-09LibELF: Fix 'applying offset produced null pointer' UBSAN failureDaniel Bertalan
2021-08-09LaunchServer: Do not provide file handlers for special filesTetsui Ohkubo
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-09LibJS: Fix this values in arrow functionsdavidot
2021-08-09LibJS: Move Object::invoke to Value::invoke and fix it for primitivesdavidot
2021-08-09Spreadsheet: Make convert_from_string() return Optional<size_t>Mandar Kulkarni
2021-08-09Spreadsheet: Fix column index string to number conversionMandar Kulkarni
2021-08-09PixelPaint: Let Tools have different cursorsMarcus Nilsson
2021-08-08LibJS+Spreadsheet: Use js_string(VM&, ...) overload moreLinus Groh
2021-08-08LibJS: Implement Intl[@@toStringTag]Linus Groh
2021-08-08LibJS: Add preparation for Intl constructors and prototypesLinus Groh
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.getISOFields()Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.valueOf()Linus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.inLeapYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthsInYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.daysInMonthLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.daysInYearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthCodeLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.monthLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.yearLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype.calendarLinus Groh
2021-08-08LibJS: Implement Temporal.PlainYearMonth.prototype[@@toStringTag]Linus Groh
2021-08-08LibJS: Handle PlainYearMonth in the Calendar.prototype gettersLinus Groh
2021-08-08LibJS: Handle PlainYearMonth in ISO{Year,Month,MonthCode,Day}Linus Groh
2021-08-08LibJS: Handle PlainYearMonth in GetTemporalCalendarWithISODefaultLinus Groh
2021-08-08LibJS: Handle PlainYearMonth in ToTemporalCalendarLinus Groh
2021-08-08LibJS: Start implementing Temporal.PlainYearMonthLinus Groh
2021-08-08LibJS: Fix Vector<Value> => MarkedValueList in calendar_fields()Linus Groh
2021-08-08LibJS: Mark getters of more Temporal objects [[nodiscard]]Linus Groh
2021-08-08DynamicLoader: Make sure we don't link against libgcc_sGunnar Beutner