summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-02LibJS: Implement most of String.prototype.replaceTimothy Flynn
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01LibRegex: Test alternatives in the expected orderAnotherTest
2021-04-01LibRegex: Allow references to capture groups that aren't parsed yetAnotherTest
2021-03-31LibJS: Provide 'details' key in results object for duplicate testLinus Groh
2021-03-31LibWeb: Don't hit test a stacked child if it is behind its parentTimothy Flynn
2021-03-31LibC+ping: Move internet_checksum to serenity headerIdan Horowitz
2021-03-31WindowServer+LibGfx: Rename menu_bar => menubarAndreas Kling
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30LibWeb: Create a new BFC when the overflow is neither visible nor clipTimothy Flynn
2021-03-30LibWeb: Compute position of relative blocks before placing themTimothy Flynn
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-30LibWeb: Get the first DOM node with a 'title' attribute for tooltip areaTimothy Flynn
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-29LibElf+readelf: Parse ELFs with no program headers correctlyIdan Horowitz
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-29LibWeb: Compute position of relative block elementsTimothy Flynn
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
2021-03-29TextEditor: Adjust AutoCompleteBox's position to the scroll heightItamar
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-29LibGUI: Remove the necessity to have empty {} on GML objectsEdgar Araújo
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28LibCore: Add Timer::create_repeating convenience methodTom
2021-03-28LibGfx: Use zlib instead of just deflate when loading PNGsLuke
2021-03-28LibJS: Fix m_allocations_since_last_gc initialization valueLinus Groh
2021-03-28LibC: Implement asprintf() and vasprintf()Andreas Kling
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-28LibGUI: Register GUI::StackWidget with GMLAnotherTest
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-28LibCore: Make Core::Object::event() protectedAndreas Kling
2021-03-28LibCore: Add a way to install an event filter on a Core::ObjectAndreas Kling
2021-03-28LibC: Add vfork() as a simple wrapper around fork()Andreas Kling
2021-03-27LibArchive: Bounds check header offsets in Zip ParserIdan Horowitz
2021-03-27LibGUI: Return symlink fallback icon if target icon cannot be determinedLinus Groh
2021-03-27LibC: Define F_GETLKJelle Raaijmakers
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-27LibC: Add POSIX macros for the ai_flags field in struct addrinfoAndreas Kling