summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2022-08-01LibGUI: Allow Tab key to switch focus from non-editable GUI::TextEditorAndreas Kling
2022-08-01LibGUI: Expose GUI::Button's "default" property to GMLAndreas Kling
2022-07-26LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-undergbowser3@gmail.com
2022-07-25LibGUI: Make Checkbox constructor protectedkleines Filmröllchen
2022-07-24LibGUI: Properly handle range selections in ColumnsViewnetworkException
2022-07-24LibGUI: Move range selection calculations into separate functionnetworkException
2022-07-24LibGUI: Alphabetize CMake sourcesnetworkException
2022-07-19LibGUI: Add MoveLineUpOrDownCommandLucas CHOLLET
2022-07-19LibGUI: Remove wrong casts in TextDocument.cppLucas CHOLLET
2022-07-19LibGUI: Add TextDocument::take_line(size_t line_index)Lucas CHOLLET
2022-07-19LibGUI: Add a default virtual destructor to virtual classesLucas CHOLLET
2022-07-19LibGUI: Add VerticalDirection::operator!Lucas CHOLLET
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException