summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/EmojiInputDialog.cpp
AgeCommit message (Expand)Author
2023-03-05LibGUI: Paint emoji using text in the EmojiInputDialogTimothy Flynn
2023-03-05LibGUI: Fix typo in the name of the EmojiCategory structTimothy Flynn
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-11-19LibGUI: Remove redundant event handling in EmojiInputDialogthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-19LibGUI: Insert first displayed emoji on returnEtienne Rodriguez
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