summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11LibGUI: Implement rubber band selection in table viewnetworkException
2022-09-11LibGUI: Limit column view rubber band rect to widget inner rectnetworkException
2022-09-11LibGUI: Properly limit the icon view rubber band rect to the widgetnetworkException
2022-09-11LibGUI: Support emoji with multiple code points in EmojiInputDialogTimothy Flynn
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-11LibGUI: Use discovered emoji files as the EmojiInputDialog button iconsTimothy Flynn
2022-09-11LibGUI: Add an emoji category filter for SerenityOS custom emojisTimothy Flynn
2022-09-11LibGUI: Ensure unknown emoji have a set display orderTimothy Flynn
2022-09-10LibGUI: Blit brightened icon when try item is hoverednetworkException
2022-09-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-09LibGUI: Set EmojiInputDialog's FrameShape to "Window"thankyouverycool
2022-09-09LibGUI: Add ellipsis to Insert Emoji actionthankyouverycool
2022-09-09LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basisthankyouverycool
2022-09-09LibGUI: CommandPalette: Fix key event capture for actionsfaxe1008
2022-09-08LibGUI: Only react on KeyDown when escaping a Dialogthankyouverycool
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-09-08LibGUI: Add Unicode emoji group filters to the EmojiInputDialogTimothy Flynn
2022-09-08LibGUI: Display emoji in the EmojiInputDialog in Unicode display orderTimothy Flynn
2022-09-08LibGUI: Add placeholder text to the emoji picker search boxTimothy Flynn
2022-09-08Base+LibGUI: Add insert emoji common actionelectrikmilk
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08LibGUI: Simulate a click on arrow key events for AbstractButtonsthankyouverycool
2022-09-08LibGUI+Taskbar: Don't immediately repaint checkable Buttonsthankyouverycool
2022-09-07LibGUI: Set a tooltip on the emojis' buttons to their code point namesTimothy Flynn
2022-09-07LibGUI: Add a search box to filter EmojiInputDialog by code point namesTimothy Flynn
2022-09-07LibGUI: Disable EmojiInputDialog updates while re-displaying emojiTimothy Flynn
2022-09-07LibGUI: Create the emoji buttons only once for EmojiInputDialogTimothy Flynn
2022-09-07LibGUI: Move code to display emoji buttons to a helper functionTimothy Flynn
2022-09-07LibGUI: Wrap the EmojiInputDialog in a scrollable containerTimothy Flynn
2022-09-07LibGUI: Convert EmojiInputDialog to GMLTimothy Flynn
2022-09-06LibGUI: Update {in,de}crement buttons when setting a new spin box rangenetworkException
2022-09-06Base+LibGUI: Add Git folder iconselectrikmilk
2022-09-05LibGUI: Implement basic rubber band selections in ColumnsViewnetworkException
2022-09-05LibGUI: Add granular ColumnView helpers for column and index at eventsnetworkException
2022-09-04LibGUI: Add Widgets before the ResizeCorner by default in StatusbarFrHun
2022-09-03LibGUI: Stop auto repeat timer for Buttons on EnabledChange eventsthankyouverycool
2022-09-01LibGUI: Disable increment/decrement buttons on SpinBox based on valueTimothy Slater
2022-09-01LibGUI: Improve SpinBox usabilityTimothy Slater
2022-08-31LibGUI: Don't accept drag events in AbstractView if it's not editableKarol Kosek
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-31LibGUI: Fix assertion when handling removal of FileSystemModel's rootAdam Jakubek
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
2022-08-26LibGUI: Add visual line mode to VimEditingEngineRobbie Vanbrabant
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool