summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-05-21Clipboard: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-19LibIPC: Explicitly mark HashMap copy, offer move interfaceBen Wiederhake
2023-05-19LibGUI: Set Open/Save button as default in FilePickerthankyouverycool
2023-05-16LibGUI: Actually set the first allowed file extension list in FilePickerKarol Kosek
2023-05-15LibGUI: Fix bad title alignment in GroupBoxAndreas Kling
2023-05-15LibGUI: Put a governor on Action activationthankyouverycool
2023-05-15LibGUI+FileSystemAccessServer: Avoid using dummy windowsthankyouverycool
2023-05-15LibGUI: Simplify Dialog::ScreenPosition and allow Dialogs to opt outthankyouverycool
2023-05-15LibGUI: Add Window::constrain_to_desktop() helperthankyouverycool
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-15LibGUI: Increase the min width of the vertical opacity sliderMacDue
2023-05-15LibGUI: Ensure final stop of the opacity slider gradient has 255 alphaMacDue
2023-05-13LibGUI: Use ColorRole::DisabledText when AbstractView is disabledthankyouverycool
2023-05-13LibGUI: Allow setting and clearing text in SpinBoxthankyouverycool
2023-05-13LibGUI+Applications: Let GlyphMapWidget initialize a null Fontthankyouverycool
2023-05-13LibGUI: Add fallible factories to ItemListModelthankyouverycool
2023-05-13LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidgetthankyouverycool
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-08Applets/ClipboardHistory: Add persistent storageLucas CHOLLET
2023-05-08LibGUI: Use cursor position when calculating autoscroll deltaAhmed Hussein
2023-05-07LibGUI: Always paint vertical lines for Frames in unmaximized windowsthankyouverycool
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-05-06LibGUI: Guard us from trying to slice an empty Arguments::stringsKenneth Myhra
2023-05-06LibGUI: Use linear gradient to paint opacity slidersMacDue
2023-05-06LibGUI: Fix ColorSlider crash when the selected hue is 360MacDue
2023-05-05LibGUI: Fix crash on deleting word forwardXuekun Li
2023-05-05LibGUI: Fix stuck on deleting word backwardXuekun Li
2023-05-05LibGUI: Make `Clipboard::initialize` propagate errorsLucas CHOLLET
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05LibGUI: Fix crash when not using a custom font in `GlyphMapWidget`Caoimhe
2023-05-05LibGfx: Add first_animated_frame_index method to ImageDecoderTom
2023-05-03AK: Have `JsonArray::set()` change values instead of inserting valuesKemal Zebari
2023-05-02LibGUI: Only clear `TreeView::m_view_metadata` when requiredCaoimhe
2023-05-01Userland+Base: Treat ".webp" files as images :^)Andreas Kling
2023-04-30LibGUI: Use Variant's built-in equality operator in Window and WidgetAndreas Kling
2023-04-30HackStudio: Move around execution order and prevent crashingiyush
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI: Don't fix ImageWidget's size when disabling auto_resize()thankyouverycool
2023-04-30LibGUI: Propagate construction errors in LinkLabelthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-24LibGUI: Convert `JsonArrayModel` to use `Core::File`Cameron Youell
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI: Port Menubar to new stringKarol Kosek