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
/
FontEditor
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-04-26
FontEditor: Warn on unsaved changes
thankyouverycool
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-04-11
FontEditor: Move menu bar into editor and tweak several widgets
thankyouverycool
2021-04-10
FontEditor: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-09
FontEditor: Added quick and dirty support to add cyrrilic fonts.
Dmitrii Trifonov
2021-04-06
FontEditor: Convert to GML and add new edit commands to GlyphEditor
thankyouverycool
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling