summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-12-22LibPthread: Fix typo in pthread_mutex_lock()Andreas Kling
2019-12-22LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVEAndreas Kling
2019-12-22LibC: Prevent assertions in malloc/free at exit timeAndrew Kaster
2019-12-22LibGUI: Don't assert in ~GWidgetClassRegistrationAndrew Kaster
2019-12-22LibC: Support exit time destructors per the Itanium C++ ABIAndrew Kaster
2019-12-20LibC: Always install as part of the default targetAndreas Kling
2019-12-20Kernel+LibC: Build with basic -fstack-protector supportAndreas Kling
2019-12-20LibC: Make sure we build crt0.oAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20LibC: Make empty malloc blocks purgeableSergey Bugaev
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-20LibGUI: GWidget::drop_event() should ignore the event by defaultAndreas Kling
2019-12-18LibHTML: Ignore layout repaints outside the visible viewportAndreas Kling
2019-12-18LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>()Andreas Kling
2019-12-18LibHTML: Mark image bitmaps outside the visible viewport as volatileAndreas Kling
2019-12-18LibHTML: Push the visible viewport rect from HtmlView to FrameAndreas Kling
2019-12-18LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helperAndreas Kling
2019-12-18LibDraw: Create purgeable GraphicsBitmap in the PNG decoderAndreas Kling
2019-12-18LibDraw: Add GraphicsBitmap::create_purgeable()Andreas Kling
2019-12-18Kernel: Add MADV_GET_VOLATILE for checking the volatile flagAndreas Kling
2019-12-18LibC: Store empty malloc blocks in an array instead of a linked listSergey Bugaev
2019-12-18LibHTML: Insert a new linebox for every newline in "white-space: pre"Andreas Kling
2019-12-18LibHTML: Ignore case of presentation attribute namesAndreas Kling
2019-12-18LibHTML: Don't insert line breaks between multiple <pre>'s on a lineAndreas Kling
2019-12-18LibHTML: Let's display <basefont> as block-level elements for nowAndreas Kling
2019-12-18LibHTML: Use a fixed-width font for <pre> tags, duh!Andreas Kling
2019-12-17GTextEditor: Fix broken rendering of selection on wrapped linesAndreas Kling
2019-12-16LibHTML: Support the :only-child pseudo classAndreas Kling
2019-12-16LibHTML: Support the :empty pseudo classAndreas Kling
2019-12-16LibDraw: Parse the color name "pink" to #ffc0cbAndreas Kling
2019-12-16LibHTML: Support the :first-child and :last-child pseudo classesAndreas Kling
2019-12-16LibGUI: Fix GTreeView crash on pressing Left/Right without selectionAndreas Kling
2019-12-16LibIPC: Make sure we always process unhandled messagesAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-15Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()Andreas Kling
2019-12-15Kernel+FileManager: Disallow watch_file() in unsupported file systemsAndreas Kling
2019-12-15LibGUI: Fix GTreeView column headers incorrectly scrolling with contentAndreas Kling
2019-12-15LibGUI: Fix GTreeView not showing the context menuAndreas Kling
2019-12-14LibCore: Silence some aggressive CSocket and CHttpJob debug spamAndreas Kling
2019-12-14LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KBAndreas Kling
2019-12-14LibGUI: GAbstractColumnModel should never claim to hit a toggle boxAndreas Kling
2019-12-13LibGUI: Improve GTreeView column auto-sizingAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-12-13LibDraw: Add a way to check for horizontal/vertical Rect intersectionsAndreas Kling
2019-12-13LibGUI: Add a GAbstractColumnView base class for GTableViewAndreas Kling
2019-12-12TreeView: Clear metadata after model updateTommy Nguyen
2019-12-12LibGUI: Add missing call to did_update() when updating GFileSystemModelTommy Nguyen
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-12-12LibGUI: Add context_menu_event to GTreeViewTommy Nguyen
2019-12-11Kernel: Implement a simple process time profilerAndreas Kling