summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-01HackStudio: Add new multiline commit dialogConor Byrne
2022-01-01HexEditor: Port HexEditor to LibMainConor Byrne
2022-01-01LibCore: Fix OOB read in Stream::BufferedSeekable::read_until_any_ofDaniel Bertalan
2022-01-01fgrep: Port fgrep to LibMainKenneth Myhra
2022-01-01errno: Port to LibMainKenneth Myhra
2022-01-01du: Port to LibMainKenneth Myhra
2022-01-01PixelPaint: Move all filters into the Filter GalleryTobias Christiansen
2022-01-01PixelPaint: Expand Filter Gallery to know how to apply filtersTobias Christiansen
2022-01-01PixelPaint: Make the ImageEditor known throughout the Filter GalleryTobias Christiansen
2022-01-01PixelPaint: Add Filter Gallery Dialog to the Filter MenuTobias Christiansen
2022-01-01WindowsServer+LibGUI: Avoid getting color under cursor outside screennetworkException
2022-01-01LibC: Implement ``flockfile`` and ``funlockfile``Conor Byrne
2022-01-01VideoPlayer: Port VideoPlayer to LibMainConor Byrne
2021-12-31LibJS: Add missing undefined fallback to IfStatement completionsLinus Groh
2021-12-31LibDiff: Fix error when parsing a 'new' hunk locationConor Byrne
2021-12-31HackStudio: Fix crash when clicking unstaged filesConor Byrne
2021-12-31LibJS: Fix the Now.plainDateTime in case they go over a year boundarydavidot
2021-12-31LibJS: Convert to_reference() to ThrowCompletionOrdavidot
2021-12-31LibJS: Convert resolve_this_binding() to ThrowCompletionOrdavidot
2021-12-30LibJS: Fix spec comment in Temporal::PlainDate::balance_iso_date()Emanuele Torre
2021-12-31Shell: Make redirection errors raise ShellErrorsAli Mohammad Pur
2021-12-31LibCore: Add Core::System::setpgid()Ali Mohammad Pur
2021-12-31LibCore: Make Core::System::pipe2() available on LagomAli Mohammad Pur
2021-12-30LibJS: Convert thrown exception to completion in binding initializationdavidot
2021-12-30LibJS: Add and fix some spec comments in AbstractOperationsdavidot
2021-12-30LibJS: Convert get_identifier_reference() to ThrowCompletionOrdavidot
2021-12-30LibJS: Convert resolve_binding() to ThrowCompletionOrdavidot
2021-12-30Utilities/lsusb: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/arp: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/netstat: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/ifconfig: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/notify: Propagate errors in Gfx::Bitmap loadingcreator1creeper1
2021-12-30Utilities/lsirq: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/mount: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/lsof: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Pong: Support W and S keys for movementr00ster91
2021-12-30LibGUI: Fix leading whitespaces when text is wrappedYoung-Jin Park
2021-12-30LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' methodElyse
2021-12-30LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'Elyse
2021-12-30LibGUI+LibWeb: Use 'decrease_slider_by_steps()' methodElyse
2021-12-30LibGUI+LibWeb: Use 'increase_slider_by_steps()' methodElyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-30LibGUI: Add movement methods to AbstractSliderElyse
2021-12-30LibWeb: Implement Element.getAttributeNamesLuke Wilde
2021-12-30Shell: Avoid many single byte write() syscalls when printing the promptDaniel Bertalan
2021-12-30LibGL+LibSoftGPU: Implement texture coordinate generationJelle Raaijmakers
2021-12-30LibSoftGPU: Use eye coordinates for fog calculationJelle Raaijmakers
2021-12-30LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinatesJelle Raaijmakers
2021-12-30LibSoftGPU: Set obvious FP values for `depth_min/max`Jelle Raaijmakers