summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelemojicomplete.h
AgeCommit message (Collapse)Author
2023-10-05SL-20390 Emoji Completion floater - ignore symbols in shortcodes when ↵Alexander Gavriliuk
searching by pattern
2023-10-05SL-20402 Emoji Completion floater - use vertical scrollbar when neededAlexander Gavriliuk
2023-10-03:xAlexander Gavriliuk
2023-09-06SL-20209 MacOS buildfixAndrey Kleshchev
2023-08-29SL-20209 Add 'noscroll' parameter to LLPanelEmojiComplete::ParamsAlexander Gavriliuk
2023-01-25DRTVWR-489-emoji: declaring this variable as a U16 leads to a warning (and ↵Callum Linden
therefore an error) but only on 32bit Windows builds - 64bit is fine. I don't know why that's the case (should be both surely) but in any case, I think the variable should be declared as a size_t
2022-11-08Add proper mouse down handler to the emoji complete panelKitty Barnett
-> the previous commit didn't properly set mFrontChild after restoring the topmost floaters -> additionally we don't want mouse clicks in "can't steal focus from frontmost" floaters to set focus to them
2022-10-23Mini emoji helper shows as a small slice when there are no matching emojisKitty Barnett
2022-10-23Handle return and escape in the mini emoji helperKitty Barnett
2022-10-23Autosize the mini emoji helper to fit the number of shown emojisKitty Barnett
2022-10-23Add mini emoji (auto-)complete helperKitty Barnett