summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-05-06LibGUI: Don't show resize corner in non-resizable window's statusbarAndreas Kling
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo
2021-05-06LibGUI: Clear undo stack when opening a new documentCarlos César Neves Enumo
2021-05-05LibGUI: Add ScrollableContainerWidget :^)Andreas Kling
2021-05-05LibGUI: Allow specifying GUI::Statusbar segment count in GMLTimothy Flynn
2021-05-04LibGUI: Make GUI::Widget ignore wheel events by defaultAndreas Kling
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling
2021-05-03LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()Linus Groh
2021-05-03LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()Linus Groh
2021-05-03WindowServer+LibGUI: Make much of window construction asynchronousAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of menu construction asynchronousAndreas Kling
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
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