summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/EmojiInputDialog.cpp
AgeCommit message (Expand)Author
2022-09-20LibGUI: Use fuzzy matching when searching for emoji by nameTimothy Flynn
2022-09-16LibGUI: Load emoji icons for EmojiInputDialog through Gfx::EmojiTimothy Flynn
2022-09-16LibGUI: Defer loading emoji icons until their first paint eventTimothy Flynn
2022-09-11LibGUI: Support emoji with multiple code points in EmojiInputDialogTimothy 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-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-09LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basisthankyouverycool
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-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-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-29LibGUI: Close EmojiDialog on active window changeOlivier De Cannière
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-02-23LibGUI/EmojiInputDialog: Skip multi code point emojis for nowLinus Groh
2022-02-23LibGUI/EmojiInputDialog: Automatically calculate the dialog sizeLinus Groh
2022-01-18EmojiInputDialog: Increase size of buttons and dialogLady Gegga
2022-01-07EmojiInputDialog: Ensure that all buttons are equal widthFiliph Sandström
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling