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-12-20
LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons
Andreas Kling
2021-12-19
LibGUI: Adjust focus rect for Buttons with icons
PerikiyoXD
2021-12-17
LibGUI: Add ErrorOr wrapper for default icon creation
Astraeus-
2021-12-09
LibGUI: Add EngineType to EditingEngine classes
scwfri
2021-12-05
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-02
LibGUI: Make FilteringProxyModel reference-count its parent model
Martin Blicha
2021-12-01
LibGUI: Allow double clicking on tabwidgets
Erik Biederstadt
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Add fallible variants of the GUI::Layout add/insert APIs
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
2021-11-27
LibGUI: Add a cancel button callback to settings window tabs
kleines Filmröllchen
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_submenu()
Andreas Kling
2021-11-24
LibGUI: Make FilteringProxyModel factory function return ErrorOr
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_action() and try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_action()
Andreas Kling
2021-11-24
LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_set_main_widget<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Widget::try_set_layout<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menubar::try_add_menu()
Andreas Kling
2021-11-24
LibGUI: Reverse FilteringProxyModel update propagation flow
Vyacheslav Pukhanov
2021-11-23
LibGUI: Support applying AutocompleteBox suggestions with mouse
Federico Guerinoni
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-22
LibGUI: Let Application constructor accept in Main::Arguments
Mustafa Quraish
2021-11-21
LibGUI: Use ErrorOr<T> in the file system thumbnail generator
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-21
LibGUI: Make clipboard bitmap parsing more robust
Ben Wiederhake
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibGUI: Avoid access to Clipboard server, clipboard text is never empty
Ben Wiederhake
2021-11-21
LibGUI: Make paste access to Clipboard atomic
Ben Wiederhake
2021-11-21
LibGUI: Make clipboard-as-bitmap parsing less data-race-y
Ben Wiederhake
2021-11-20
LibGUI: Add SettingsWindow class
Sam Atkins
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
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
[next]