summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-07-04LibGUI: Sort FileSystemModel alphabetically internallyAndreas Kling
2020-07-04LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()Andreas Kling
2020-07-04LibGUI: Add SortingProxyModel::sort_role()Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-04LibGUI: Respect per-index font when computing TreeView item rectsAndreas Kling
2020-07-04LibC: Implement cf{g,s}et{i,o}speedAnotherTest
2020-07-03LibWeb: Insert newlines at <br> and block boundaries in copied text :^)Andreas Kling
2020-07-03LibWeb: Add a "select all" action to the Web::PageViewAndreas Kling
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-07-03LibC: Minor style fix for getresuid/getresgidNico Weber
2020-07-03LibJS: Reformat run-tests.sh outputMatthew Olsson
2020-07-03LibJS: Hide interpreter exception debug output behind a flagMatthew Olsson
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson
2020-07-03LibJS: Remove extra colon in run-tests.sh outputMatthew Olsson
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-07-03LibIPC: Don't assert on short writes in IPC::ClientConnectionAndreas Kling
2020-07-03FilePicker: Add folder icon to location boxLinus Groh
2020-07-03FilePicker: Make the location box 2px tallerLinus Groh
2020-07-01LibGUI: Make Application::exec() return instead of calling exit()Andreas Kling
2020-07-01LibWeb: Use the StackingContext tree for hit testingAndreas Kling
2020-07-01LibWeb: StackingContext was sorting the wrong list of childrenAndreas Kling
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-07-01LibGUI: Highlight JS Extends and Super tokensJack Karamanian
2020-07-01LibGUI: Do not recurse into rows with invalid indicesAnotherTest
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-07-01LibJS: Add Proxy [[Call]] and [[Construct]] testsMatthew Olsson
2020-07-01LibJS: Implement Proxy [[Call]] and [[Construct]] trapsMatthew Olsson
2020-06-30LibJS: Skip some Math object tests that fail on SerenityAndreas Kling
2020-06-30Terminal: Bump the default ScrollLength to 4Andreas Kling
2020-06-30LibVT/Terminal: add a scroll length to the TerminalWidgetBenoît Lormeau
2020-06-30LibLine: Correctly display suggestions on multiline promptsAnotherTest
2020-06-30LibGUI: Update FilePicker location textbox when changing directoryLinus Groh
2020-06-30LibGUI: Only show FilePicker preview pane on demandLinus Groh
2020-06-30LibGUI: Tweak FilePicker layout to remove bottom paddingLinus Groh
2020-06-29LibGUI: Add TextEditor::set_icon()Andreas Kling
2020-06-29LibJS: Initial class implementation; allow super expressions in objectJack Karamanian
2020-06-29LibJS: Add Object::define_accessor()Jack Karamanian
2020-06-29LibJS: Define the "constructor" property on ScriptFunction's prototypeJack Karamanian
2020-06-29LibGUI: SpinBox: update the displayed value when set_range() clamps itBenoît Lormeau
2020-06-29LibKeyboard: Don't crash when file is emptyMaciej Zygmanowski
2020-06-29LibWeb: Clamp text fragment selection to the fragmentAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-29LibWeb: Improve hit testing on the right of line boxesAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-29LibWeb: Paint the text selection :^)Andreas Kling