summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-05-03Revert "LibGfx: Add directional floating-point scaling to Painter"Andreas Kling
2021-05-03TextEditor: Clear the selection before deleting itPaul Berg
2021-05-03LibGUI: Debounce TextDocument undo stackCarlos César Neves Enumo
2021-05-02LibGfx: Add directional floating-point scaling to PainterMatthew Olsson
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibGUI: Improve a FIXME comment in TextDocumentAndreas Kling
2021-05-01LibGUI: Track modified state in GUI::TextDocumentAndreas Kling
2021-05-01LibGUI: Add getter/setter for GUI::Window modified stateAndreas Kling
2021-04-30LibGUI: Bump up common locations width from 90 to 95Valtteri Koskivuori
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-29LibGUI: Fix issue where buttons with a menu sometimes stayed depressedMart G
2021-04-29Userland: Fix two misaligned copyright headersLinus Groh
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-27VimEditingEngine: allow selection of the endline characterPaul Berg
2021-04-27VimEditingEngine: Handle arrow, Home/End and Page keyssin-ack
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-27LibGUI/Window: Do not reset mouse cursor on show()Jelle Raaijmakers
2021-04-26LibGUI: Make common locations configurableDexesTTP
2021-04-26Calendar: Swap Liza for Marietathankyouverycool
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25LibGUI: Select last word when double clicking at the end of a lineRafał
2021-04-25LibGUI: Implement Vim motion systemsin-ack
2021-04-25VimEditingEngine: Add handling { and } to move between empty linesRok Povsic
2021-04-24LibGUI: Remove some unused cruft from GUI::IconViewAndreas Kling
2021-04-24LibGUI: Prevent a Painter's clip_rect from being outside of its targetMart G
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23LibGUI: Allow bypassing hook when setting SpinBox rangethankyouverycool
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGUI: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)Rafał
2021-04-21LibGUI: Track selection starting index in AbstractView (#6515)iCristalrope
2021-04-21LibGUI: Remove premature return in Window::handle_key_eventjakewestrip
2021-04-20LibGUI: Make statusbar label flat when displaying override_textLeandro Pereira
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-18LibGUI: Add some more status tips to common actionsAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17LibGUI: Add "override text" to GUI::StatusbarAndreas Kling
2021-04-17LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeaveAndreas Kling
2021-04-17LibGUI: Add action enter/leave hooks on GUI::ApplicationAndreas Kling
2021-04-17LibGUI: Add Action* accessors on GUI::ButtonAndreas Kling
2021-04-17LibGUI: Add a "long text" string to GUI::ActionAndreas Kling
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17LibGUI: Make sure we depend on the WindowManager IPC endpointsAndreas Kling