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
/
Applications
/
CharacterMap
Age
Commit message (
Expand
)
Author
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-11
CharacterMap: Allow resizing the unicode block list
networkException
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-05-26
CharacterMap: Mark this component as 'recommended', not 'required'
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-04
CharacterMap+FontEditor: Switch current Unicode block on arrow press
Karol Kosek
2022-03-04
CharacterMap: Go to character on arrow press in Search window
Karol Kosek
2022-03-04
CharacterMap: Move search selection on arrow press in the search textbox
Karol Kosek
2022-02-23
LibGUI+Apps: Let Splitters select which resizee to set fixed
thankyouverycool
2022-02-15
Applications: Run gml-format
Idan Horowitz
2022-02-15
CharacterMap: Add a ListView to sort glyphs by their Unicode block
thankyouverycool
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-01-28
CharacterMap: Move display name strings into the search results object
Timothy Flynn
2022-01-28
CharacterMap: Change the search widget to display results in a TableView
Timothy Flynn
2022-01-16
CharacterMap+Base: Give Character Map an icon
Sam Atkins
2022-01-16
CharacterMap+Base: Add man page for Character Map :^)
Sam Atkins
2022-01-16
CharacterMap: Add a find-by-name window
Sam Atkins
2022-01-16
CharacterMap: Add previous, next, and go-to glyph buttons
Sam Atkins
2022-01-16
CharacterMap: Add output box for copying arbitrary character sequences
Sam Atkins
2022-01-16
CharacterMap: Add new Character Map application :^)
Sam Atkins