summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-16LibC: Added some missing directory type constantsBrandon Scott
2019-11-16LibC: Added additional fields to lconv structBrandon Scott
2019-11-16LibPthread: Implement a basic first pthread mutexAndreas Kling
2019-11-15Terminal: Add selecting whole line on triple clickRok Povsic
2019-11-15GTextEditor: Allow GTextDocumentSpans to be "skippable"Andreas Kling
2019-11-15GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/RightAndreas Kling
2019-11-15GTextEditor: Alt+Shift+S alphabetically sorts selected linesctfloyd
2019-11-14Kernel+LibPthread: Implement pthread_join()Andreas Kling
2019-11-14LibC: open/openat: Make sure path is not a nullptr before dereferencingTill Mayer
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-11GTreeView: Make it possible to multi-select with the Ctrl modifierAndreas Kling
2019-11-11LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"Andreas Kling
2019-11-11GTreeView: Always repaint in response to did_update_model()Andreas Kling
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11LibCore: Add CConfigFile::open() for opening an arbitrary INI fileAndreas Kling
2019-11-10GToolBar: Make buttons exclusive if action belongs to exclusive groupAndreas Kling
2019-11-10LibC: Add strtok_r() and make strtok() a wrapper around itAndreas Kling
2019-11-10WindowServer: Don't de-maximize windows immediately (#756)masi456
2019-11-10Kernel+LibC: Implement the openat() syscallAndreas Kling
2019-11-10LibC: Implement a very naive mbtowc()Andreas Kling
2019-11-10LibC: iconv.h needs stddef.h for size_tAndreas Kling
2019-11-10Terminal: Clip out the scrollbar when painting the terminal bufferAndreas Kling
2019-11-10GWidget: Fix accidentally ignored set_relative_rect() with empty sizeAndreas Kling
2019-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-11-10LibCore: Rename class Gzip -> CGZipMarcel Schneider
2019-11-10LibCore: Add Content-Encoding handling to CHttpJobMarcel Schneider
2019-11-10LibCore: Add a gzip implementationMarcel Schneider
2019-11-09LibC: Fix wrong syscall identifier for shm_unlink()Andreas Kling
2019-11-09LibC: shm_unlink() was making an unlink() syscall internallyAndreas Kling
2019-11-09LibC: Minor changes to make nasm workPaweł Cholewa
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-09TextEditor: Enable/disable undo & redo buttons based on availability (#740)Rhin
2019-11-09GTableView: Paint with white background when model-lessAndreas Kling
2019-11-09LibGUI: Allow overriding the button size when constructing GToolBarAndreas Kling
2019-11-09LibGUI: Allow construction of vertical GToolBarsAndreas Kling
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-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-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