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-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-06
LibGUI: Don't delete within a line if the line is empty
dylanbobb
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
TreeView: Don't try to move cursor with invalid index
Marcus Nilsson
2021-06-05
LibGUI: Fix off-by-one error in Lexer tokens
Max Wipfli
2021-06-05
LibGUI: Use CharacterTypes.h and constexpr functions in {INI,GML}Lexer
Max Wipfli
2021-06-05
LibGUI: Use east const style in {INI,GML}Lexer.{cpp,h}
Max Wipfli
2021-06-05
LibGUI: Fix off-by-one error in rendering of highlighted text
Max Wipfli
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
[prev]
[next]