summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-09-05LibGUI: Implement basic rubber band selections in ColumnsViewnetworkException
2022-09-05LibGUI: Add granular ColumnView helpers for column and index at eventsnetworkException
2022-09-04LibGUI: Add Widgets before the ResizeCorner by default in StatusbarFrHun
2022-09-03LibGUI: Stop auto repeat timer for Buttons on EnabledChange eventsthankyouverycool
2022-09-01LibGUI: Disable increment/decrement buttons on SpinBox based on valueTimothy Slater
2022-09-01LibGUI: Improve SpinBox usabilityTimothy Slater
2022-08-31LibGUI: Don't accept drag events in AbstractView if it's not editableKarol Kosek
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-31LibGUI: Fix assertion when handling removal of FileSystemModel's rootAdam Jakubek
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
2022-08-26LibGUI: Add visual line mode to VimEditingEngineRobbie Vanbrabant
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25LibGUI: Remember size and position of hidden Windowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-08-18TextEditor: Change cursor when reaching the ruler areaThomas Symalla
2022-08-16LibGUI: Don't let widgets hide tooltips they didn't showDavid Smith
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16LibGUI: Put DragOperation dbgln() behind DRAG_DEBUGthankyouverycool
2022-08-16LibGUI: Retain the active input tracking widget's cursorAndreas Kling
2022-08-15LibGUI: Programatically draw table header sorting arrowsTimothy Flynn
2022-08-14LibGUI: Initially disable the "Apply" button in SettingsWindowAndreas Kling
2022-08-14Base: Launch NotificationServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-08-14LibGUI: Allow GlyphMapWidget to highlight modified glyphsSam Atkins
2022-08-14LibGUI: Avoid too large tooltip when switching to shorter textDavid Smith
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-09LibGUI: Let Desktop:the() manage SystemEffects inside LibGUIthankyouverycool
2022-08-09LibGUI+WindowServer: Add a SystemEffects wrapper and helpersthankyouverycool
2022-08-08LibGUI: Correct cursor index during mouseup_eventMatthew B. Jones
2022-08-05LibGUI: Register "bitmap" GML property for ImageWidgetthankyouverycool
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-05LibGUI: Calculate maximum primary size for Splitter resizeesthankyouverycool
2022-08-04LibGUI: Let Toolbars collapse into an overflow menuthankyouverycool
2022-08-04LibGUI: Let Buttons set their menu popup positionthankyouverycool
2022-08-04LibGUI: Remove button padding on Toolbar constructionthankyouverycool
2022-08-04LibGUI: Remove useless frame members from Toolbarthankyouverycool
2022-08-02WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper responsenetworkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling