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-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Enable switching FilePicker into columns view mode :^)
Andreas Kling
2020-08-16
LibGUI: Enable using a ColumnsView inside MultiView :^)
Andreas Kling
2020-08-16
LibGUI: Resort SortingProxyModel when source invalidates if possible
Andreas Kling
2020-08-16
LibGUI: Maintain selections across SortingProxyModel resorts
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
LibGUI: Make SortingProxyModel support hierarchical models
Andreas Kling
2020-08-16
LibGUI: Virtualize SortingProxyModel comparator
Andreas Kling
2020-08-16
LibCrypto: Fix MB => MiB build issue
Andreas Kling
2020-08-16
LibGUI: Don't center dialog within parent if window is not visible
Linus Groh
2020-08-16
LibCrypto: Move large functions to cpp file
Ben Wiederhake
2020-08-16
LibCrypto: Fix random generation and primality tests
Ben Wiederhake
2020-08-16
LibCrypto: Document word order (endianness) of bigint
Ben Wiederhake
2020-08-16
LibCrypto: Fix random number generation
Ben Wiederhake
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-08-15
Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.
asynts
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click
Nico Weber
2020-08-15
LibGUI: Remove reference captures of stack variables in ProcessChooser
Nico Weber
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
LibDebug: Fix DebugSession teardown
Itamar
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
LibDebug: Assert that we can read the executable of the debugee
Itamar
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
LibGUI: Add a timer in ProcessChooser to get processes for every 1000ms
Uma Sankar
2020-08-15
LibC: bsearch fix for large arrays (#3138)
Muhammad Zahalqa
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-15
LibGUI: When focusing a TextEditor via keyboard, select all contents
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-15
LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widget
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-15
LibWeb: Pass non-accepted keydown events to PageView's base class
Andreas Kling
2020-08-15
LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()
Andreas Kling
2020-08-14
LibThread: Lockable - add forwarding constructor
Muhammad Zahalqa
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-08-14
LibJS: Assert that there's no exception on entry in Interpreter::call()
Andreas Kling
2020-08-14
LibGUI: Make ModelSelection non-copyable and non-movable
Andreas Kling
2020-08-14
LibWeb: Don't paint a text cursor in unfocused frames
Andreas Kling
2020-08-14
LibWeb: Send keydown events to the focused frame
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-14
LibJS: Add missing reserved words to Token::is_identifier_name()
Linus Groh
2020-08-14
LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuApplet
Linus Groh
2020-08-14
LibGUI: Add Window::window_type()
Linus Groh
2020-08-13
LibGUI: Add ModelIndex::model()
Andreas Kling
2020-08-13
LibGUI: Remove unused bool SortingProxyModel::m_sorting
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
[next]