summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-17LibGUI: Make Window::set_title() take a StringAndreas Kling
2021-04-17LibGUI: Make GUI::Widget::set_tooltip() take a StringAndreas Kling
2021-04-16LibGUI: Allow arbitrary font size in FontPickerJames Triantafylos
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-13LibGUI: Allow GUI::ProgressBar to have min() == max()Andreas Kling
2021-04-11LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProviderAndreas Kling
2021-04-11LibGUI: Add convenient helpers for getting the sibling of a ModelIndexAndreas Kling
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro