summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Move Model::index() out of lineAndreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-13LibC: Some calloc() and realloc() improvements (#3108)Muhammad Zahalqa
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-13LibGUI: Fix ColorPicker custom color offsetLinus Groh
2020-08-13LibGUI: Fix ComboBox desktop intersection rectLinus Groh
2020-08-13LibGUI: Add Desktop::{taskbar,menubar}_height()Linus Groh
2020-08-13LibGfx: use disposal method of previous frame in GIF transparencyPeter Nelson
2020-08-13LibGfx: correctly handle transparency between GIF framesPeter Nelson
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-08-12LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexitBen Wiederhake
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12LibC: Tell compiler about invisible call to _startBen Wiederhake
2020-08-12LibELF: Tell compiler about invisible callsBen Wiederhake
2020-08-12LibCompress: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibC: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibTextCodec: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibPCIDB: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGUI: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibM: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGfx: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake