summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas Kling
2021-05-08LibGUI: Clear GUI::TextEditor selection before performing undo/redoAndreas Kling
2021-05-08LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditorAndreas Kling
2021-05-08LibGUI: Show command name in GUI::TextEditor undo/redo action textAndreas Kling
2021-05-08LibGUI: Add UndoStack::{undo,redo}_action_text()Andreas Kling
2021-05-08LibGUI: Make Command::action_text() virtualAndreas Kling
2021-05-08LibGUI: Make Action::set_text() update any associated menu itemsAndreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's RemoveTextCommandAndreas Kling
2021-05-08LibGUI: Implement merging of TextDocument's InsertTextCommandAndreas Kling
2021-05-08LibGUI: Support merging of adjacent commands on the UndoStackAndreas Kling
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling
2021-05-08LibGUI: Don't fire TextDocument change notification after each commandAndreas Kling
2021-05-08LibGUI: Add missing <AK/Function.h> includeMaciej Zygmanowski
2021-05-08LibGUI+TextEditor: Make TextDocument modified state track undo stackAndreas Kling
2021-05-08LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditorAndreas Kling
2021-05-08LibGUI: Add UndoStack::on_state_change hookAndreas Kling
2021-05-08LibGUI: Reverse internal direction of GUI::UndoStackAndreas Kling
2021-05-08Revert "LibGUI: Fix undo stack reporting wrong modified state"Andreas Kling
2021-05-08LibGUI: Fix undo stack reporting wrong modified stateCarlos César Neves Enumo
2021-05-08Profiler: Fix scrolling behaviorGunnar Beutner
2021-05-08LibGUI: Rename UndoStack internalsAndreas Kling
2021-05-07LibGUI: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-06LibGUI: Remove line-is-empty check in TextDocument return-earlyMax Wipfli
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