summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-14E1000: Use a WaitQueue to sleep while waiting for a transmit IRQAndreas Kling
2019-12-14LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KBAndreas Kling
2019-12-14IPv4: Only buffer payload bytes for SOCK_STREAM socketsAndreas 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-13ProfileViewer: Use the new multi-column tree model support in GTreeViewAndreas 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-13Piano: Add triangle wave and noiseWilliam McPherson
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12ProfileViewer: Make sure ProfileNodes have the correct parent pointerAndreas 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-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-12-12Kernel: Bump KBufferBuilder VM allocation to 4 MBAndreas Kling
2019-12-12JsonValue: Fix wrong return type of as_u32() and friendsAndreas Kling
2019-12-12ProcFS: Rename "samples" in /proc/profile to "frames"Andreas Kling
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen
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-11Shell: Tab completion for pathsWilliam McPherson
2019-12-11Shell: Improve tab completion behaviourWilliam McPherson
2019-12-11Shell: Refactor append/insert procedureWilliam McPherson
2019-12-11Shell: Improve readability of cache_path()William McPherson
2019-12-11LookupServer: Switch to a more privacy-respecting DNS providerValtteri Koskivuori
2019-12-10HackStudio: Use a table view in the "find in files" widgetAndreas Kling
2019-12-10Fonts: Add two little marker glyphs to CsillaThin7x10Andreas Kling
2019-12-10LibGUI: Add GTextDocument::range_for_entire_line()Andreas Kling
2019-12-10AK: Teach URL::complete_url() how to resolve URL's starting with "/"Andreas Kling
2019-12-10LibCore: Make CHttpJob::response() return a CHttpResponse*Andreas Kling
2019-12-10Ports: C-ray rendering engineValtteri Koskivuori
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-09Kernel: Give PTY's *actually* unique major ID'sAndreas Kling
2019-12-09TTY: Change the MasterPTY device major to not conflict with /dev/psauxAndreas 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-09Kernel: Move VMObject::for_each_region() to MemoryManager.hAndreas Kling
2019-12-09Kernel: Remap all regions referring to a PurgeableVMObject on purgeAndreas Kling
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-09purge: Add a small command-line utility for purging all volatile memoryAndreas Kling
2019-12-09Kernel: Start implementing purgeable memory supportAndreas Kling
2019-12-09AK: SinglyLinkedList::size_slow() should return size_tAndreas Kling