summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-11LibUnicode: Generate separate tables for General Category propertiesTimothy Flynn
2021-08-11LibUnicode: Remove WordBreakProperty from generated Unicode dataTimothy Flynn
2021-08-11HackStudio: Make "Open project" action open in the current project pathKarol Kosek
2021-08-10Profiler: Disassemble the entire function if the symbol is a functionAli Mohammad Pur
2021-08-10LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wantedTimothy Flynn
2021-08-10LibJS: Change ExecutionContext's arguments list to a MarkedValueListTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in String.prototypeTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn
2021-08-10LibGUI: Draw a focus rect over the row when sel. behavior is SelectRowssin-ack
2021-08-10Profiler: Use SelectionBehavior::SelectRowssin-ack
2021-08-10LibGUI: Partially restore original TreeView column painting behaviorsin-ack
2021-08-10LibGUI: Default TreeView to SelectionBehavior::SelectItemssin-ack
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
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