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
2023-05-24
Everywhere: Use MonotonicTime instead of Duration
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-23
LibGUI: Adjust size and layout of InputBox
thankyouverycool
2023-05-21
Clipboard: Avoid unnecessary IPC::Dictionary wrapper
Ben Wiederhake
2023-05-19
LibIPC: Explicitly mark HashMap copy, offer move interface
Ben Wiederhake
2023-05-19
LibGUI: Set Open/Save button as default in FilePicker
thankyouverycool
2023-05-16
LibGUI: Actually set the first allowed file extension list in FilePicker
Karol Kosek
2023-05-15
LibGUI: Fix bad title alignment in GroupBox
Andreas Kling
2023-05-15
LibGUI: Put a governor on Action activation
thankyouverycool
2023-05-15
LibGUI+FileSystemAccessServer: Avoid using dummy windows
thankyouverycool
2023-05-15
LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt out
thankyouverycool
2023-05-15
LibGUI: Add Window::constrain_to_desktop() helper
thankyouverycool
2023-05-15
LibGUI+Userland: Store column names in JsonArrayModel as String
Karol Kosek
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-05-15
LibGUI: Increase the min width of the vertical opacity slider
MacDue
2023-05-15
LibGUI: Ensure final stop of the opacity slider gradient has 255 alpha
MacDue
2023-05-13
LibGUI: Use ColorRole::DisabledText when AbstractView is disabled
thankyouverycool
2023-05-13
LibGUI: Allow setting and clearing text in SpinBox
thankyouverycool
2023-05-13
LibGUI+Applications: Let GlyphMapWidget initialize a null Font
thankyouverycool
2023-05-13
LibGUI: Add fallible factories to ItemListModel
thankyouverycool
2023-05-13
LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidget
thankyouverycool
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-08
LibGUI: Use cursor position when calculating autoscroll delta
Ahmed Hussein
2023-05-07
LibGUI: Always paint vertical lines for Frames in unmaximized windows
thankyouverycool
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-06
LibGUI: Guard us from trying to slice an empty Arguments::strings
Kenneth Myhra
2023-05-06
LibGUI: Use linear gradient to paint opacity sliders
MacDue
2023-05-06
LibGUI: Fix ColorSlider crash when the selected hue is 360
MacDue
2023-05-05
LibGUI: Fix crash on deleting word forward
Xuekun Li
2023-05-05
LibGUI: Fix stuck on deleting word backward
Xuekun Li
2023-05-05
LibGUI: Make `Clipboard::initialize` propagate errors
Lucas CHOLLET
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
LibGUI: Fix crash when not using a custom font in `GlyphMapWidget`
Caoimhe
2023-05-05
LibGfx: Add first_animated_frame_index method to ImageDecoder
Tom
2023-05-03
AK: Have `JsonArray::set()` change values instead of inserting values
Kemal Zebari
2023-05-02
LibGUI: Only clear `TreeView::m_view_metadata` when required
Caoimhe
2023-05-01
Userland+Base: Treat ".webp" files as images :^)
Andreas Kling
2023-04-30
LibGUI: Use Variant's built-in equality operator in Window and Widget
Andreas Kling
2023-04-30
HackStudio: Move around execution order and prevent crashing
iyush
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-30
LibGUI: Don't fix ImageWidget's size when disabling auto_resize()
thankyouverycool
2023-04-30
LibGUI: Propagate construction errors in LinkLabel
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-28
AK+Everywhere: Disallow Error::from_string_view(FooString)
Ali Mohammad Pur
2023-04-25
Userland: Remove "Inspector" program and related utilities
Andreas Kling
2023-04-24
LibGUI: Convert `JsonArrayModel` to use `Core::File`
Cameron Youell
[next]