summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-13LibGUI: Add support for Ctrl+Delete in TextEditorAndrew January
2021-11-13LibGUI: Change delete key handling from action to keydown_eventAndrew January
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-13LibGUI: Use PNGImageDecoderPlugin for ELF icon extractionAndreas Kling
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::clone()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-11-03LibGUI: Don't ask WindowServer to destroy windows during app teardownAndreas Kling
2021-11-03LibGUI: Add GUI::Application::in_teardown()Andreas Kling
2021-11-03LibGUI: ScrollableContainerWidget GML autocompleteFrHun
2021-11-03LibGUI: AbstractScrollableWidget GML/JSONFrHun
2021-11-03LibGUI: ScrollableContainerWidget respect sizeFrHun
2021-11-03LibGUI: ScrollableContainerWidget consider frameFrHun
2021-11-03LibGUI: Margins for AbstractScrollableWidgetFrHun
2021-11-03LibGUI: ToolbarContainer account for frame widthfrhun
2021-11-03LibGUI: Implement content margins for FrameFrHun
2021-11-03LibGUI: Invalidate GroupBox layout on font changeFrHun
2021-11-03LibGUI: Consider content_margins for BoxLayoutFrHun
2021-11-03LibGUI: Implement content_margins for GroupBoxFrHun
2021-11-03LibGUI: Add content marginsFrHun
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
2021-11-03LibGUI: Add utility functions to MarginsFrHun
2021-11-03LibGUI: Make ComboBox text editor release focus when Escape is pressedkleines Filmröllchen
2021-11-03LibGUI: Make ComboBox report on_change for set_selected_indexkleines Filmröllchen
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-11-02LibGUI: Keep autocomplete open after applying 'layout: 'thislooksfun
2021-11-02LibGUI: Don't re-trigger the autocomplete box when the timer firesthislooksfun
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Add and use TextEditor::hide_autocomplete()thislooksfun
2021-11-02LibGUI: Refactor out common codethislooksfun
2021-11-02LibGUI: Add AutocompleteProvider::has_suggestions()thislooksfun
2021-11-02LibGUI: Add missing #includethislooksfun
2021-11-02LibGUI: Always pre-select the first autocomplete suggestionthislooksfun
2021-11-02LibGUI: Hide autocomplete on any event other than typingthislooksfun
2021-11-02LibGUI: Always show a box when the user requests autocompletethislooksfun
2021-11-02LibGUI: Remove unnecessary bracesthislooksfun
2021-11-02LibGUI: Abstract out even more duplicated logicthislooksfun