index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2021-05-09
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
Andreas Kling
2021-05-08
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
Andreas Kling
2021-05-08
LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor
Andreas Kling
2021-05-08
LibGUI: Show command name in GUI::TextEditor undo/redo action text
Andreas Kling
2021-05-08
LibGUI: Add UndoStack::{undo,redo}_action_text()
Andreas Kling
2021-05-08
LibGUI: Make Command::action_text() virtual
Andreas Kling
2021-05-08
LibGUI: Make Action::set_text() update any associated menu items
Andreas Kling
2021-05-08
LibGUI: Remove UndoStack's automatic command combo'ing
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's RemoveTextCommand
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's InsertTextCommand
Andreas Kling
2021-05-08
LibGUI: Support merging of adjacent commands on the UndoStack
Andreas Kling
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-05-08
LibGUI: Don't fire TextDocument change notification after each command
Andreas Kling
2021-05-08
LibGUI: Add missing <AK/Function.h> include
Maciej Zygmanowski
2021-05-08
LibGUI+TextEditor: Make TextDocument modified state track undo stack
Andreas Kling
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-08
LibGUI: Add UndoStack::on_state_change hook
Andreas Kling
2021-05-08
LibGUI: Reverse internal direction of GUI::UndoStack
Andreas Kling
2021-05-08
Revert "LibGUI: Fix undo stack reporting wrong modified state"
Andreas Kling
2021-05-08
LibGUI: Fix undo stack reporting wrong modified state
Carlos César Neves Enumo
2021-05-08
Profiler: Fix scrolling behavior
Gunnar Beutner
2021-05-08
LibGUI: Rename UndoStack internals
Andreas Kling
2021-05-07
LibGUI: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-06
LibGUI: Remove line-is-empty check in TextDocument return-early
Max Wipfli
2021-05-06
LibGUI: Don't show resize corner in non-resizable window's statusbar
Andreas Kling
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
2021-05-06
LibGUI: Clear undo stack when opening a new document
Carlos César Neves Enumo
2021-05-05
LibGUI: Add ScrollableContainerWidget :^)
Andreas Kling
2021-05-05
LibGUI: Allow specifying GUI::Statusbar segment count in GML
Timothy Flynn
2021-05-04
LibGUI: Make GUI::Widget ignore wheel events by default
Andreas Kling
2021-05-04
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
Andreas Kling
2021-05-03
LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()
Linus Groh
2021-05-03
LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()
Linus Groh
2021-05-03
WindowServer+LibGUI: Make much of window construction asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of menu construction asynchronous
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
2021-05-03
TextEditor: Clear the selection before deleting it
Paul Berg
2021-05-03
LibGUI: Debounce TextDocument undo stack
Carlos César Neves Enumo
2021-05-02
LibGfx: Add directional floating-point scaling to Painter
Matthew Olsson
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibGUI: Improve a FIXME comment in TextDocument
Andreas Kling
2021-05-01
LibGUI: Track modified state in GUI::TextDocument
Andreas Kling
[next]