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-18
LibGUI: Pass path to FileSystemModel when creating FilePicker
Marcus Nilsson
2021-07-15
VimEditingEngine: Add support for repeats of J
Matthew Hall
2021-07-15
VimEditingEngine: Add support for repeats of p and P
Matthew Hall
2021-07-15
VimEditingEngine: Allow repeats for dd, yy and x
Matthew Hall
2021-07-15
VimEditingEngine: Add P command to put before cursor
Matthew Hall
2021-07-15
VimEditingEngine: Add J command to join two lines
Matthew Hall
2021-07-15
VimEditingEngine: Operate on real lines rather than wrapped ones
Matthew Hall
2021-07-14
Base+LibGUI: Add icon to the Rename action
jakubiakdev
2021-07-13
LibGUI: Handle KeyDown when checking for Key_Escape in Dialog too
LuK1337
2021-07-13
LibGUI: Don't clear textbox on save mode in FilePicker
Karol Kosek
2021-07-13
LibGUI: Add Rename action
Karol Kosek
2021-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-07-12
LibGUI: Ignore drop events by default
Karol Kosek
2021-07-12
LibGUI: Use wrapped text rect for paint invalidation
LuK1337
2021-07-12
LibGUI: Redraw widgets when default font changes
LuK1337
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-11
TableView: Do not select input on keydown
Jelle Raaijmakers
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
[next]