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-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
2021-05-01
LibGUI: Add getter/setter for GUI::Window modified state
Andreas Kling
2021-04-30
LibGUI: Bump up common locations width from 90 to 95
Valtteri Koskivuori
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Userland: Fix new GCC warnings
Gunnar Beutner
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-29
Userland: Fix two misaligned copyright headers
Linus Groh
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-27
VimEditingEngine: allow selection of the endline character
Paul Berg
2021-04-27
VimEditingEngine: Handle arrow, Home/End and Page keys
sin-ack
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
2021-04-27
LibGUI/Window: Do not reset mouse cursor on show()
Jelle Raaijmakers
2021-04-26
LibGUI: Make common locations configurable
DexesTTP
2021-04-26
Calendar: Swap Liza for Marieta
thankyouverycool
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
LibGUI: Select last word when double clicking at the end of a line
Rafał
2021-04-25
LibGUI: Implement Vim motion system
sin-ack
2021-04-25
VimEditingEngine: Add handling { and } to move between empty lines
Rok Povsic
2021-04-24
LibGUI: Remove some unused cruft from GUI::IconView
Andreas Kling
2021-04-24
LibGUI: Prevent a Painter's clip_rect from being outside of its target
Mart G
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibGUI: Allow bypassing hook when setting SpinBox range
thankyouverycool
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
[next]