summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-07-18LibGUI: Pass path to FileSystemModel when creating FilePickerMarcus Nilsson
2021-07-15VimEditingEngine: Add support for repeats of JMatthew Hall
2021-07-15VimEditingEngine: Add support for repeats of p and PMatthew Hall
2021-07-15VimEditingEngine: Allow repeats for dd, yy and xMatthew Hall
2021-07-15VimEditingEngine: Add P command to put before cursorMatthew Hall
2021-07-15VimEditingEngine: Add J command to join two linesMatthew Hall
2021-07-15VimEditingEngine: Operate on real lines rather than wrapped onesMatthew Hall
2021-07-14Base+LibGUI: Add icon to the Rename actionjakubiakdev
2021-07-13LibGUI: Handle KeyDown when checking for Key_Escape in Dialog tooLuK1337
2021-07-13LibGUI: Don't clear textbox on save mode in FilePickerKarol Kosek
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
2021-07-12LibGUI: Ignore drop events by defaultKarol Kosek
2021-07-12LibGUI: Use wrapped text rect for paint invalidationLuK1337
2021-07-12LibGUI: Redraw widgets when default font changesLuK1337
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
2021-07-11TableView: Do not select input on keydownJelle Raaijmakers
2021-07-10LibGUI: Only repaint the affected indices on AbstractView item hoverAndreas Kling
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-07-10LibGUI: Add AbstractView::editing_rect() to allow custom editing rectsAndreas Kling
2021-07-10LibGUI: Convert TextEditor to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-07-10LibGUI: Rename "to_gmousebutton" => "to_mouse_button"networkException
2021-07-10LibGUI: Only repaint grabbable part of Splitter when hovered/unhoveredAndreas Kling
2021-07-09LibGUI: Remove left margin on MessageBox text when icon is unsetLuK1337
2021-07-09LibGUI: Handle TTF size selection changes in font picker properlyLuK1337
2021-07-09LibGUI: Verify m_window_id is not-zero in set_maximizedAziz Berkay Yesilyurt
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur
2021-07-09Userland: Add ability to screenshot rectangular region in `shot` (#8515)Aziz Berkay Yesilyurt
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-08Everywhere: Use the correct literal suffixesDaniel Bertalan
2021-07-07LibGUI: Don't repaint disabled scrollbars when mousing over themAndreas Kling
2021-07-07LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer moreAndreas Kling
2021-07-07LibGUI: Fix some clang-tidy warnings in Window.cppAndreas Kling
2021-07-07LibGUI: Remove spammy debug message from ColumnsViewAndreas Kling
2021-07-07LibGUI: Use east const style in InputBox.{cpp,h}networkException
2021-07-07LibGUI: Allow InputBox to show placeholdernetworkException
2021-07-07LibGUI: Draw the placeholder of a TextEditor also when it is focusednetworkException
2021-07-07LibGUI: Make Widget ignore paint events that don't intersect itAndreas Kling
2021-07-06LibGUI: Fix `go_upwards_instead` check in ComboBoxLuK1337
2021-07-05LibGUI: Don't fire visibility-tracking timers in non-visible widgetsAndreas Kling
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-04LibGUI: Make tooltip height line count awareLuK1337
2021-07-03LibGUI/TextEditor: Set cut and copy actions to disabled on initMarcus Nilsson
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins
2021-07-01LibGUI: Add search/removal methods to BreadcrumbbarSam Atkins