index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
EmojiInputDialog.cpp
Age
Commit message (
Expand
)
Author
2022-09-20
LibGUI: Use fuzzy matching when searching for emoji by name
Timothy Flynn
2022-09-16
LibGUI: Load emoji icons for EmojiInputDialog through Gfx::Emoji
Timothy Flynn
2022-09-16
LibGUI: Defer loading emoji icons until their first paint event
Timothy Flynn
2022-09-11
LibGUI: Support emoji with multiple code points in EmojiInputDialog
Timothy Flynn
2022-09-11
LibGUI: Use discovered emoji files as the EmojiInputDialog button icons
Timothy Flynn
2022-09-11
LibGUI: Add an emoji category filter for SerenityOS custom emojis
Timothy Flynn
2022-09-11
LibGUI: Ensure unknown emoji have a set display order
Timothy Flynn
2022-09-09
Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modal
thankyouverycool
2022-09-09
LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basis
thankyouverycool
2022-09-08
LibGUI: Add Unicode emoji group filters to the EmojiInputDialog
Timothy Flynn
2022-09-08
LibGUI: Display emoji in the EmojiInputDialog in Unicode display order
Timothy Flynn
2022-09-07
LibGUI: Set a tooltip on the emojis' buttons to their code point names
Timothy Flynn
2022-09-07
LibGUI: Add a search box to filter EmojiInputDialog by code point names
Timothy Flynn
2022-09-07
LibGUI: Disable EmojiInputDialog updates while re-displaying emoji
Timothy Flynn
2022-09-07
LibGUI: Create the emoji buttons only once for EmojiInputDialog
Timothy Flynn
2022-09-07
LibGUI: Move code to display emoji buttons to a helper function
Timothy Flynn
2022-09-07
LibGUI: Wrap the EmojiInputDialog in a scrollable container
Timothy Flynn
2022-09-07
LibGUI: Convert EmojiInputDialog to GML
Timothy Flynn
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-29
LibGUI: Close EmojiDialog on active window change
Olivier De Cannière
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-02-23
LibGUI/EmojiInputDialog: Skip multi code point emojis for now
Linus Groh
2022-02-23
LibGUI/EmojiInputDialog: Automatically calculate the dialog size
Linus Groh
2022-01-18
EmojiInputDialog: Increase size of buttons and dialog
Lady Gegga
2022-01-07
EmojiInputDialog: Ensure that all buttons are equal width
Filiph Sandström
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling