Karol Kosek
|
ed3e729d4e
Userland: Use nondeprecated set_tooltip for static and formatted strings
|
1 year ago |
Karol Kosek
|
16defb4806
LibGUI: Parse ampersand string for tooltips only in GUI::Action
|
2 years ago |
Tim Ledbetter
|
3aa49f268c
Userland: Make `Window::set_main_widget()` non-fallible
|
1 year ago |
camc
|
d978dd4af8
LibGUI: Add deprecated suffix to {set_,}tooltip in Widget
|
2 years ago |
Timothy Flynn
|
bc0bb98c01
LibGUI: Paint emoji using text in the EmojiInputDialog
|
2 years ago |
Timothy Flynn
|
054297431a
LibGUI: Fix typo in the name of the EmojiCategory struct
|
2 years ago |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Sam Atkins
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 years ago |
Sam Atkins
|
f0395a2042
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
|
2 years ago |
Sam Atkins
|
54b1326165
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
|
2 years ago |
Sam Atkins
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 years ago |
Ben Wiederhake
|
6b7ce19161
Everywhere: Remove unused includes of LibC/stdlib.h
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
thankyouverycool
|
2028fbeae3
LibGUI: Remove redundant event handling in EmojiInputDialog
|
2 years ago |
thankyouverycool
|
4aa608aa71
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
|
2 years ago |
thankyouverycool
|
24d299c9c8
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
|
2 years ago |
thankyouverycool
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
2 years ago |
demostanis
|
28c1d7011f
LibGUI: Remove Window::set_blocks_command_palette()
|
2 years ago |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 years ago |
Etienne Rodriguez
|
e5a9f030f2
LibGUI: Insert first displayed emoji on return
|
2 years ago |
Timothy Flynn
|
a203e714ec
LibGUI: Use fuzzy matching when searching for emoji by name
|
2 years ago |
Timothy Flynn
|
7e5080ea53
LibGUI: Load emoji icons for EmojiInputDialog through Gfx::Emoji
|
2 years ago |
Timothy Flynn
|
35b74ebbfc
LibGUI: Defer loading emoji icons until their first paint event
|
2 years ago |
Timothy Flynn
|
5190f4e605
LibGUI: Support emoji with multiple code points in EmojiInputDialog
|
2 years ago |
Timothy Flynn
|
8190120f95
LibGUI: Use discovered emoji files as the EmojiInputDialog button icons
|
2 years ago |
Timothy Flynn
|
a2eb42a9c0
LibGUI: Add an emoji category filter for SerenityOS custom emojis
|
2 years ago |
Timothy Flynn
|
4cb9472f97
LibGUI: Ensure unknown emoji have a set display order
|
2 years ago |
thankyouverycool
|
b70e4e9909
Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modal
|
2 years ago |
thankyouverycool
|
f8e65d24cf
LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basis
|
2 years ago |
Timothy Flynn
|
7c9ad6cc2f
LibGUI: Add Unicode emoji group filters to the EmojiInputDialog
|
2 years ago |