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-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-13
LibGUI: Add support for Ctrl+Delete in TextEditor
Andrew January
2021-11-13
LibGUI: Change delete key handling from action to keydown_event
Andrew January
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
LibGUI: Use PNGImageDecoderPlugin for ELF icon extraction
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-05
LibGfx: Add FlagRole to GUI::Variant
Sam Atkins
2021-11-05
LibGUI: Use default Button and TextBox heights in InputBox
Andreas Kling
2021-11-03
LibGUI: Don't ask WindowServer to destroy windows during app teardown
Andreas Kling
2021-11-03
LibGUI: Add GUI::Application::in_teardown()
Andreas Kling
2021-11-03
LibGUI: ScrollableContainerWidget GML autocomplete
FrHun
2021-11-03
LibGUI: AbstractScrollableWidget GML/JSON
FrHun
2021-11-03
LibGUI: ScrollableContainerWidget respect size
FrHun
2021-11-03
LibGUI: ScrollableContainerWidget consider frame
FrHun
2021-11-03
LibGUI: Margins for AbstractScrollableWidget
FrHun
2021-11-03
LibGUI: ToolbarContainer account for frame width
frhun
2021-11-03
LibGUI: Implement content margins for Frame
FrHun
2021-11-03
LibGUI: Invalidate GroupBox layout on font change
FrHun
2021-11-03
LibGUI: Consider content_margins for BoxLayout
FrHun
2021-11-03
LibGUI: Implement content_margins for GroupBox
FrHun
2021-11-03
LibGUI: Add content margins
FrHun
2021-11-03
LibGUI+FileManager: Clarify Widget margins name
FrHun
2021-11-03
LibGUI+Settings: Remove superfluous margin sets
FrHun
2021-11-03
LibGUI: Add utility functions to Margins
FrHun
2021-11-03
LibGUI: Make ComboBox text editor release focus when Escape is pressed
kleines Filmröllchen
2021-11-03
LibGUI: Make ComboBox report on_change for set_selected_index
kleines Filmröllchen
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-11-02
LibGUI: Keep autocomplete open after applying 'layout: '
thislooksfun
2021-11-02
LibGUI: Don't re-trigger the autocomplete box when the timer fires
thislooksfun
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
LibGUI: Add and use TextEditor::hide_autocomplete()
thislooksfun
2021-11-02
LibGUI: Refactor out common code
thislooksfun
2021-11-02
LibGUI: Add AutocompleteProvider::has_suggestions()
thislooksfun
2021-11-02
LibGUI: Add missing #include
thislooksfun
2021-11-02
LibGUI: Always pre-select the first autocomplete suggestion
thislooksfun
2021-11-02
LibGUI: Hide autocomplete on any event other than typing
thislooksfun
2021-11-02
LibGUI: Always show a box when the user requests autocomplete
thislooksfun
2021-11-02
LibGUI: Remove unnecessary braces
thislooksfun
2021-11-02
LibGUI: Abstract out even more duplicated logic
thislooksfun
[next]