summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-09-20LibJS: Don't allocate property table during GC marking phaseAndreas Kling
2020-09-20LibJS: Remove unused argument in NativeFunction constructorAndreas Kling
2020-09-20LibGUI: Fix row_rect(int) calculation in AbstractTableViewItamar
2020-09-19LibGfx: Move vertically centered text down slightly based on baselineAndreas Kling
2020-09-19LibGfx: Add a helper to check if a TextAlignment is vertically centeredAndreas Kling
2020-09-19LibGfx+FontEditor+Base: Add "baseline" value to all fontsAndreas Kling
2020-09-19LibGUI: Increase slider acceleration with Ctrl (#3499)Jakob-Niklas See
2020-09-19LibJS: Handle getter exception in JSONObject::serialize_json_property()Linus Groh
2020-09-19LibJS: Do not revisit already visited values in update_function_name()AnotherTest
2020-09-18LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)Andreas Kling
2020-09-18LibGUI: Unbreak FileSystemModel::index(path) after virtual root changesAndreas Kling
2020-09-18iLibGUI+Base: Show inaccessible directories with special icon in viewsAndreas Kling
2020-09-18LibGUI: FileSystemModel should provide full paths to FileIconProviderAndreas Kling
2020-09-18LibGUI: StackWidget should not steal focus when switching active childAndreas Kling
2020-09-18LibJS: Simplify toEval() implementationLinus Groh
2020-09-18LibJS: Add FIXMEs for parsing increment operators with function LHS/RHSLinus Groh
2020-09-18LibJS: Mark more ASTNode classes as `final`Linus Groh
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17LibC: Convert SO_ constants to enumNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-17LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)Uma Sankar
2020-09-17LibGUI: Respect the previously selected sort order in HeaderView (#3522)Uma Sankar
2020-09-17LibIPC: Check if socket is still open before using socket descriptorTom
2020-09-17LibGUI: Don't recalcuate color from hue if it was not set by huePeter Elliott
2020-09-17LibGUI: Don't allow 4 character html color codes in GUI::ColorPickerPeter Elliott
2020-09-16LibGUI: Use FileIconProvider in the FilePicker dialogAndreas Kling
2020-09-16LibGUI+Base: Add a hard-disk icon and use it for the path "/"Andreas Kling
2020-09-16LibGUI: Allow FileSystemModel to be rooted one level above "/"Andreas Kling
2020-09-16LibCore: Add missing .characters() for String::format.asynts
2020-09-16LibCore: Add find_executable_in_path.asynts
2020-09-16LibIPC: Disable Notifier before closing socketTom
2020-09-16LibCore: Add Notifier::closeTom
2020-09-16LibGUI: Double-clicking on a TreeView item should set cursorAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15LibDiff: Add library for working with diffsItamar
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-15LibCore: Add command() utility functionsItamar
2020-09-15LibGUI: Fix to ComboBox fields activationpkotzbach
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-15LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-wordNico Weber
2020-09-15LibVT: Use xterm modifier scheme for tilde keys tooNico Weber
2020-09-15LibLine: Support Alt + Arrow left/rightNico Weber
2020-09-15LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keysNico Weber
2020-09-15LibLine: Parse CSI parameters and immediatesNico Weber
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-14LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)pkotzbach
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-09-14LibGUI: Add registration for GUI::TabWidgetAndreas Kling