summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-03-22LibGUI: Resolve use-after-free errorLucas CHOLLET
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>implicitfield
2023-03-19LibGUI: Update progress of thumbnail generations on failureLucas CHOLLET
2023-03-19LibThreading: Execute `on_error` on the original `EventLoop`Lucas CHOLLET
2023-03-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek
2023-03-16LibGUI: Store Tab titles using the new string classKarol Kosek
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-16LibCore: Add new REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibGUI: Store correct address in TreeViewModel's ModelIndicesTim Ledbetter
2023-03-16LibGUI: Don't invoke non-visible shortcutsTim Ledbetter
2023-03-15LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributesSam Atkins
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-15LibGUI: Do not attempt to close non-existent notificationsimplicitfield
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibGUI: Make thumbnail generation resilient between FileSystemModelskleines Filmröllchen
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibGUI: Use the global setting to show dotfiles in `FilePicker`Lucas CHOLLET
2023-03-09LibGUI: Add "New Directory" to the contextual menu in `FilePicker`Lucas CHOLLET
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05LibGUI: Paint emoji using text in the EmojiInputDialogTimothy Flynn
2023-03-05LibGUI: Fix typo in the name of the EmojiCategory structTimothy Flynn
2023-03-05LibGUI: Allow overriding toolbar button tooltipsTimothy Flynn
2023-03-04LibGUI: Make Button height adapt to the current font sizeAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() in more placesAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-04LibGUI: Paint the GroupBox title with left alignmentAndreas Kling
2023-03-03LibGUI: Compute syntax-highlighted visual text spans using float rectsTimothy Flynn
2023-03-03LibGUI: Add folding regions to INI syntax highlighterSam Atkins
2023-03-03LibGUI: Make CheckBox height adapt to the current font sizeAndreas Kling
2023-03-03LibGUI: Make RadioButton height adapt to the current font sizeAndreas Kling
2023-03-03LibGUI: Round up font sizes in various widget size calculationsAndreas Kling
2023-03-03LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialogAndreas Kling
2023-03-01LibGUI: Give SeparatorWidget a minimum sizeSam Atkins
2023-02-28LibGUI: Add a simple "recently open files" featureAndreas Kling
2023-02-28LibGUI: Assign folding regions for GML filesSam Atkins
2023-02-28LibSyntax+LibGUI: Let syntax highlighters assign folding regionsSam Atkins
2023-02-28LibGUI: Support folding regions in TextEditorSam Atkins
2023-02-28LibGUI: Add folding regions to TextDocumentSam Atkins
2023-02-28LibGUI: Add TextRange::line_count()Sam Atkins