summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Enable switching FilePicker into columns view mode :^)Andreas Kling
2020-08-16LibGUI: Enable using a ColumnsView inside MultiView :^)Andreas Kling
2020-08-16LibGUI: Resort SortingProxyModel when source invalidates if possibleAndreas Kling
2020-08-16LibGUI: Maintain selections across SortingProxyModel resortsAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16LibGUI: Make SortingProxyModel support hierarchical modelsAndreas Kling
2020-08-16LibGUI: Virtualize SortingProxyModel comparatorAndreas Kling
2020-08-16LibCrypto: Fix MB => MiB build issueAndreas Kling
2020-08-16LibGUI: Don't center dialog within parent if window is not visibleLinus Groh
2020-08-16LibCrypto: Move large functions to cpp fileBen Wiederhake
2020-08-16LibCrypto: Fix random generation and primality testsBen Wiederhake
2020-08-16LibCrypto: Document word order (endianness) of bigintBen Wiederhake
2020-08-16LibCrypto: Fix random number generationBen Wiederhake
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-16AK: HashTable add a constructor that allows preallocation of capacity + Use i...Muhammad Zahalqa
2020-08-15Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.asynts
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" clickNico Weber
2020-08-15LibGUI: Remove reference captures of stack variables in ProcessChooserNico Weber
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15LibDebug: Fix DebugSession teardownItamar
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-15LibGUI: Add a timer in ProcessChooser to get processes for every 1000msUma Sankar
2020-08-15LibC: bsearch fix for large arrays (#3138)Muhammad Zahalqa
2020-08-15LibWeb: Only paint focus outline when browser window has focusAndreas Kling
2020-08-15LibGUI: When focusing a TextEditor via keyboard, select all contentsAndreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-15LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widgetAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Pass non-accepted keydown events to PageView's base classAndreas Kling
2020-08-15LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()Andreas Kling
2020-08-14LibThread: Lockable - add forwarding constructorMuhammad Zahalqa
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-14LibJS: Assert that there's no exception on entry in Interpreter::call()Andreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-14LibWeb: Don't paint a text cursor in unfocused framesAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-14LibJS: Add missing reserved words to Token::is_identifier_name()Linus Groh
2020-08-14LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuAppletLinus Groh
2020-08-14LibGUI: Add Window::window_type()Linus Groh
2020-08-13LibGUI: Add ModelIndex::model()Andreas Kling
2020-08-13LibGUI: Remove unused bool SortingProxyModel::m_sortingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling