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-07-10
LibGUI: Only repaint the affected indices on AbstractView item hover
Andreas Kling
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-07-10
LibGUI: Add AbstractView::editing_rect() to allow custom editing rects
Andreas Kling
2021-07-10
LibGUI: Convert TextEditor to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-07-10
LibGUI: Rename "to_gmousebutton" => "to_mouse_button"
networkException
2021-07-10
LibGUI: Only repaint grabbable part of Splitter when hovered/unhovered
Andreas Kling
2021-07-09
LibGUI: Remove left margin on MessageBox text when icon is unset
LuK1337
2021-07-09
LibGUI: Handle TTF size selection changes in font picker properly
LuK1337
2021-07-09
LibGUI: Verify m_window_id is not-zero in set_maximized
Aziz Berkay Yesilyurt
2021-07-09
Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...
Ali Mohammad Pur
2021-07-09
Userland: Add ability to screenshot rectangular region in `shot` (#8515)
Aziz Berkay Yesilyurt
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-08
Everywhere: Use the correct literal suffixes
Daniel Bertalan
2021-07-07
LibGUI: Don't repaint disabled scrollbars when mousing over them
Andreas Kling
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-07-07
LibGUI: Fix some clang-tidy warnings in Window.cpp
Andreas Kling
2021-07-07
LibGUI: Remove spammy debug message from ColumnsView
Andreas Kling
2021-07-07
LibGUI: Use east const style in InputBox.{cpp,h}
networkException
2021-07-07
LibGUI: Allow InputBox to show placeholder
networkException
2021-07-07
LibGUI: Draw the placeholder of a TextEditor also when it is focused
networkException
2021-07-07
LibGUI: Make Widget ignore paint events that don't intersect it
Andreas Kling
2021-07-06
LibGUI: Fix `go_upwards_instead` check in ComboBox
LuK1337
2021-07-05
LibGUI: Don't fire visibility-tracking timers in non-visible widgets
Andreas Kling
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-07-04
LibGUI: Make tooltip height line count aware
LuK1337
2021-07-03
LibGUI/TextEditor: Set cut and copy actions to disabled on init
Marcus Nilsson
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-07-01
LibGUI: Add search/removal methods to Breadcrumbbar
Sam Atkins
2021-07-01
LibGUI: Navigate to parent when FileSystemModel directory is deleted
Sam Atkins
2021-07-01
LibGUI: Add foreground_role and background_role property to GUI::Widget
DoubleNegation
2021-06-30
HeaderView: Fix horizonal section size miscalculation
Olivier De Canniere
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
LibGUI: Add PasswordBox
Max Wipfli
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-30
LibGUI: Fix double-clicking words in syntax-highlighted text
Max Wipfli
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()
Andreas Kling
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-25
LibGUI: Add TextEditor::has_document()
Itamar
2021-06-25
LibGUI: Add alternate shortcut F5 to the "reload" common action
Aatos Majava
2021-06-25
LibGUI: Make Action::shortcut() return const&
Aatos Majava
[next]