summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-17LibGUI: Clamp selection when drag-selecting over out of range areaMaciej
2022-03-17LibGUI: Update active glyph when drag-selecting in GlyphMapWidgetMaciej
2022-03-17LibGUI: Use different color for GlyphMapWidget backgroundMaciej
2022-03-16LibGUI: Make only the targeted tab of TabWidget respond to double clickOlivier De Cannière
2022-03-15LibGUI: Set cursor when using highlighted_search in abstractviewVrins
2022-03-14LibGUI: Use preferred font line height for item heights in ListViewKarol Kosek
2022-03-13LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBarMacDue
2022-03-13LibGUI: Add m_ prefix to gutter_click_state in ScrollBarMacDue
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-08LibGUI: Fix crash in GML Playground auto-completing SpinBox propsAndrew Smith
2022-03-07LibGUI: Animated smooth scroll interpolationForLoveOfCats
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-03-02LibGUI: Support hierarchical matches in FilterProxyModelthankyouverycool
2022-02-28TextEditor: Support multiline highlighting for trailing spaceLucas CHOLLET
2022-02-28TextEditor: Fix highlighting bug in wrapping modeLucas CHOLLET
2022-02-26LibGUI: Set Editors to wrap at words when MultiLinethankyouverycool
2022-02-25LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServerItamar
2022-02-25LibGUI: Rename NotificationServerConnectionItamar
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-02-25LibGfx+LibGUI: Add FrameShape::Windowthankyouverycool
2022-02-25LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapesthankyouverycool
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-24LibGUI: Put TextEditor widgets in "Wrap at Words" mode by defaultAndreas Kling
2022-02-24LibGUI: Prefer to pop-up Tray Button menus from the top rightthankyouverycool
2022-02-24LibGUI+LibSyntax: Stringify Highlighter::Languagethankyouverycool
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-24LibGUI: Ensure ruler grows properly when using proportional fontsthankyouverycool
2022-02-23LibGUI/EmojiInputDialog: Skip multi code point emojis for nowLinus Groh
2022-02-23LibGUI/EmojiInputDialog: Automatically calculate the dialog sizeLinus Groh
2022-02-23LibGfx+LibGUI: Support multi code point emojis in text painting :^)Linus Groh
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2022-02-23LibGUI: Adjust grabbable rect between Splitter widgetsthankyouverycool
2022-02-21LibGUI: Add 'remove_all_actions' method to 'Menu'Marco Cutecchia
2022-02-19LibGUI: Guard against use-after-free in Clipboard::the()Itamar
2022-02-18LibGUI: Let AbstractViews be activated programmaticallythankyouverycool
2022-02-18LibGUI: Make ItemListModels filterablethankyouverycool
2022-02-18LibGUI: Account for hidden headers in content size calculationthankyouverycool