summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-09Kernel: Clear the x86 DF flag when entering the kernelAndreas Kling
2019-11-09Kernel: Use a lookup table for syscallsAndreas Kling
2019-11-09LibC: shm_unlink() was making an unlink() syscall internallyAndreas Kling
2019-11-09Kernel+SystemMonitor: Publish can_read/write state for open filesAndreas Kling
2019-11-09SoundPlayer: Added 32x32 icon for the about dialogTill Mayer
2019-11-09SoundPlayer: Add option to hide scopeTill Mayer
2019-11-09SoundPlayer: Let the user open a file from the GUITill Mayer
2019-11-09Ports: Fix libarchive port (#746)Dan MacDonald
2019-11-09Ports: add nasm portPaweł Cholewa
2019-11-09LibC: Minor changes to make nasm workPaweł Cholewa
2019-11-09FileManager: Remember my last position and size.Hüseyin ASLITÜRK
2019-11-09LibHTML: Paint a magenta rectangle around the currently inspected nodeAndreas Kling
2019-11-09LibHTML: Add document icon in DOMTreeModel and keep document aliveAndreas Kling
2019-11-09LibGUI: Make GTreeView fire the on_selection hookAndreas Kling
2019-11-09LibGUI: Include internal_data() in GModelIndex LogStream outputAndreas Kling
2019-11-09LibHTML+Browser: Add a simple DOM inspector popup windowAndreas Kling
2019-11-09WindowServer: Some minor comments and cleanups in WSCompositorAndreas Kling
2019-11-09TextEditor: Enable/disable undo & redo buttons based on availability (#740)Rhin
2019-11-09HackStudio: Add panes on the right hand side of the form editing modeAndreas Kling
2019-11-09HackStudio: Tweak the inset of the FormWidgetAndreas Kling
2019-11-09HackStudio: Make the FormEditorWidget have a MidGray backgroundAndreas Kling
2019-11-09GTableView: Paint with white background when model-lessAndreas Kling
2019-11-09HackStudio: Add a widgets toolbar to the form editing modeAndreas Kling
2019-11-09LibGUI: Allow overriding the button size when constructing GToolBarAndreas Kling
2019-11-09LibGUI: Allow construction of vertical GToolBarsAndreas Kling
2019-11-09HackStudio: Start fleshing out the GUI for a GUI designer :^)Andreas Kling
2019-11-08Kernel: Fix the search method of free userspace physical pages (#742)Liav A
2019-11-08GTextEditor: Allow moving the selected line(s) up/down in bulkAndreas Kling
2019-11-08GTextEditor: Add a way to flush any pending on_change notificationsAndreas Kling
2019-11-08Kernel: Removing hardcoded offsets from Memory Managersupercomputer7
2019-11-08Kernel: Remove debug spam about dump_backtrace() calling itselfAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-11-07LibHTML: Update the removed node's siblings in TreeNode::remove_child()Andreas Kling
2019-11-07TextEditor: Added redo functionality & proper stack manipulationrhin123
2019-11-07Base: Add a local copy of bettermotherfuckingwebsite.com for testingAndreas Kling
2019-11-07LibHTML: Ignore case in <!DOCTYPE> tags :^)Andreas Kling
2019-11-07LibHTML: Draw box borders even if we don't have a border-colorAndreas Kling
2019-11-07LibHTML: Fix the default style for <hr> elementsAndreas Kling
2019-11-07LibHTML: Don't swallow '}' as part of CSS property valuesAndreas Kling
2019-11-07LibHTML: Turn "&mdash;" into "-" in the parser for nowAndreas Kling
2019-11-07HackStudio: Make the project file list a little narrower by defaultAndreas Kling
2019-11-07AK: Add Vector::take(index)Andreas Kling
2019-11-07IRCClient: Escape HTML entities in nicknames, too, just in caseAndreas Kling
2019-11-07AK: Delete operator!() and operator bool() from the Nonnull pointersAndreas Kling
2019-11-07LibHTML: Make the CSS parser return RefPtr'sAndreas Kling
2019-11-07AK: Add Vector::prepend(T&&)Andreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling
2019-11-06Meta: Time for a new screenshot (Quake edition) :^)Andreas Kling
2019-11-06Meta: Move "Notes on WSL" to a separate file in Documentation/Andreas Kling
2019-11-06Kernel: If a process is interrupted during usleep(), return -EINTRAndreas Kling