summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-01-08LibGUI: separate file names with commas in the drag operation textDov Alperin
2020-01-07LibGUI: Preserve existing GItemView selection on rubber band (#1031)DAlperin
2020-01-07LibC: Add MAP_FILE for mmap()Andreas Kling
2020-01-07LibGUI: Run clang-format on GModel.h to neaten up some formattingConrad Pankoff
2020-01-07LibCore: Fix a typo in CConfigFile.hConrad Pankoff
2020-01-07GAbstractView: Add function for adding all to selectionShannon Booth
2020-01-07LibDraw: Add support for parsing #RGBA colorsN00byEdge
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-06Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ingAndreas Kling
2020-01-06LibC: Remove thread-specific TID cacheAndreas Kling
2020-01-06Kernel: Make utime() take path+length, remove SmapDisablerAndreas Kling
2020-01-06Kernel: Pass name+length to mmap() and remove SmapDisablerAndreas Kling
2020-01-06Kernel: Pass name+length to set_mmap_name() and remove SmapDisablerAndreas Kling
2020-01-06Kernel: Make realpath() take path+length, get rid of SmapDisablerAndreas Kling
2020-01-06Kernel: Make watch_file() syscall take path length as a size_tAndreas Kling
2020-01-06Kernel: Pass path+length to mkdir(), rmdir() and chmod()Andreas Kling
2020-01-06LibC: Make the syscall wrappers for stat/lstat/chdir return EFAULTAndreas Kling
2020-01-06Kernel: Make access() take path+lengthAndreas Kling
2020-01-06LibC: Remove dubious String ends_with usageShannon Booth
2020-01-06AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} filesShannon Booth
2020-01-05Kernel: Make chdir() take path+lengthAndreas Kling
2020-01-05Kernel: Pass path+length to the stat() and lstat() syscallsAndreas Kling
2020-01-05LibCore: Oops, we were forgetting to destroy disconnected RPC clientsAndreas Kling
2020-01-05LibHTML: Fix broken build after Element::computed_style() changeAndreas Kling
2020-01-05LibHTML: Make the Element::computed_style() return NonnullRefPtrMatrix89
2020-01-05LibHTML: Add four missing border properties to the computed styleMatrix89
2020-01-05LibHTML: Replace StyleProperties::create(StyleProperties) with clone()Matrix89
2020-01-05Browser+LibHTML: Change the way computed styles are queriedMatrix89
2020-01-05Browser+LibHTML: Deduplicate inspector codeMatrix89
2020-01-05Browser+LibHTML: Add "Computed" styles to the DOM inspectorMatrix89
2020-01-05LibELF: Fix stack overflow in ELFImage::relocations()Andreas Kling
2020-01-05LibHTML: Respect the system themeSergey Bugaev
2020-01-05AK+LibCore: Add an IDAllocator and use to allocate timer idsShannon Booth
2020-01-04LibGUI: Refine the per-item rects in GItemViewAndreas Kling
2020-01-04LibGUI: Add basic rubber band selection in GItemViewAndreas Kling
2020-01-04WindowServer+LibGUI: Implement minimizable property to windowsJami Kettunen
2020-01-04LibC: Fix broken setgroups() wrapperAndreas Kling
2020-01-04WindowServer+LibGUI: Simplify handling of paint event rectsAndreas Kling
2020-01-04LibELF+LibC: Split ELFDynamicObject into a Loader + ObjectAndrew Kaster
2020-01-03LibCore: Fix crash on RPC client disconnectAndreas Kling
2020-01-03LibCore: Stop making the RPC sockets go=rwAndreas Kling
2020-01-03Kernel: Remove read_tsc() syscallAndreas Kling
2020-01-03Lib: Remove Stopwatch classAndreas Kling
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-02LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON sourceAndreas Kling
2020-01-02Browser+LibHTML: Add resolved element style to the DOM inspectorAndreas Kling
2020-01-02LibHTML: Include element attributes in the DOMTreeModelAndreas Kling
2020-01-02LibHTML: Have element keep a pointer to their resolved styleAndreas Kling
2020-01-02LibC+Userland: Add a proper syscall wrapper for purge()Andreas Kling