summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-31PixelPaint: Rename `Mode` to `FillMode` for Ellipse/RectangleMustafa Quraish
2021-08-31PixelPaint: Add ability to draw rectangle from centerMustafa Quraish
2021-08-31PixelPaint: Add ability to draw ellipse from centerMustafa Quraish
2021-08-31KeyboardSettings: Reuse generic GUI::ItemListModelKarol Kosek
2021-08-31LibGUI: Reuse draw_item_text function in ListViewKarol Kosek
2021-08-31LibGUI: Enable searching through ListView items by keyboardKarol Kosek
2021-08-31LibGUI: Make ItemListModel searchableKarol Kosek
2021-08-31Spreadsheet: Implement begin() and end()Karol Kosek
2021-08-31Spreadsheet: Add RowIterator::index()Karol Kosek
2021-08-31Kernel/Userland: Expose usb device address and use it in `lsusb`Jesse Buhagiar
2021-08-31Shell: Use new Statistics tool in 'time -n' commandTobias Christiansen
2021-08-31LibRegex: Implement min/max repetition using the Repeat bytecodeAli Mohammad Pur
2021-08-31LibWasm: Limit the number of function localsAli Mohammad Pur
2021-08-31LibRegex: Limit the number of nested capture groups allowed in BREAli Mohammad Pur
2021-08-31LibJS: Implement Temporal.Instant.prototype.toJSON()Linus Groh
2021-08-31LibJS: Implement Temporal.Instant.prototype.toLocaleString()Linus Groh
2021-08-31LibJS: Implement Temporal.Instant.prototype.toString()Linus Groh
2021-08-31LibAudio: Implement decoding verbatim blocks in FLACKarol Kosek
2021-08-31LibGUI: Bias text towards bottom when tabs at top have uneven spacingsin-ack
2021-08-31LibGUI: Adjust content area and focus rect of tab buttonssin-ack
2021-08-31Piano: Use LibDSP to implement delaykleines Filmröllchen
2021-08-31Libraries: Add LibDSPkleines Filmröllchen
2021-08-31Piano: Add velocity and pitch supportkleines Filmröllchen
2021-08-31Profiler: Add a flamegraph view for the stackNicholas Hollett
2021-08-31LibGfx: Add color helper for getting shades and tintsNicholas Hollett
2021-08-31FileManager: Tweak layout spacing in file properties windowAndreas Kling
2021-08-31LibC: Run clang-format on setjmp.hAndreas Kling
2021-08-31FileManager: Hide the Inode and Symlink Target columns in TableViewAndreas Kling
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-31LibGUI: Tweak scrollbar arrowsAndreas Kling
2021-08-31LibGUI+LibGfx: Make scrollbar buttons a little bit thickerAndreas Kling
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-31LibGfx: Add Rect::centered_within(Rect)Andreas Kling
2021-08-31Userland: Guard set_jmp.h static_assert check to cpp impls onlyDimenus
2021-08-31FileManager: Remove tree_view_directory_context_menuKarol Kosek
2021-08-31FileManager: Add 'Open in Terminal' action for selected dirs on desktopKarol Kosek
2021-08-31FileManager: Add default 'Open' action in context menu for directoriesKarol Kosek
2021-08-31FileManager: Place mkdir and touch actions below openings in tree viewKarol Kosek
2021-08-31FileManager: Put file launch actions firstKarol Kosek
2021-08-30LibJS: Implement Temporal.Calendar.prototype.dateAdd()Linus Groh
2021-08-30LibWasm: Make the Truncate operator trap on undefined resultsAli Mohammad Pur
2021-08-30LibWasm: Implement fx.nearest using nearbyint() instead of round()Ali Mohammad Pur
2021-08-30LibJS: Canonicalize Unicode locale extension attributes and keywordsTimothy Flynn
2021-08-30LibJS: Reject structurally invalid Unicode locale extensionsTimothy Flynn
2021-08-30LibUnicode: Canonicalize locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Canonicalize locale extensionsTimothy Flynn
2021-08-30LibUnicode: Add helper lambda for appending canonicalized stringsTimothy Flynn
2021-08-30LibUnicode: Parse locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the other extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the transformed extension formTimothy Flynn