summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-31LibCore: Make DateTime more easily debuggableBen Wiederhake
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-31LibGfx+icc: Add profile connection space printingNico Weber
2022-12-31LibGfx+icc: Print profile flagsNico Weber
2022-12-31LibWeb: Paint repeating background images over entire paint boxTimothy Flynn
2022-12-31LibGfx: Use VERIFY_NOT_REACHED() for impossible states in ICC codeNico Weber
2022-12-31LibGfx: Make ICC name converters return StringViewNico Weber
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-12-31LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()Itamar
2022-12-31LibWeb: Fix calculation of MouseEvent::client_{x,y}Itamar
2022-12-31LibWeb: Fix table-row y-positionTom
2022-12-31Utilities: Introduce the ldd utilityLiav A
2022-12-31LibELF: Export static resolve_library method of the DynamicLinker codeLiav A
2022-12-31PixelPaint: ColorPicker updates user colors while draggingCody Hein
2022-12-31PixelPaint: Allow ImageEditor event to append info to the statusbarCody Hein
2022-12-31LibCore: Use CircularBuffer in BufferedHelperLucas CHOLLET
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-31userdel: Use `Core::Account::sync()` to interact with sensitive filesLucas CHOLLET
2022-12-31LibCore: Add a deleted state for `Account`Lucas CHOLLET
2022-12-31LibCore: Deduplicate some code in `Account::generate_shadow_file()`Lucas CHOLLET
2022-12-31userdel: Use `Core::File::remove()` instead of spawning `/bin/rm`Lucas CHOLLET
2022-12-31ThemeEditor: Support editing color schemesimplicitfield
2022-12-31Flood: Get the color scheme from the system themeimplicitfield
2022-12-31Terminal+LibVT: Get the color scheme from the system themeimplicitfield
2022-12-31LibGfx: Support color schemesimplicitfield
2022-12-31Everywhere: Move Base/res/terminal-colors to Base/res/color-schemesimplicitfield
2022-12-31LibELF: Warn if resolving a library resulted in a relative pathTim Schumacher
2022-12-30LibWeb: Stub HTMLInputElement.setSelectionRangeLuke Wilde
2022-12-30LibWeb: Store cookies for every HTTP responseLuke Wilde
2022-12-31LibMarkdown: Indent blockquotes inside the terminal rendererArda Cinar
2022-12-31LibMarkdown: Render lines to terminal instead of a single stringArda Cinar
2022-12-31LibGUI: Fix invalid ModelIndices during shift-click multiselectionAayush
2022-12-31LibAudio: Prevent int overflow in the user buffer queueAlex Chronopoulos
2022-12-31Calculator: Add adding/subtracting/multiplying/dividing by a percentageKarol Baraniecki
2022-12-31Calculator: Support chaining and repeating operationsKarol Baraniecki
2022-12-31Calculator: Fix which digits get animated when pressing keyboard keysKarol Baraniecki
2022-12-31LibJS: Fix spec link and spec comment in PlainYearMonthBodilessSleeper
2022-12-31LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonthBodilessSleeper
2022-12-31LibAudio: Tolerate a file sample rate lower than the AudioServer'sAndrew Kaster
2022-12-31LibAudio: Only join the background enqueuer thread if has been startedAndrew Kaster
2022-12-31SoundPlayer: Pledge proc so that we can actually open audio filesAndrew Kaster
2022-12-31Utilities: Fix top utility not calling exit() on SIGINTHawDevelopment
2022-12-30pro: Fix comment typoNico Weber
2022-12-30icc: Print rendering intentNico Weber
2022-12-30LibGfx: Read rendering intent from ICCProfile headerNico Weber
2022-12-30LibGUI: Automatically scroll to a new column on adding it in ColumnsViewKarol Kosek
2022-12-30LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)Karol Kosek
2022-12-30LibGUI: Don't destroy columns after selecting already opened oneKarol Kosek
2022-12-30LibGUI: Determine model index from a content position in ColumnsViewKarol Kosek
2022-12-30LibGUI: Don't show last separator in columnKarol Kosek