summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2023-06-04TextEditor: Prevent autoscroll looping overAhmed Hussein
2023-06-01LibGUI: Add support for jumping to a line and column in TextEditorCaoimhe
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-28LibGUI: Fix crooked close button on active tabs in the TabWidgetKarol Kosek
2023-05-24Everywhere: Use MonotonicTime instead of Durationkleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-23LibGUI: Adjust size and layout of InputBoxthankyouverycool
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