summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-15WindowServer: Catch more Window stealing misbehaviorthankyouverycool
2023-05-15LibGUI: Put a governor on Action activationthankyouverycool
2023-05-15LibGUI+FileSystemAccessServer: Avoid using dummy windowsthankyouverycool
2023-05-15LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt outthankyouverycool
2023-05-15LibGUI: Add Window::constrain_to_desktop() helperthankyouverycool
2023-05-15LibGfx: Reverse coordinate subtraction in Rect::constrained_to()thankyouverycool
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-15pidof: Add -S option to specify a pid separatorTim Ledbetter
2023-05-15pidof: Use ArgsParser to validate argumentsTim Ledbetter
2023-05-15Spreadsheet: Don't release the file buffer when importing CSV filesKarol Kosek
2023-05-15LibCore: Remove DeprecatedFile::read_linkBen Wiederhake
2023-05-15LaunchServer: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-15Shell: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-15readlink: Prefer FileSystem::readlink over DeprecatedFileBen Wiederhake
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-15LibGUI: Increase the min width of the vertical opacity sliderMacDue
2023-05-15LibGUI: Ensure final stop of the opacity slider gradient has 255 alphaMacDue
2023-05-15LibCore: Use StringView in Object::find_{child,descendant}_of_type_namedKarol Kosek
2023-05-15LibGfx: Stop assuming the target format is always BGRA8888MacDue
2023-05-14VideoPlayer: Use `LibFileSystemAccessClient`Caoimhe
2023-05-14LibVideo: Add `PlaybackManager::from_mapped_file`Caoimhe
2023-05-14VideoPlayer: Store video sizing mode in the configurationCaoimhe
2023-05-14VideoPlayer: Pledge the "VideoPlayer" configuration domainCaoimhe
2023-05-14ls: Migrate away from DeprecatedFileBen Wiederhake
2023-05-14LibCore: Remove standard I/O from DeprecatedFileBen Wiederhake
2023-05-14test-imap: Prefer Core::File over DeprecatedFileBen Wiederhake
2023-05-14LookupServer: Migrate from DeprecatedFile to FileBen Wiederhake
2023-05-14LibWeb: Start implementing sizing for tracks with span > 1 items in GFCAliaksandr Kalenik
2023-05-14LibWeb: Separate grid tracks from gaps in GFCAliaksandr Kalenik
2023-05-14LibWeb: Make the dblclick event bubble, cancelable and composedLuke Wilde
2023-05-14LibELF: Only call IFUNC resolvers after populating the PLTDaniel Bertalan
2023-05-14LibELF: Split `do_relocation` into `do_{direct,plt}_relocation`Daniel Bertalan
2023-05-14LibC+LibELF: Handle the R_AARCH64_IRELATIVE relocation typeDaniel Bertalan
2023-05-14SystemMonitor: Prefer Core::File, poll ProcessStatisticsReader correctlyBen Wiederhake
2023-05-14LibWeb: Remove unused line in calculate_min_content_size() in GFCAliaksandr Kalenik
2023-05-14LibWeb: Remove excessive spec referencing in GridFormattingContextAliaksandr Kalenik
2023-05-14LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFCAliaksandr Kalenik
2023-05-14LibWeb: Change implicit background-size height to autoRimvydas Naktinis
2023-05-14LibWeb: Protect against dereferencing a null pending image requestAndreas Kling
2023-05-14LibDebug: Stub out LocListX and remove stub expression evaluatorMacDue
2023-05-14LibJS/Bytecode: Restore old environments when an exception is caughtAndreas Kling
2023-05-14LibJS/Bytecode: Fix bogus program termination after `try` with `catch`Andreas Kling
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-13NetworkSettings: Use helper script to write configFabian Dellwing
2023-05-13Escalator: Major rework and enable forwarding of stdin/stdoutFabian Dellwing
2023-05-13Userland: Allow our access check to pass flags to faccessat syscallFabian Dellwing
2023-05-13Userland+Meta: Add new helper program for network settingsFabian Dellwing