index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-07-04
LibGUI: Sort FileSystemModel alphabetically internally
Andreas Kling
2020-07-04
LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()
Andreas Kling
2020-07-04
LibGUI: Add SortingProxyModel::sort_role()
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-04
LibGUI: Respect per-index font when computing TreeView item rects
Andreas Kling
2020-07-04
LibC: Implement cf{g,s}et{i,o}speed
AnotherTest
2020-07-03
LibWeb: Insert newlines at <br> and block boundaries in copied text :^)
Andreas Kling
2020-07-03
LibWeb: Add a "select all" action to the Web::PageView
Andreas Kling
2020-07-03
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
Andreas Kling
2020-07-03
LibWeb: Implement basic text copying :^)
Andreas Kling
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-07-03
LibJS: Reformat run-tests.sh output
Matthew Olsson
2020-07-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
2020-07-03
LibJS: Remove extra colon in run-tests.sh output
Matthew Olsson
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-07-03
LibIPC: Don't assert on short writes in IPC::ClientConnection
Andreas Kling
2020-07-03
FilePicker: Add folder icon to location box
Linus Groh
2020-07-03
FilePicker: Make the location box 2px taller
Linus Groh
2020-07-01
LibGUI: Make Application::exec() return instead of calling exit()
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-07-01
LibWeb: StackingContext was sorting the wrong list of children
Andreas Kling
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
LibGUI: Highlight JS Extends and Super tokens
Jack Karamanian
2020-07-01
LibGUI: Do not recurse into rows with invalid indices
AnotherTest
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-07-01
LibJS: Add Proxy [[Call]] and [[Construct]] tests
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-30
LibJS: Skip some Math object tests that fail on Serenity
Andreas Kling
2020-06-30
Terminal: Bump the default ScrollLength to 4
Andreas Kling
2020-06-30
LibVT/Terminal: add a scroll length to the TerminalWidget
Benoît Lormeau
2020-06-30
LibLine: Correctly display suggestions on multiline prompts
AnotherTest
2020-06-30
LibGUI: Update FilePicker location textbox when changing directory
Linus Groh
2020-06-30
LibGUI: Only show FilePicker preview pane on demand
Linus Groh
2020-06-30
LibGUI: Tweak FilePicker layout to remove bottom padding
Linus Groh
2020-06-29
LibGUI: Add TextEditor::set_icon()
Andreas Kling
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-29
LibJS: Add Object::define_accessor()
Jack Karamanian
2020-06-29
LibJS: Define the "constructor" property on ScriptFunction's prototype
Jack Karamanian
2020-06-29
LibGUI: SpinBox: update the displayed value when set_range() clamps it
Benoît Lormeau
2020-06-29
LibKeyboard: Don't crash when file is empty
Maciej Zygmanowski
2020-06-29
LibWeb: Clamp text fragment selection to the fragment
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-29
LibWeb: Paint the text selection :^)
Andreas Kling
[next]