summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-21WindowServer: Create the VirtualScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-21WindowServer: Make Screen use ScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Introduce the ScreenBackend conceptkleines Filmröllchen
2022-04-21WindowServer: Rename fb_data and friends to flush_rect etckleines Filmröllchen
2022-04-21netstat: Add the wide flag optionbrapru
2022-04-21netstat: Add hostname resolutionbrapru
2022-04-21arp: Add hostname resolutionbrapru
2022-04-21LibC: Stub out posix_memalign()Andreas Kling
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-21LibC: Implement errno via a __errno_location() functionAndreas Kling
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-20LibWeb: Fix various spec comment inconsistenciesLinus Groh
2022-04-20LibGUI: Remove Tile.date_time member from CalendarMichael Manganiello
2022-04-20mkfifo: Add support for setting permissions with -mEli Youngs
2022-04-20LibGUI: Use fuzzy matching in CommandPalettefaxe1008
2022-04-20AK: Add FuzzyMatch headerfaxe1008
2022-04-20LibGUI: Close CommandPalette on active window changefaxe1008
2022-04-20LibGfx: Avoid signed comparison in find_largest_imageLeonardo Duarte
2022-04-20Mandelbrot: Add BMP and QOI image formats as options for exportEWouters
2022-04-20LibGL: Set W-coordinate to 1 in `glRect*`Jelle Raaijmakers
2022-04-20LibSoftGPU: Check for bottom edge in top-left rule in `Device`Jelle Raaijmakers
2022-04-20LibSoftGPU: Simplify `Clipper` interpolationJelle Raaijmakers
2022-04-20LibSoftGPU: Reuse edge function for front/back cullingJelle Raaijmakers
2022-04-20LibSoftGPU: Use `AK::abs` directly instead of `fabsf`Jelle Raaijmakers
2022-04-20LibWeb: Add spec comments to Nodestelar7
2022-04-20LibWeb: Add spec comments to EventTargetstelar7
2022-04-20LibWeb: Add spec comments to Eventstelar7
2022-04-20LibWeb: Add spec comments to EventDispatcherstelar7
2022-04-20CrashReporter: Don't display an error when cancelling backtrace savingLucas CHOLLET
2022-04-20CrashReporter: Fix "Save Backtrace" button widthLucas CHOLLET
2022-04-20LibJS: De-duplicate ClassFieldDefinition RecordsLinus Groh
2022-04-20LibGUI: Make GUI::Variant an actual VariantAli Mohammad Pur
2022-04-19LibC: Return early in time_to_tm for large time_tLeonardo Duarte
2022-04-18LibWeb: Add missing StyleValue::equals() methodsSam Atkins
2022-04-18LibWeb: Actually use BorderRadiusShorthandStyleValueSam Atkins
2022-04-18LibWeb: Add missing [as/is]_border_radius_shorthand() methodsSam Atkins
2022-04-18LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSVSam Atkins
2022-04-18LibJS: Make the BC generator.next(value) workAli Mohammad Pur
2022-04-18LibJS: Avoid copying the frame into the interpreter in BC generatorsAli Mohammad Pur
2022-04-18Spreadsheet: Sort functions by name in the help windowEli Youngs
2022-04-18LibLine: Reset next suggestion index when resetting suggestionsAli Mohammad Pur
2022-04-18Shell: Make program-based completion with no actual token possibleAli Mohammad Pur
2022-04-18LibLine: Make it possible to avoid autocompletion if requestedAli Mohammad Pur
2022-04-18LibLine: Respect the provided completion static offsetAli Mohammad Pur
2022-04-18Shell: Allow completions to request further action from the shellAli Mohammad Pur
2022-04-18Shell: Add support for regex match patternsAli Mohammad Pur
2022-04-18LibLine: Don't use fdopen() for stream in edit_in_external_editor()Ali Mohammad Pur
2022-04-18Utilities/profile: Call split_view() using StringView for command partsKarol Kosek