summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2021-07-01LibGUI: Navigate to parent when FileSystemModel directory is deletedSam Atkins
2021-07-01LibGUI: Add foreground_role and background_role property to GUI::WidgetDoubleNegation
2021-06-30HeaderView: Fix horizonal section size miscalculationOlivier De Canniere
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30LibGUI: Add PasswordBoxMax Wipfli
2021-06-30LibGUI: Add glyph substitution to TextEditorMax Wipfli
2021-06-30LibGUI: Fix double-clicking words in syntax-highlighted textMax Wipfli
2021-06-29LibGUI: Don't allocate a scope-local MouseEvent on the heapAli Mohammad Pur
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-25LibGUI: Add TextEditor::has_document()Itamar
2021-06-25LibGUI: Add alternate shortcut F5 to the "reload" common actionAatos Majava
2021-06-25LibGUI: Make Action::shortcut() return const&Aatos Majava