summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2019-12-11LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_dataAndreas Kling
2019-12-10LibGUI: Add GTextDocument::range_for_entire_line()Andreas Kling
2019-12-10LibCore: Make CHttpJob::response() return a CHttpResponse*Andreas Kling
2019-12-10LibC: Implement strtod()Valtteri Koskivuori
2019-12-10LibM: Implement pow()Valtteri Koskivuori
2019-12-10GTreeView: Prevent doubleclick with right mouse button (#868)remyabel
2019-12-09LibGUI: Mark the first GWindow back bitmap volatile immediatelyAndreas Kling
2019-12-09LibGUI: Allow finding the source of a GAction activationAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-09LibGUI: Mark window back buffers as volatile while not paintingAndreas Kling
2019-12-09Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)Andreas Kling
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-09Kernel: Start implementing purgeable memory supportAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-09LibC: Add PRIXPTR definition to inttypes.hDan MacDonald
2019-12-08LibGUI+WindowServer: Allow specifying an optional drag bitmapAndreas Kling
2019-12-08LibDraw: Add GraphicsBitmap::to_shareable_bitmap()Andreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-08SystemMonitor: Show thread name instead of process nameAndrew Kaster
2019-12-08LibThread: Allow setting thread name in constructorAndrew Kaster
2019-12-08LibPThread: Add pthread_set/getname_npAndrew Kaster
2019-12-08LibAudio: Install library and headersAndreas Kling
2019-12-07LibPthread: Condition variables should use CLOCK_MONOTONIC by defaultAndreas Kling
2019-12-07LibPthread: Mark the pthread_cond_t "waiting" flag as volatileAndreas Kling
2019-12-07LibPthread: Add stubs for pthread_{get,set}schedparam()Andreas Kling