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-06-03
LibGUI/FileIconProvider: Return s_file_icon when stat() fails
Marcus Nilsson
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUG
Brian Gianforcaro
2021-06-03
LibGUI: Properly wrap multiple lines in IconView search highlighting
Matthew B. Jones
2021-06-03
LibGUI: ComboBox now goes upwards when running out of room to render
Matthew Jones
2021-06-03
LibGUI: ComboBox now correctly sizes height in relation to taskbar
Matthew Jones
2021-06-03
LibGUI: Desktop.h should get actual value from TaskbarWindow.h
Matthew Jones
2021-06-03
LibGUI: Show pressed state for Space and Return key events
Matthew Jones
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-06-02
LibGUI: Tooltip no longer exceeds screen width, now truncates
Matthew Jones
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-06-01
LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()
Itamar
2021-06-01
LibGUI: Check that AutocompleteBox's selection row is valid
Itamar
2021-06-01
LibGUI/TreeView: Select parent on collapse
Jelle Raaijmakers
2021-05-31
LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()
Linus Groh
2021-05-30
LibGUI: Don't scroll TreeView horizontally to bring index into view
Andreas Kling
2021-05-30
LibGUI: Avoid a bunch of virtual calls during TreeView painting
Andreas Kling
2021-05-29
LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigation
Jelle Raaijmakers
2021-05-29
LibGUI: Distribute remaining pixels in BoxLayout to fill the entire area
Mart G
2021-05-29
LibGUI: Make HeaderView act only on the visible sections
Ali Mohammad Pur
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-26
LibGUI: Paint some knurling in the middle of GUI::Splitter
Andreas Kling
2021-05-26
LibGUI: Have GUI::Splitter track all grabbable areas
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-24
LibGUI/AbstractView: Expose `activates_on_selection`
Jelle Raaijmakers
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
2021-05-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
LibGUI: Handle fast_greet stuff in WindowServerConnection constructor
Andreas Kling
2021-05-23
NotificationServer: Remove unnecessary greet() message
Andreas Kling
2021-05-22
TextEditor: Prevent pasting with empty clipboard
Carlos César Neves Enumo
2021-05-22
LibGUI: Make GUI::Variant stringify floats with 2 decimals
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
2021-05-22
LibGUI: Increase width of Autocomplete suggestions box
Itamar
2021-05-21
WindowServer+LibGUI: Add an IPC API to change the current system fonts
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
Clipboard+LibGUI: Remove unnecessary client/server greeting message
Andreas Kling
2021-05-20
WindowServer+LibGUI: Make client/server greeting faster
Andreas Kling
2021-05-20
LibGUI: Don't mark "open" FilePicker as done if the file is not found
Andreas Kling
2021-05-20
LibGUI: Make GUI::FilePicker handle absolute paths better
Andreas Kling
2021-05-20
LibGUI: Tweak API for getting the selected path
Andreas Kling
[next]