summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-07run-tests: Make reproducing test failures behave closer to selftest modeBrian Gianforcaro
2022-01-07LibPthread: Remove bad spec link for pthread_{get/set}name_np APIsBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec link for pthread_sigmask APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for pthread_once APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for pthread_cond APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for semaphore APIsBrian Gianforcaro
2022-01-07LibC: Add POSIX spec links for unistd APIsBrian Gianforcaro
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
2022-01-07LibTest: Use Array instead of fold expression in __testjs_last()Andrew Kaster
2022-01-07EmojiInputDialog: Ensure that all buttons are equal widthFiliph Sandström
2022-01-07LibCore: Guard access to EventLoop notifiers set with a mutexAndreas Kling
2022-01-06LibJS: Fully parse the TimeZoneIANAName productionLinus Groh
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06LibJS: Include time zone name in TemporalInvalidTimeZoneName errorLinus Groh
2022-01-06LibGUI: Avoid double hash lookup in ModelSelection::add()Andreas Kling
2022-01-06LibGUI: Update the AboutDialog copyright year :^)sin-ack
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2022-01-06ImageViewer: Show error if wallpaper could not be setJunior Rantila
2022-01-06ImageViewer: TRY all the thingsJunior Rantila
2022-01-06LibCore+ImageViewer: Add unlink() wrapper, use itJunior Rantila
2022-01-06du: Display true size of directory instead of 4 KiBLucas CHOLLET
2022-01-06LibSoftGPU: Implement 5 bits of subpixel precisionStephan Unverwerth
2022-01-06KeyboardMapper: Port to Core::StreamRasmusNylander
2022-01-06KeyboardMapper: Propagate errors using ErrorOr and TRYRasmusNylander
2022-01-06LibKeyboard: Change some Optional<T> returns to ErrorOr<T>RasmusNylander
2022-01-06KeyboardMapper: Port to LibMainRasmusNylander
2022-01-06KeyboardMapper: Fix discrepancy between cursor and button clickabilityRasmusNylander
2022-01-06KeyboardMapper: Fix displaying null charactersRasmusNylander
2022-01-06KeyboardMapper: Name formerly inlined variablesRasmusNylander
2022-01-06KeyboardMapper: Show multiple pressed keys at onceRasmusNylander
2022-01-06KeyboardMapper: Extract method map_from_nameRasmusNylander
2022-01-06KeyboardMapper: Extract creation of map-selection buttonsRasmusNylander
2022-01-06LibGUI: Calculate row position for scroll into viewmartinfalisse
2022-01-06LibGUI: Table View navigating with arrow keys continuity after updatemartinfalisse
2022-01-06PixelPaint: Unveil FileIconProvider.iniTobias Christiansen
2022-01-06Utilities/ln: Port to LibMainJun Zhang
2022-01-06LibJS: Remove the now unused custom VM unwind mechanismLinus Groh
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-06LibJS: Implement the LoopContinues AOLinus Groh
2022-01-06LibJS: Implement LabelledStatement & LabelledEvaluation semanticsLinus Groh
2022-01-06LibCore: Make `EventLoop::pump()` return event countJelle Raaijmakers
2022-01-06LibMarkdown: Output alignment when rendering HTML tablesSam Atkins
2022-01-05FileManager: Show Dotfiles when passing a Dotfile as an argumentLucas CHOLLET
2022-01-05FileManager: Use String const& instead of StringLucas CHOLLET
2022-01-05LibJS: Add tests for all the unscopable Array prototype propertiesLuke Wilde