summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-13LibGL: Use integer math in rasterizer coverage calculationsStephan Unverwerth
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth
2021-05-13LibGfx: Add component wise * and / operators to Vector3 and Vector4Stephan Unverwerth
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-05-13LibGUI/Splitter: Support setting minimum resizee sizeJelle Raaijmakers
2021-05-12KeyboardMapper: Embed icon in executableLinus Groh
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12KeyboardMapper: Remove two useless commentsLinus Groh
2021-05-122048: Add separator before quit menu actionLinus Groh
2021-05-12WindowServer: Re-render window frame when setting unresponsive statusLinus Groh
2021-05-12LibCore: Add unit to Core::Timer interval argumentssin-ack
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12FileManager: Reorganize main toolbar a little bitAndreas Kling
2021-05-12FileManager: Reorganize menus a little bitAndreas Kling
2021-05-12LibGUI: Never resolve Key_Invalid to a GUI::ActionAndreas Kling
2021-05-12LibGUI: Move action-from-key-event code to a separate functionAndreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Browser: Use URL for window title if tab title is emptyLinus Groh
2021-05-12SystemMonitor: Spell process window title as "System Monitor"Linus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G
2021-05-12LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)Ali Mohammad Pur
2021-05-12LibCore+Everywhere: Move SeekMode out of IODeviceAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-05-12LibWeb: Remove unused alphabet constants from ListItemMarkerBoxTobias Christiansen
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-12RequestServer: Only attempt to flush() on a timerAli Mohammad Pur
2021-05-12LibTLS: Always send the signature_algorithms extensionAli Mohammad Pur
2021-05-11LibJS: Make super() in catch block workLinus Groh
2021-05-11LibJS: Bring back runtime validation of RegExp flagsLinus Groh
2021-05-11LibJS/Tests: Add details for toThrowWithMessage() expectation errorLinus Groh
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-11LibJS: Use u64 instead of u32 in NumberPrototype::to_stringLuke
2021-05-11LibJS: Make number parts unsigned in NumberPrototype::to_stringLuke
2021-05-11LibLine+Shell: Add dirty history flag and use itsin-ack
2021-05-11LibWeb: Paint an element's foreground before painting its childrenTimothy Flynn
2021-05-11Magnifier: Make window resizableLinus Groh
2021-05-11LibWeb: Make Element::tag_name return the HTML uppercased qualified nameLuke
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-05-11GLTeapot: Use glGenLists() a bit to demonstrate that it worksAli Mohammad Pur
2021-05-11LibGL: Implement glGenLists and a few friendsAli Mohammad Pur
2021-05-112048: Added Redo SupportUmar Haroon
2021-05-11Shell: Add an option to autosave history every N msAli Mohammad Pur
2021-05-11Userland: Implement a magnifier appValtteri Koskivuori
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-11LibGfx: Implement Bitmap::cropped()Valtteri Koskivuori
2021-05-11strace: Write output to stderr instead of stdout (#7016)SViN24
2021-05-10LibELF: Propagate ELF image validation errors to the callerGunnar Beutner